-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Details view improvements #5061
Conversation
@gave92 It looks like the icon column is too wide now. |
@gave92 I think there is some extra padding already there because so it's not needed. |
@yaichenbaum |
You can add a fixed width to the icon content so that it doesn't shift after the content is loaded. |
I hate UIs, could you figure out how to make it stop moving when the folder is empty? I've reverted my changes. |
I can try. By the way, can we allow sorting by sync status? |
Probably but it was never implemented.. next PR :) Disabled button in sync status looks bad, but if we're going to allow sorting by status it's not an issue. Added to todo list in #4643. |
Sounds good to me, File Explorer allows sorting by status so we might as well. |
@gave92 Can you unload the sort icon when it's not being used? It's causing the text to be trimmed when it shouldn't be. |
@gave92 I found the cause of the header shifting. It shifts because the header width depends on the size of all the column combined. When the user changes the directory to a directory with a different number of columns, the header needs to recalculate the correct width causing it to shift. I don't have any ideas on how to solve this right now. |
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.
Great work! LGTM
Resolved / Related Issues
Items resolved / related issues by this PR.
Details of Changes
Add details of changes here.
Validation
How did you test these changes?