Skip to content
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 "More Menu" to Toolbar #19

Merged
merged 13 commits into from
Apr 21, 2023
Merged

Conversation

maxicode2
Copy link
Contributor

@maxicode2 maxicode2 commented Apr 18, 2023

  • Adds a menu button to the toolbar to better replicate Firefox.
  • Makes more room for later features in the omnibox/toolbar
  • Fixes implement "More Menu" #15

The context menu was also restyled to be more consistent.

Before:

image

After:

image
image
image
image

Many options are grayed out because they have not been implemented

Copy link
Owner

@cohenerickson cohenerickson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good from what I can see at the moment, I do see that some colors are hard coded into the styles but I think that is left over from when I added theme support, I don't expect you to fix this but if you would like to feel free to. I used this resource for the theme information.


let MenuItem = (
Copy link
Owner

@cohenerickson cohenerickson Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this (and any other related things) to a new Menu component instead of having it right in the Utility component? It would make the code easier to read for new people if this is separated a bit more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Owner

@cohenerickson cohenerickson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@cohenerickson cohenerickson merged commit e512b5a into cohenerickson:main Apr 21, 2023
@maxicode2 maxicode2 deleted the menu-button branch April 22, 2023 00:00
@maxicode2 maxicode2 restored the menu-button branch April 22, 2023 00:00
@maxicode2 maxicode2 deleted the menu-button branch April 22, 2023 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement "More Menu"
2 participants