feat: deprecate /notes and /tasks routes; redirect to Knowledge view

This commit is contained in:
2026-04-08 10:35:21 -04:00
parent 34729cf1cf
commit a684d84edf
5 changed files with 4 additions and 1062 deletions
+2 -4
View File
@@ -45,8 +45,7 @@ const router = createRouter({
},
{
path: "/notes",
name: "notes",
component: () => import("@/views/NotesListView.vue"),
redirect: "/",
},
{
path: "/notes/new",
@@ -85,8 +84,7 @@ const router = createRouter({
},
{
path: "/tasks",
name: "tasks",
component: () => import("@/views/TasksListView.vue"),
redirect: "/",
},
{
path: "/tasks/new",