Rework the lists view: form below list, drop description, add count

HomeView now shows a "You have N lists." summary above the list, moves the
new-list form beneath the list, and drops the description input (title only).
lists store createList() loses its description parameter.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-03 18:48:48 +01:00
co-authored by Claude Sonnet 5
parent bc1142b929
commit dd2ab5b7d3
3 changed files with 55 additions and 45 deletions
+6
View File
@@ -148,6 +148,12 @@ h1 {
margin: 1.25rem 0;
}
.form--new-list {
margin-top: 1.5rem;
padding-top: 1.25rem;
border-top: 1px solid var(--border);
}
.form label {
display: grid;
gap: 0.3rem;