FritzAndFriends / ResourceManagement

A resource management application originally designed for Sebastian Riding Associates.
MIT License
35 stars 28 forks source link

Refactored Navbar #67

Closed WheelchairShaun closed 5 years ago

WheelchairShaun commented 5 years ago

I took the time to figure out the issues that I was having with the Navbar component, and we no longer need BlazorStrap. All the conflicting CSS has been removed from site.css.

I moved the Availability and Manager Report links to a new component called AuthenticatedNavPartial. This automatically gives you access to the AuthenticationState without having to inject it. It also handles the authorizing, authenticated, and not authenticated formatting.

Let me know what you think. (This is the last time I'm changing the navbar, honest!)