-
Notifications
You must be signed in to change notification settings - Fork 59
Traveler tools menu #443
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
Traveler tools menu #443
Conversation
On Desktop, pressing the hamburger menu on the top left opens a sliding pane which contains the new app menu. The app menu n ow includes a 'Traveler Tools' menu. This is done by creating a custom MenuItem component.
…ss the additional menu items
|
Have just seen that the tests have failed. Will take a look when I am back on Tuesday 31st August |
miles-grant-ibigroup
left a comment
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.
Foundation is solid, just a few small polishing changes! I think the biggest thing is adjusting the spacing between items and text positions to establish a clear hierarchy of items and make it clearer where submenus begin and end! If you'd me to make some mockups to better explain what I mean please let me know.
|
It is failing on a test from the stop-viewer.js file which I think must be there because of the recent changes you did @binh-dam-ibigroup to the linting etc? I did not touch that file with this PR. |
miles-grant-ibigroup
left a comment
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.
Really coming along! I'm loving the look (just a small personal opinion about padding). Just a few small cleanup suggestions.
|
Thanks @binh-dam-ibigroup for the localization PR! Everything is merged and working. I am going to finish localizing this PR tomorrow morning and then will assign it back to you. |
binh-dam-ibigroup
left a comment
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.
A few minor changes needed to close some gaps and it will be good to go.
|
Good catches, thanks! |
binh-dam-ibigroup
left a comment
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.
One tiny last change, but this looks good!
philip-cline
left a comment
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.
Fixed one tiny typo, everything else looks good to me
|
🎉 This PR is included in version 3.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Blocked by #435 which provides internationalization for the app menu.
Refactored the current menu located in app-menu.js into it's own component with the following uses:
Points to note:
WIP notes: