-
Notifications
You must be signed in to change notification settings - Fork 8
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
refactor: sidebar #526
refactor: sidebar #526
Conversation
13d40d8
to
ee44bbc
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.
Nice refactor. Just check my review and it's ready to merge.
Btw, I'm thinking that we need to find a better way to organize our components under the components
folder. It's not a big deal, but it's starting to be a bit messy 😅
ee44bbc
to
68cd6a7
Compare
5dcfbc1
to
b43aeeb
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.
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.
Also, make sure that when the user clicks on the dark area on mobile, the sidebar closes.
Thanks @joaodiaslobo 🙌 I removed a lot of bloat from div classes and somehow i moved the user up in the sidebar, I'll get that fixed today |
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.
Nice refactor, thanks!
Description
The purpose of this PR is to refactor the sidebar, since it was using alpine and other outdated stuff.
Related Issues
N/A
Steps to reproduce or test