[FE Feat] Refactor user/admin dashboard layout #285
Labels
enhancement
New feature or request
frontend
Related to the frontend of the project
refactor
Any refactors being done in the project
Milestone
Description
The current layout setup is not intuitive to work with because there are many layers of abstraction with a combination of file/module locations not being clear with multiple nested folders.
The idea is to just create a user
AppShell
component that has three sub-parts:AppShell.Side
which is where the side bar will beAppShell.Header
which is the header part of the layoutAppShell.Main
which is the main body of the layoutHopefully, with this change and refactor, each user/admin page can define how they should each look while keeping the same layout as designed in Figma.
Screenshots
Checklist
Before submitting this ticket, make sure this ticket:
And lastly:
The text was updated successfully, but these errors were encountered: