torque-pro-assistant - v1.0.0
    Preparing search index...
    • Renders the Session Detail screen — /sessions/:id. Resolves the URL id against the sessions slice, computes the session's summary, and lays out the design's two-row header (title + horizontal KV strip) over the four-tab shell (Overview / Charts / Map / Raw Data).

      Tab panels are placeholders for now; real content lands as CLAUDE.md TODO §19–§22:

      • Overview — Metric grid + Speed/RPM dual-axis chart + the rest.
      • Charts — Filmstrip stack with PID picker drawer.
      • Map — BigMap polyline from GPS + hotspots + trip stats.
      • Raw Data — Paginated row table with shared-cursor hover.

      Unknown ids land on a "Session not found" state with a back-to-Library button. The same back button anchors the right side of the header for known sessions — predictable target across both states.

      Returns Element

      The Session Detail page React element.