aboutsummaryrefslogtreecommitdiff
path: root/src/boot/routes.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-17 20:21:10 +0300
committerHenry Jameson <me@hjkos.com>2022-08-17 20:21:10 +0300
commitfaefd05c03d20a892a47c27550fe6e23978993c7 (patch)
treee14dd9f61571975eb56601810907c184404ca609 /src/boot/routes.js
parentb4f4b370d406faf69be5c414ce394b608d8792f5 (diff)
create new list UI
Diffstat (limited to 'src/boot/routes.js')
-rw-r--r--src/boot/routes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/routes.js b/src/boot/routes.js
index 39372ab9..bf009be6 100644
--- a/src/boot/routes.js
+++ b/src/boot/routes.js
@@ -80,6 +80,7 @@ export default (store) => {
{ name: 'lists', path: '/lists', component: Lists },
{ name: 'lists-timeline', path: '/lists/:id', component: ListsTimeline },
{ name: 'lists-edit', path: '/lists/:id/edit', component: ListsEdit },
+ { name: 'lists-edit', path: '/lists/new', component: ListsEdit },
{ name: 'edit-navigation', path: '/nav-edit', component: NavPanel, props: () => ({ forceExpand: true, forceEditMode: true }), beforeEnter: validateAuthenticatedRoute }
]