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 <noreply@anthropic.com>
This commit is contained in:
2026-09-03 19:13:19 +01:00
co-authored by Claude Sonnet 5
parent 3bf70504cc
commit c4c947896e
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -70,7 +70,6 @@ async function onCreate() {
<span class="lists__title">{{ list.title }}</span>
<span class="badge">{{ list.completed_count }} / {{ list.item_count }} done</span>
</div>
<p v-if="list.description" class="muted">{{ list.description }}</p>
</RouterLink>
</li>
</ul>