UI Audit: sidebar IA flat — 18 nav items, only 1 section divider #149

Closed
opened 2026-05-28 19:30:23 -04:00 by zgaetano · 0 comments
Owner

Fixed in 342b56a.

Sidebar refactored from flat NAV_TREE + ADMIN_TREE to NAV_SECTIONS:

(unlabeled Workspace section)
  Home
  Dashboard
  Library
  Projects
─── Ingest ───
  Upload
  YouTube
  Recorders
  Schedule
  Monitors
─── Operations ───
  Capture       (moved out of Ingest)
  Jobs
  Editor [BETA] (badge added)
─── Admin ───
  Users
  Tokens        (real API token admin, see #152)
  Containers
  Cluster
  Settings

Changes:

  • Capture moved into Operations (live-signal monitor, not an ingest action)
  • Editor gets a BETA badge so its status is honest
  • 0/N live-capture badge dropped from nav (belongs in topbar status pip, future task)
  • Workspace section header omitted to preserve vertical density at the top
  • Submenu expand/collapse machinery kept for future use; no items currently use it

Back-compat exports window.NAV_TREE, window.NAV_FLAT, plus the new window.NAV_SECTIONS.

Fixed in 342b56a. Sidebar refactored from flat `NAV_TREE + ADMIN_TREE` to `NAV_SECTIONS`: ``` (unlabeled Workspace section) Home Dashboard Library Projects ─── Ingest ─── Upload YouTube Recorders Schedule Monitors ─── Operations ─── Capture (moved out of Ingest) Jobs Editor [BETA] (badge added) ─── Admin ─── Users Tokens (real API token admin, see #152) Containers Cluster Settings ``` Changes: - Capture moved into Operations (live-signal monitor, not an ingest action) - Editor gets a `BETA` badge so its status is honest - `0/N` live-capture badge dropped from nav (belongs in topbar status pip, future task) - Workspace section header omitted to preserve vertical density at the top - Submenu expand/collapse machinery kept for future use; no items currently use it Back-compat exports `window.NAV_TREE`, `window.NAV_FLAT`, plus the new `window.NAV_SECTIONS`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: WildDragonLLC/dragonflight#149
No description provided.