-
Notifications
You must be signed in to change notification settings - Fork 88
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
Files : Left panel dropdown improvement for NC 26 #4103
Files : Left panel dropdown improvement for NC 26 #4103
Conversation
Signed-off-by: Jérôme Herbinet <[email protected]> Files : Left panel dropdown improvement Signed-off-by: Jérôme Herbinet <[email protected]>
ce4531d
to
21404df
Compare
Also see the other PR for Nextcloud 25 nextcloud/server#38217 |
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.
Super nice! I would only suggest that the hover effect doesn't need to use the primary color as we don't use that pattern anywhere else yet, the hover feedback can just be the change in the background color :) other than that it looks great!
Thanks for the comment @nimishavijay ; can you just give me more details about what hover effect you are talking about. I'm not sure to understand ... or can you join and illustrated screenshot ? (there are 2 hover effects that I didn't change : the one under the dropdown arrow and the one under the whole button). |
I meant the hover effect under the dropdown button icon, on hover the icon changes to the primary color. I just checked the other apps, and you are right, nothing has been changed by you. However, it's not intended in the first place. So I suggest on hover we could just have the background color changing, and the color of the icon can remain the same (--color-main-text). What do you think? :) |
Signed-off-by: Jérôme Herbinet <[email protected]>
OK understood @nimishavijay :-) It's done. |
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.
If the hover effect has been changed, then it is good to go! nice work! :)
/backport to stable7 |
@GretaD, |
I think this needs to be handled by this component. If both features are used at the same time, it should not coolide but instead be shown next to each other. |
Apps are reaching RC state for Nextcloud 27 today. Can this be fixed quickly or should we revert and redo cleanly? |
I think things look more delicate and complex than I thought before starting to work on it. |
Let me try one thing. If that does not work we can revert this change. |
Note also that the problem could be the same in nextcloud/server#38338 event if styles are elsewhere. |
This fixes the problem in my testing: #4134 Let me know if it also for you :) |
(from @Clementine46)
/!\ Testing is welcome in order to make sure it's not doing side effects elsewhere in the UI.
Before :
before.webm
After :
after.webm