-
Notifications
You must be signed in to change notification settings - Fork 806
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
Redesign local folder information in the account-adding wizard #4638
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4638 +/- ##
==========================================
- Coverage 56.56% 56.51% -0.05%
==========================================
Files 138 138
Lines 17071 17071
==========================================
- Hits 9656 9648 -8
- Misses 7415 7423 +8
|
Looks good! :) I'm also thinking if the path is more than 4 levels long we could show only the first and last folders and ellipsise in the middle? |
This is possible but difficult to do properly when it comes to a flexible layout, or window resizing, as Would it be a better idea to display the folder path as a label, as we do with the remote location, and then have the button explicitly say "Change local folder" or something along those lines? |
Ah okay okay, then your solution makes sense :) Also unrelated detail but we should middle align the 3 big icons (the avatar icon, the arrow, and the folder icon) if possible :) |
Labels can be elided, no problem!
Sure, I will align them |
👍 on the middle-aligning of the avatar, arrow and folder icon. Username and "Local folder" text should be at the same height. Also, the avatar is huge, can you reduce the size of it to match the folder icon? :) And yep, we can do:
|
6e2d686
to
a2c3667
Compare
Turned out to not be as easy as expected, but here is a screenshot: I moved the free space data to its own line as I felt in 99% of cases, the path text was too long to put the free space data alongside it, and it would elide the path too much to be useful |
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.
Looks amazing now! Super nice :) 🚀
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.
Nice work! :)
a2c3667
to
4152e8f
Compare
4152e8f
to
0ac8902
Compare
0ac8902
to
46c43a4
Compare
dcac944
to
97f0029
Compare
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
97f0029
to
d8d72e8
Compare
Kudos, SonarCloud Quality Gate passed! |
AppImage file: Nextcloud-PR-4638-d8d72e81bb6568fad7ee12d0435819923c541e5d-x86_64.AppImage |
Addresses point 3 of #4052
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com