diff --git a/apps/web/src/routes/(app)/lists/[id]/+page.svelte b/apps/web/src/routes/(app)/lists/[id]/+page.svelte index 1b63d85..e3088c9 100644 --- a/apps/web/src/routes/(app)/lists/[id]/+page.svelte +++ b/apps/web/src/routes/(app)/lists/[id]/+page.svelte @@ -672,19 +672,25 @@
-
-

- {m.list_status_active()} -

+ NAME_SAVE_DEBOUNCE_MS of inactivity. Status signals: strikethrough + on completed lists, muted pill next to the title for archived. --> +
+ {#if list?.status === 'archived'} + + {m.list_status_archived()} + + {/if}
{#if uncheckedItems.length === 0 && checkedItems.length === 0} diff --git a/apps/web/src/routes/(app)/tasks/[id]/+page.svelte b/apps/web/src/routes/(app)/tasks/[id]/+page.svelte index abb3b02..7c4b05f 100644 --- a/apps/web/src/routes/(app)/tasks/[id]/+page.svelte +++ b/apps/web/src/routes/(app)/tasks/[id]/+page.svelte @@ -233,10 +233,7 @@
-
-

- {m.masthead_tasks_label()} -

+