-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
improved mobile navbar/sidebar #574
Conversation
Sidebar is hidden and all menu items moved to hamburger menu on mobile devices
Yay, this is cool! Will test locally and merge soon. |
-removed redundant code -fixed an issue with emitting data to App.vue
Checked this out locally and it works fine. eslint throws a bunch of linting errors though. Could you please retain the indentation of the original |
fixed linting errors
uggh... |
- Fix indentation and line lengths. - Simplify prop definitions in the Navigation component. - Remove redundant computed methods and use prop variables directly in the Navigation compontent. - Simplify menu rendering logic by: removing isSidebar, showLogout and using simpler v-if / else in the parent instead of the Navigation component.
Added some minor improvements to to the PR. Once you review and confirm, this is good to be merged. |
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.
looks good to me
removed orphaned isSideBar Boolean
yay! |
Sidebar is hidden and all menu items moved to hamburger menu on mobile devices