diff --git a/TODO.md b/TODO.md index 1ee498f..3cb7332 100644 --- a/TODO.md +++ b/TODO.md @@ -69,6 +69,29 @@ Pick anything from here when relevant. Cross-cutting design notes live in ## UI / UX +- **Dashboard layout overhaul.** A 3-column attempt (swarm + / 0per4t0r 1n / m3ss4g3s) landed + was reverted in 74ba8a6 + — looked worse in practice (sticky col-heads fighting the + banner, sub-heads too small, columns too narrow for the + container rows). Sections are now ordered semantically in + a single column (swarm bits first, then decisions, then + messages) which is a no-cost improvement. The bigger + restructure is still worth doing; next attempt should: + - keep current widths usable (don't crunch container + rows < ~36em — they have a lot inline) + - default the heavy-but-rare sections (kept-state, meta- + inputs, msg-flow history) into a collapsed `
` + so they don't dominate when empty + - drop the per-section banner divider lines in favour of + something quieter (a single border-top on the h2?) + - try a *masonry-ish* layout (CSS `grid-template-rows: + masonry` once browsers support it; or just two columns + where messages floats on the right at wide viewports + while the rest stacks left). avoid sticky headers — they + fought the page banner last time. + + + - **Web UI for config repos + meta deploy log.** Browse per-agent proposed / applied tags (`proposal/* / approved/* / building/* / deployed/* / diff --git a/hive-c0re/assets/index.html b/hive-c0re/assets/index.html index 1439943..6af8ef7 100644 --- a/hive-c0re/assets/index.html +++ b/hive-c0re/assets/index.html @@ -17,6 +17,8 @@ +

◆ C0NTAINERS ◆

══════════════════════════════════════════════════════════════
@@ -29,15 +31,17 @@

loading…

-

◆ M1ND H4S QU3STI0NS ◆

+

◆ M3T4 1NPUTS ◆

══════════════════════════════════════════════════════════════
-
+

select inputs to nix flake update in /meta/. selected agents rebuild in sequence after the lock bump; manager learns each outcome via the usual rebuilt system event.

+

loading…

-

◆ 0PER4T0R 1NB0X ◆

+ +

◆ M1ND H4S QU3STI0NS ◆

══════════════════════════════════════════════════════════════
-
+

loading…

@@ -47,10 +51,10 @@

loading…

-

◆ M3T4 1NPUTS ◆

+ +

◆ 0PER4T0R 1NB0X ◆

══════════════════════════════════════════════════════════════
-

select inputs to nix flake update in /meta/. selected agents rebuild in sequence after the lock bump; manager learns each outcome via the usual rebuilt system event.

-
+

loading…