-
Notifications
You must be signed in to change notification settings - Fork 975
Reordered Hamburger Menu with layout mentioned in #1893 #3003
Conversation
@@ -578,26 +569,14 @@ function hamburgerTemplateInit (location, e) { | |||
CommonMenu.separatorMenuItem, | |||
CommonMenu.importBookmarksMenuItem() | |||
] | |||
}, { | |||
label: locale.translation('bravery'), | |||
submenu: [ |
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.
we should still prefer the Bravery menu.
CC @bradleyrichter which order would you like it in?
@bradleyrichter @bbondy . The original menu items have been added back in pending appropriate Order, and decision on Report an Issue and Submit Feedback. |
@@ -368,6 +369,14 @@ class UrlBar extends ImmutableComponent { | |||
action='#' | |||
id='urlbar' | |||
ref='urlbar'> | |||
<Button iconClass={this.titleMode ? 'fa-star' : 'fa-star-o'} |
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 sure I understand, why was bookmarks moved into the urlbar component? It seems unrelated to the rest of the changeset.
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 is, It should be on another branch, not sure how it slipped in. This change is to tackle the new bookmark design.
Sorry for the delay, thank you! Merging in! |
👍 |
git rebase -i
to squash commits if needed.Original Issue #1893