From 42301773cbc624d2a5ce09a7e276f97c94d9c984 Mon Sep 17 00:00:00 2001 From: juancwu Date: Fri, 6 Feb 2026 22:07:34 +0000 Subject: [PATCH] fix: shopping lists in overview not clickable --- internal/ui/pages/app_space_dashboard.templ | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/internal/ui/pages/app_space_dashboard.templ b/internal/ui/pages/app_space_dashboard.templ index abf66c2..b785e66 100644 --- a/internal/ui/pages/app_space_dashboard.templ +++ b/internal/ui/pages/app_space_dashboard.templ @@ -58,9 +58,16 @@ templ SpaceDashboardPage(space *model.Space, lists []*model.ShoppingList, tags [

Shopping Lists

if len(lists) > 0 { -