-
Notifications
You must be signed in to change notification settings - Fork 898
fix: Tweak status icons #8729
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: Tweak status icons #8729
Conversation
|
I am doing builds to check how well the icons are converted and displayed |
mgallien
left a comment
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.
|
@Rello the animations are done on the client side, not within the SVG seems like both Inkscape and Qt SVG struggle with the fill pattern used for the conical gradient :/ |
|
Welp, that's about what I expected. I'll try using Inkscape itself to edit the gradient, provided it doesn't crash. Which it does when editing mesh/conic gradients. A lot. If that doesn't work out, I'll just revert to the old symbol for those. |
Oh wait, the SVG needs to support that too? So the app itself isn't using the pre-rendered raster images? In that case, I'll just use the old design because Qt's SVG support is so extremely limited(/buggy), I'm sure it won't support even the one made in Inkscape :) yearns for a vector image format that is rendered consistently |
|
I'd still like to give the one made in Inkscape a try within Qt, perhaps its SVG output is good enough for Qt to deal with it |
|
Are you sure this is the one attached in the comment? Because it seems to be broken the exact same way as the previous one. (I did not force push it for the record) In any case, it's fine, I'll skip the gradient :) |
|
Ah, apparently it makes a difference if I save the image from a new tab in Firefox or right-click->"Save image as..." Qt still looks the same, Inkscape as intended. The warnings printed by Qt have changed to |
853d8bb to
3188c46
Compare
|
Alright, I updated the SVGs. Everything should be good now (hopefully). |
mgallien
left a comment
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
thanks
3188c46 to
1aee06d
Compare
|
After some discussion, here are some tweaks to the status icons. The emblems and the logo are now larger and the OK state is now neutral. Signed-off-by: kramo <[email protected]>
1aee06d to
948b403
Compare
|
Artifact containing the AppImage: nextcloud-appimage-pr-8729.zip Digest: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |









Follow-up to #8691
After some discussion, here are some tweaks to the status icons.
The emblems and the logo are now larger and the OK state is now neutral.
It would be nice if someone could test whether the conic gradient on the
-syncvariant actually works with whatever SVG renderer is used here as I know that support for it can be flaky.(I needed to open a new pull request because the branch has been renamed.)