-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Look and feel improvements (black buttons/labels to blue buttons/labels) #5978
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5978 +/- ##
=========================================
Coverage ? 38.86%
=========================================
Files ? 345
Lines ? 49507
Branches ? 0
=========================================
Hits ? 19243
Misses ? 27481
Partials ? 2783 Continue to review full report at Codecov.
|
Ooh god! Sorry im noob on contributing. But this is also kind of UI ^_^ |
Please split this as two PRs. |
What does this look like on the dark theme? |
@@ -14,7 +14,7 @@ | |||
<input type="checkbox" name="all" id="all" value="true" {{.All}}> | |||
<label for="all">{{.i18n.Tr "repo.commits.search_all"}} </label> | |||
</div> | |||
<button class="ui black tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> | |||
<button class="ui blue button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<button class="ui blue button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> | |
<button class="ui blue tiny button" data-panel="#add-deploy-key-panel">{{.i18n.Tr "repo.commits.find"}}</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like better without 'tiny' class i guess
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @adelowo asked how does it look like on dark theme?
To be honest, I think the black buttons look better. Why does this has to be changed? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve conflicts.
@silverwind can you make this change for me? It is hard to work on windows for me. |
Maybe yes. I'd probably do something closer to GitHub thought, e.g. a colored icon, not a "button". |
I hate black buttons. Blue looks better for me. Is not it?
Black 1
Black 2
Blue 1
Blue 2