diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 6b4e139..9cb52aa 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -90,7 +90,7 @@ function onGlobalKeydown(e: KeyboardEvent) {
switch (e.key) {
case "h": router.push("/"); break;
case "n": router.push("/notes"); break;
- case "t": router.push("/tasks"); break;
+ case "t": router.push("/"); break;
case "p": router.push("/projects"); break;
case "c": router.push("/chat"); break;
case "g": router.push("/graph"); break;
@@ -202,7 +202,7 @@ onUnmounted(() => {
g
+
t
- Tasks
+ Knowledge (tasks)
g
diff --git a/frontend/src/components/AppHeader.vue b/frontend/src/components/AppHeader.vue
index 013fcb4..6d24260 100644
--- a/frontend/src/components/AppHeader.vue
+++ b/frontend/src/components/AppHeader.vue
@@ -78,7 +78,6 @@ router.afterEach(() => {
Briefing
Calendar
News
- Tasks
Projects
@@ -126,7 +125,6 @@ router.afterEach(() => {
Chat
Briefing
Calendar
- Tasks
Projects
News
Shared
diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts
index d6de799..1503de3 100644
--- a/frontend/src/router/index.ts
+++ b/frontend/src/router/index.ts
@@ -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",
diff --git a/frontend/src/views/NotesListView.vue b/frontend/src/views/NotesListView.vue
deleted file mode 100644
index f99eefc..0000000
--- a/frontend/src/views/NotesListView.vue
+++ /dev/null
@@ -1,376 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Filtering by:
-
-
-
-
-
-
-
- No notes match your filters
- Try adjusting your search or removing filters.
-
-
- No notes yet
- Create your first note to get started.
- + New Note
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/frontend/src/views/TasksListView.vue b/frontend/src/views/TasksListView.vue
deleted file mode 100644
index 2b8c572..0000000
--- a/frontend/src/views/TasksListView.vue
+++ /dev/null
@@ -1,678 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Filtering by:
-
-
-
-
-
-
-
-
- No tasks match your filters
- Try adjusting your search or removing filters.
-
-
-
-
✓
-
No tasks yet
-
Create your first task to start tracking work
-
New task →
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-