Skip to content

Mobile Responsive UI

The T3 webapp is fully responsive down to 375px (iPhone SE / standard mobile width).

Breakpoints

WidthBehaviour
> 960pxFull desktop layout: persistent sidebar, multi-column tables, side-by-side panels
768–960pxTablet: sidebar may collapse, reduced typography scale
< 768pxMobile: sidebar becomes a drawer, tables scroll horizontally, panels stack vertically
375pxMinimum supported width (iPhone SE baseline)

Key Responsive Behaviours

Sidebar: On mobile the workspace sidebar collapses into a slide-in drawer, triggered by a hamburger button in the top nav.

Tables: Data tables (fund list, investor list, issue list, review list, run history) scroll horizontally rather than truncating content.

Panels: Multi-panel layouts (e.g. review detail with findings and score side by side on desktop) stack vertically on mobile.

Typography: Headlines use clamp() to scale between mobile and desktop sizes. See DESIGN.md for the full type scale.

Design System

The Ledger redesign (PR #10) introduced the current layout system. See DESIGN.md for the full visual design specification including the dark institutional colour palette, typography rules, and motion principles.

T1 (skills + CLI) and T2 (vault template) are MIT licensed.