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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user