Drop the redundant empty-items line on the list view

The summary line already shows "No items yet." when a list has no items;
remove the second one below the (empty) item list.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-03 19:01:35 +01:00
co-authored by Claude Sonnet 5
parent b506b83b1e
commit 8d0e0165bb
-2
View File
@@ -109,8 +109,6 @@ async function onCreate() {
</template>
</draggable>
<p v-else class="muted">No items yet &mdash; add one below.</p>
<form class="form form--new-list" @submit.prevent="onCreate">
<label>
<span>New item</span>