Build admin route to allow backend admins to adjust site settings without having to login to the backend separately (as long as updates are just data and not any API rules or collections)
Build admin route layout so that additional pages may be added later if needed
Update NavBar and UserAvatar components, along with subsequent utility functions to support admin logins
Update hooks.server.ts to handle admin auth checking during each load
Disallow admins from navigating the rest of the website (as admins do not have collection records tied to them, nor should they)
Description of Changes
NavBar
andUserAvatar
components, along with subsequent utility functions to support admin loginshooks.server.ts
to handle admin auth checking during each loadOther Notes