-
Notifications
You must be signed in to change notification settings - Fork 816
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
Fix tray styling #5715
Fix tray styling #5715
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5715 +/- ##
==========================================
+ Coverage 60.26% 60.37% +0.10%
==========================================
Files 143 143
Lines 18518 18518
==========================================
+ Hits 11160 11180 +20
+ Misses 7358 7338 -20 |
/backport to stable-3.9 |
@claucambra can you provide screenshot before/after ? |
Attached now 🙂 |
77ee5f5
to
f06da12
Compare
@claucambra can you solve the conflicts ? |
2eb6935
to
575b864
Compare
Yep, now fixed |
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.
dark mode works fine !!!! super cool
see my inline comments
including relying on implicit magic behavior of our components inheriting existing ones from Qt modules
given the amount of visual changes, I think you should request a design review on this
Thanks :)
I am not convinced by the magic behaviour as the purpose of the CustomButton is to abstract broad visual behaviour so as to not have to repeat it everywhere throughout our code -- that is to say, we shouldn't have to implement things like a hover effect everywhere, which relies on |
d5a3848
to
f8285f5
Compare
if what you want to achieve is that by default all instances of |
f8285f5
to
0acc015
Compare
Okay, I declared it explicitly in CustomButton now |
…yout instead of Item Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
…tHover visible Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
0acc015
to
4c096a8
Compare
AppImage file: nextcloud-PR-5715-4c096a885c0c1966c7a12a230c667a8c516068bd-x86_64.AppImage |
Kudos, SonarCloud Quality Gate passed! |
Addresses the issues caused by #5377
Principally:
After changes:
Screen.Recording.2023-05-19.at.23.24.13.mov
Before changes:
Screen.Recording.2023-05-19.at.18.07.09.mov