You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sidebar
- Replace the tinted "monitor tile + dot" brand with a pulse mark: a muted
oscilloscope baseline + one indigo beat with a led-dot blip at its apex
(the worker heartbeat made literal). Drops the branded tint so indigo
stays earned by the live signal; rebalances the wordmark (lowercase mono
"console").
Command palette (⌘K)
- Wire the palette into Layouts.app (it was built but never mounted, so ⌘K
and the "Jump to…" button did nothing). Thread `durable` through all 7
LiveViews so it can query.
- Rewrite it to search the console's nouns, grouped: Go to (pages, incl. the
previously-missing Executions), Workflows (live list_workflows), Recent
runs (latest executions). Live data is snapshotted on open and filtered
in-memory per keystroke. Selected row wears the indigo live rail + a ↵
hint; nav wraps across groups.
Topbar
- Rework the right cluster into a toolbar: compact ⌘K trigger (width hugs
content — no dead gap, single ⌘K chip), hairline divider, then a meta
group with the running version, a GitHub link, and the theme toggle
(ghost icon controls). Add a `github` brand icon to Core.icon.
Step inspector
- Widen the shared StepDetail panel cap max-w-4xl -> max-w-5xl. Make the I/O
JSON boxes fill their column (w-full) and collapse to a single full-width
column when only one side has data, so a cron step's output isn't penned
into a half-panel beside an empty "No input" cell.
DESIGN.md updated for each (brand mark, live-rail list, palette pattern,
topbar toolbar, brand-icon viewBox rule, StepDetail I/O layout). Bundled
app.css rebuilt.
0 commit comments