-
Notifications
You must be signed in to change notification settings - Fork 822
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
Update UI of Temperament Widget #2776
Conversation
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.
LGTM.
Concatenate your commits, it's a small change. Practice segregating your chances into small commits when the modifications are huge.
Also, once the PR that ports temperament widget is merged, you should update your file accordingly, rebase then push else there might be Merge Conflicts.
Why does the color look different? |
The color looks different due to oversaturation which is an error in Ubuntu on my laptop. No worries about that. |
Please don't merge master into PR branches. Creates more trouble. Always rebase. |
c83a73a
to
2912345
Compare
I will surely keep this in mind from now on. How can I fix this now? |
As I mentioned in my comment above, update your local, rebase,then push If you're looking for Steps:- Switch to master branch Set upstream then rebase your commits into one, you can use Then eventually Hope this helps, if you have any queries please do ask. |
I already did the rebase in this case. |
Yeah I just saw. My bad missed it previously. |
2912345
to
f0beaa4
Compare
Thanks, @ricknjacky for the steps. I didn't know about rebase earlier. |
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.
I was also thinking of some ideas related to the UI of this widget. My take:
|
Defer any cosmetic changes to |
Clear draft when finally ready for review. You could comment to showcase intermediate progress though. |
f0beaa4
to
b19ded3
Compare
First reset on your local machine to the commit SHA where you created the branch. Then do a |
I don't see any conflicts anymore. b19ded3 should be the commit SHA of your branch's HEAD. |
I just updated my local repo. Thanks, @meganindya for the instructions. @meganindya Can you please verify this? |
6450e5e
to
23246b0
Compare
Hey @meganindya.... Before Changes: After Changes: Also, I have changed the background colors of other tabs to White as shown below: Before Changes: After Changes: |
Yeah OK. |
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.
Let me fix the branch. |
BTW, did you create a feature branch, or you pushed directly onto your master and creating the PR created the feature branch |
cc4e37d
to
3b1f058
Compare
Branch updated. On your local machine, do a |
I created the branch |
Mark this PR as ready for review when you're done. Everything else looks fine. |
Reset to the base commit of this PR then do a git pull. |
Hey @meganindya, |
delete |
Okay, |
Minor UI Improvement: Related to #2767
This PR resolves a UI inconsistency in the temperament widget in which several buttons would have the cursor as "pointer" on mouseover while others did not. Also, the text in various buttons was not vertically central-aligned. Specifically, once clicked on the "Preview" button in the "Equal" and "Ratios" tab, the appearing "Back" and "Done" buttons had this issue:
Also, the "Clear" button in this widget did not have a pointer cursor. Finally, all button-texts were vertically central-aligned.
After resolving these, final result looks like this: