Collapsible Sidebar #824
Labels
module: frontend
Related to the Siarnaq frontend module
priority: p1 critical
type: feature
New feature or request, or quick non-essential bugfix
Milestone
Currently, our new frontend's sidebar is not collapsible! This is quite inconvenient, especially on mobile devices. We should have a hamburger menu that opens/closes the sidebar (ideally with an animation). Below are some target goals for this endeavor:
To get started, check out our sidebar's source code in
index.tsx
! Then, when you've gotten a handle on how you might go about opening/closing it (hint: check out thecollapsed
prop 😃) you can try to make it toggle-able! Note that ourHeader.tsx
component already has a hamburger menu that can open/close its own menu for mobile, so maybe think (and ask!) about how you could integrate the header and sidebar to work together (consider using a Context).The text was updated successfully, but these errors were encountered: