diff --git a/VERSION b/VERSION index 78bc1ab..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0 diff --git a/plans/tables.md b/plans/tables.md new file mode 100644 index 0000000..4dbb330 --- /dev/null +++ b/plans/tables.md @@ -0,0 +1,403 @@ +# Table & Component Standardization Plan + +## 0. Motivation + +The app currently has **5 table implementations**, each hand-writing `
| + {message} + | +
|
+ {#if col.sortable !== false}
+ {@const sb = getSortBuilder(col.key)}
+ |
+ {/each}
+
|---|
|
+ |
+ {/each}
+
|
+ {#if typeof col.render === 'string'}
+ {@const R = renderers[col.render]}
+ {#if R}
+
+ |
+ {/each}
+
Recently decided
-- {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.`} -
-| Status | -Task | -Summary | -Last active | -
|---|---|---|---|
| - - - {st.label} - - | -- {heading(s)} - | -- {s.summary || '—'} - | -- {relativeTime(s.last_active_at)} - | -