Implemented in 7b9dc32. Increased FIXED_H from 40→52px, giving nodes more vertical space so edge connectors are clearly visible between them.
Implemented in 7b9dc32. Replaced native <title> tooltips with styled HTML overlay positioned next to cursor. Shows node type (color-coded dot + uppercase label), full node label, and when…
Implemented in 7b9dc32. Legend now starts collapsed as a small "Legend" pill button at bottom-left. Clicking expands the full legend with a close (×) button to collapse it again. Hidden on mobile.
Terminology clarification: The /apps page lists applications (groups), not individual agent instances.
- A group is the application name (e.g.
order-service-eu) — all instances…
Dependency note: Phase 1 (direct row-click navigation) currently works around the missing group field by looking up the agent registry at click time (ResultsTable.handleDiagramNav). Once…
Updated context post-UX overhaul (#69)
With direct row-click navigation to the diagram page, accessibility becomes even more critical:
- Table rows must be keyboard-navigable (Enter to…
Updated context post-UX overhaul (#69)
With direct row-click navigation, the results table becomes a launchpad — users scan and click. Having group visible in the table row is now more…
Updated context post-UX overhaul (#69)
The slide transition was originally designed for the inline-expand → diagram navigation. With #69, the inline expand is removed and row clicks navigate…
This is now Phase 4 of the UX navigation overhaul (#69).
The /apps page is critical for making route diagrams discoverable without going through the search-first flow. Users need a topology-firs…