This adds a dashboard page and protected route logic that only allows users to visit the page if they are authenticated. Refs #1321 . Note: I added bare bones UI to the dashboard page; please feel free to rip it out completely.
Question: is the route /navigator-dashboard okay or do we want to allow for additional navigator actions in the future with a more flexible naming pattern like /navigator/dashboard?? any thoughts?
This adds a dashboard page and protected route logic that only allows users to visit the page if they are authenticated. Refs #1321 . Note: I added bare bones UI to the dashboard page; please feel free to rip it out completely.
Question: is the route
/navigator-dashboard
okay or do we want to allow for additional navigator actions in the future with a more flexible naming pattern like/navigator/dashboard
?? any thoughts?