bruin-tennis-consulting / match-manager

A web app for custom tennis match playback, allowing coaches to easily filter and search points by attributes for film review.
https://match-viewing-dashboard.web.app
8 stars 8 forks source link

Update Toolbar #225

Open Fredenck opened 1 day ago

Fredenck commented 1 day ago

Next.js uses layout.js and page.js to display things. in our root, our layout.js calls the Toolbar, which is the top navbar.

Update this following the current style of Dashboard.js. Remove the custom headers in Dashboard.js, LandingPage.js, and everywhere else that is seen. layout.js will apply this header everywhere

Fredenck commented 1 day ago

THIS is kind of complicated so I'll start it off for you. We need to wait for the current open PR's to be merged in before doing this though.