diff --git a/web/src/App.svelte b/web/src/App.svelte index 9fd7efb..89876cb 100644 --- a/web/src/App.svelte +++ b/web/src/App.svelte @@ -1,6 +1,5 @@ + +
+ Describe a goal — Nomos will plan it, execute it, and report the outcome. +
+ ++ {filter === 'all' + ? 'No tasks yet. Start one above and Nomos will plan it, execute it, and report the outcome.' + : `No ${FILTERS.find((f) => f.id === filter)?.label.toLowerCase()} tasks.`} +
+| Status | +Task | +Summary | +Last active | +
|---|---|---|---|
| + + + {st.label} + + | ++ {heading(s)} + | ++ {s.summary || '—'} + | ++ {relativeTime(s.last_active_at)} + | +
Every task is a goal Nomos works to completion.
-- {filter === 'all' - ? 'No tasks yet. Start one and Nomos will plan it, execute it, and report the outcome.' - : `No ${FILTERS.find((f) => f.id === filter)?.label.toLowerCase()} tasks.`} -
- {#if filter === 'all'} - - {/if} -