You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize the header layout for pages in the admin dashboard by creating a common header component. The new component should be created in src/apps/admin/components/.
Tasks
Create new AdminHeader component
Implement new component for each admin page (except Overview)
The text was updated successfully, but these errors were encountered:
The "header" part I'm referencing is the part with the page name, directly below the "Top Bar" (the top container where the profile and notifications icons are). Ideally, the header might have some options to have a "sub nav" list like on the music page, or a "call to action" (button) like on the members page. Maybe these options could be enabled/disabled depending on what each page would need.
Info
Standardize the header layout for pages in the admin dashboard by creating a common header component. The new component should be created in
src/apps/admin/components/
.Tasks
AdminHeader
componentThe text was updated successfully, but these errors were encountered: