Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding some features and improvement #206

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Clement-Cardot
Copy link

@Clement-Cardot Clement-Cardot commented Aug 16, 2022

This PR answer to the issue #129

The main goal was to always display the default branch but i finally add some other stuff ...

Changes :

  • Adding the default branch to displayed branchs :
    !!branchName.match(new RegExp(this.config.include)) || !!branchName.match(this.project.default_branch)

  • display "name with namespace" instead of "name" to show the full path of the project

  • add a in each project-card wich display the logo.png inside each repository

  • changing the alert system to have a different sound for success and fail

  • Passing to 100 the maximum number of branch (some projects could have a lot of them)

  • Changing some SCSS for a better view

@Clement-Cardot Clement-Cardot marked this pull request as ready for review August 16, 2022 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant