add dedicated help page for looking into notifications

This commit is contained in:
2023-12-07 20:33:17 -07:00
parent 4daffe8f40
commit 1e2ad85547
2 changed files with 73 additions and 0 deletions

View File

@@ -91,6 +91,14 @@ const routes: Array<RouteRecordRaw> = [
component: () =>
import(/* webpackChunkName: "help" */ "../views/HelpView.vue"),
},
{
path: "/help-notifications",
name: "help-notifications",
component: () =>
import(
/* webpackChunkName: "help-notifications" */ "../views/HelpNotificationsView.vue"
),
},
{
path: "/identity-switcher",
name: "identity-switcher",