-
Notifications
You must be signed in to change notification settings - Fork 804
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
Improve the error box QML component #4976
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.
Much better. Best regards, my eyes 👀
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.
is there a way we could get the proper error
color from the server theming API ?
Possibly, I will investigate the capabilities API I will merge this and if we can pull the error colour from the capabilities then I will open a new PR using that |
d381d6c
to
7cb5b82
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4976 +/- ##
==========================================
+ Coverage 57.11% 57.13% +0.01%
==========================================
Files 138 138
Lines 17230 17221 -9
==========================================
- Hits 9841 9839 -2
+ Misses 7389 7382 -7
|
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
7cb5b82
to
9781e89
Compare
Kudos, SonarCloud Quality Gate passed! |
AppImage file: nextcloud-PR-4976-9781e896a16089d8eb98365914f48b65631cefb9-x86_64.AppImage |
Makes it less strident and easier to read
versus before:
Code also includes a close button we will be using for #4929 to dismiss the error box
Closes #4946
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com