From 819551b1d9c4bbbb619236c3cadef203e20079fd Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 16 Feb 2026 13:07:03 +0000 Subject: [PATCH] Make personal feedback list items clickable on dashboard Wrap each submission item in the personal dashboard's "Recent Submissions" list with a NuxtLink to /feedback/:id so users can click through to the full feedback detail page. Also adds a hover state for visual affordance. Removes completed todo from TODO.md. https://claude.ai/code/session_01Ng2yzvW4PC4BnZRav36GQn --- TODO.md | 1 - pages/dashboard/index.vue | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 6de3dfe..d76d706 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ - Create user - add API with API docs - Update color picker to use new design -- click to access feedback details for items in personal feedback list - Notifications infrastructure - Anonymous feedback claiming - Email verification nudge diff --git a/pages/dashboard/index.vue b/pages/dashboard/index.vue index 221e39c..b5fbe31 100644 --- a/pages/dashboard/index.vue +++ b/pages/dashboard/index.vue @@ -86,10 +86,11 @@

-

{{ item.title }}

@@ -106,7 +107,7 @@ {{ item.voteCount }}
-
+