Skip to content

[ENHANCEMENT] Dashboard navigation is not responsive. #642

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

Closed
lazycipher opened this issue Oct 7, 2020 · 1 comment
Closed

[ENHANCEMENT] Dashboard navigation is not responsive. #642

lazycipher opened this issue Oct 7, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@lazycipher
Copy link

Describe the enhancement you'd like
The navbar(sidebar) on the dashboard isn't responsive and should hide on mobile devices and show only when the user clicks on a hamburger menu icon.

Describe approaches if you have thought of any
I would hide the sidebar using CSS and show on user click by toggling show state(which in turn changes className).
There's an issue apart from responsiveness and that is we're not keeping whole navigation-related code in Navigation.js but we have a navigation wrapper kept in


We've to move this wrapper to Navigation.js and then apply some media queries.

Additional context
This will be resolved in #641

@lazycipher lazycipher added the enhancement New feature or request label Oct 7, 2020
@lazycipher
Copy link
Author

fixed in #641

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant