-
Notifications
You must be signed in to change notification settings - Fork 807
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
Bugfix/activity list fixes #6064
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.
Not a full review, some small comments
@jancborchardt @nimishavijay Design approval required. Changes are shown in 2 videos and a screenshot attached. |
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.
Super nice now! Only point:
Instead of button instantly disappearing, it could have a 0.25s transition where it fades out, other than that it looks great! :)
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.
Full review, mostly nitpicks and small changes
new_activities_button_disappearing_with_fade.mp4 |
Ah no that is not what I meant! I meant that it can be the same as the original screenshot, but instead of the button disappearing instantly it can fade out, do you get what I mean? :) |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6064 +/- ##
=======================================
Coverage 60.33% 60.33%
=======================================
Files 145 145
Lines 18793 18793
=======================================
Hits 11338 11338
Misses 7455 7455 |
14b828e
to
0381813
Compare
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.
I think it is pretty close, just a few more comments
14b828e
to
4869527
Compare
5b5dff9
to
15cf06e
Compare
/backport to stable-3.10 |
…ctive and security activities always on top (after errors). Added button to scroll up when new activity arrives. Improved sync status scrollbar. Signed-off-by: alex-z <[email protected]>
15cf06e
to
1e9fa0a
Compare
AppImage file: nextcloud-PR-6064-1e9fa0a1322e597bbcc0718960d6a0e27c74ff18-x86_64.AppImage |
SonarCloud Quality Gate failed. 0 Bugs 42.4% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
For #5933
Scrolling to the top when clicked
https://github.com/nextcloud/desktop/assets/12224014/13da4242-b98c-4dfd-b11a-f2ee4eaee58f
Disappearing when not clicked
https://github.com/nextcloud/desktop/assets/12224014/00a8a653-e199-4ab3-8f39-fbbc84ceacc6
Progressbar improvements