-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add AppMenu button to headerbar #2132
Conversation
@danirabbit A few questions to resolve regarding this PR:
Please apply your design expertise to the appearance. |
@jeremypw this looks awesome!
I think using percentages still makes sense here since we have some views with lots of options that saying like "extra small" or "extra large" starts to get meaningless. I think we should still adjust the label to match what is in the view to be consistent here.
I proposed #2133 with a few suggested changes to organization/structure/appearance
I don't think so? The reason that Code/Terminal have these manual overrides is because they're using syntax highlighting schemes where people have pretty strong preferences about using dark/light syntax highlighting separate from the rest of the system. I'm not sure that similar demand exists for other apps
Yes! I think we should definitely clean those up so that menu can become simpler |
Ah something else I noticed is that the zoom actions don't become disabled when they git their min/max values. So for example, the zoom in button is still sensitive even when we're at the max zoom and pressing it has no effect |
@danirabbit Thanks for the comments! I'll get on with implementing those tomorrow. |
Oh, actually I'm curious about the "Sort Folders Before Files" option. Is there a reason you wanted to move that here instead of having it with the other sort options in the context menu? |
This is because that is a global option affecting all folders and the file chooser. The other sort options only affect the individual folder you set them on (because in that case they are stored in the file metadata). |
I think that one still makes sense to have in the context menu with the other sort options, even if we duplicate it in both locations. But just to make sure sorting options are all available at once and someone won't be confused about where to find this when they're changing other sorting options |
I have no problem with duplicating it in the context menu. |
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.
It looks like the "local-thumbnails" check is always disabled when files starts. Somewhere along the way action state isn't being set on startup
Seems that was a pre-existing bug that this PR exposes. Now 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.
Let's go! 🚀
Great work :)
Fixes #2123
Left for possible future PRs