-
Notifications
You must be signed in to change notification settings - Fork 1
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
WIP Use ember-mobile-menu for mobile nav #15
base: master
Are you sure you want to change the base?
Conversation
I'm skipping tests on this one because we're going to be implementing a new template for ember-learn/rfcs-app#8 and it's not really worth putting too much effort into this template when it's going to be essentially "thrown away" |
ember-learn/rfcs-app#5 Co-authored-by: Chris Manson <[email protected]>
8177eed
to
c4ae4da
Compare
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.
LGTM
@@ -56,6 +56,7 @@ | |||
"ember-fetch": "^8.1.1", | |||
"ember-load-initializers": "^2.1.2", | |||
"ember-maybe-import-regenerator": "^0.1.6", | |||
"ember-mobile-menu": "^2.1.1", |
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.
actually turns out this needs to be a dependency 🙃
The mobile menu is rendering and working, hides on desktop. Remaining to do:
fixes: ember-learn/rfcs-app#5
Co-authored-by: Chris Manson [email protected]