From 36f3257c154f37724c8d9ce4ed08907fe960cd30 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:58:27 +1030 Subject: [PATCH] Tasks view: show URL on card, click name to edit (#4) * Enhance tasks view: show URL on card and click name to edit - List view: task name click opens edit form, URL shown below name - Grid view: task name click opens edit form, URL shown in card content - Added href="#" to anchor elements for accessibility Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com> --- ui/app/pages/tasks.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/ui/app/pages/tasks.vue b/ui/app/pages/tasks.vue index f3f452fd..e11384d2 100644 --- a/ui/app/pages/tasks.vue +++ b/ui/app/pages/tasks.vue @@ -209,8 +209,13 @@
- + {{ remove_tags(item.name) }} + +
+
+ + {{ item.url }}
@@ -364,9 +369,9 @@
- + {{ remove_tags(item.name) }} - + @@ -442,6 +447,12 @@
+

+ + + {{ item.url }} + +