From c4c947896e32d25681197361688b4b3ea34d8ac9 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Thu, 3 Sep 2026 19:13:19 +0100 Subject: [PATCH] Drop the description from the lists index The all-lists view now shows only the title and item count per list; the description lives on the list detail page. Co-Authored-By: Claude Sonnet 5 --- web/src/style.css | 4 ---- web/src/views/HomeView.vue | 1 - 2 files changed, 5 deletions(-) diff --git a/web/src/style.css b/web/src/style.css index 79872fa..71b914e 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -149,10 +149,6 @@ h1 { word-break: break-word; } -.lists__link .muted { - margin: 0.35rem 0 0; -} - /* --- list detail: items ------------------------------------------------- */ .items { diff --git a/web/src/views/HomeView.vue b/web/src/views/HomeView.vue index cd4f6ce..ccf6760 100644 --- a/web/src/views/HomeView.vue +++ b/web/src/views/HomeView.vue @@ -70,7 +70,6 @@ async function onCreate() { {{ list.title }} {{ list.completed_count }} / {{ list.item_count }} done -

{{ list.description }}