-
Notifications
You must be signed in to change notification settings - Fork 15
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
This adds branding to the UAST Lab #204
Conversation
The only problem I've found is the style for disabled buttons. In here you can see the SEARCH button correctly changes the color when it is enabled/disabled. Well, the change is maybe too subtle, but it is there: But for LOAD/SHARE there is not change in style when they are enabled/disabled. When I paste the url https://gist.githubusercontent.com/carlosms/77fe0df0b1b371b9b165abe984ea2560/raw/ab6037be92fb90f42b9468de17d3bcf2b7268d81/hello.java in the text field the only way to know they are active is the shadow on hover. The color does not change, like with SEARCH. |
Thanks @carlosms for the catch! The latest commit |
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.
Exactly, maybe I didn't explain myself in my previous comment, but the gif shows how LOAD and SHARE don't change the style for enabled/disabled, while SEARCH has this subtle change in color. Since 7cee8b0 removes the shadow on hover for active buttons, now there is absolutely no visual cue to know if LOAD or SHARE are enabled/disabled. |
@carlosms and @dpordomingo :) Thanks for really taking the time to point me out to the traits of this behaviour. I wasn't fully understanding the interaction before, and now I do and know how we can improve it. Details of my latest changes:
Solution 👇 |
d919806
to
803505a
Compare
Squashed comit of all comits made on this PR upon reviewers request. Signed-off-by: Ricardo Baeta <[email protected]>
803505a
to
da5ba60
Compare
For me, the new change is enough to merge. We can iterate in another PR, considering the following issues:
|
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.
👍
Signed-off-by: Ricardo Baeta [email protected]