stack/apps
mantrakp04 4de05f4ddd feat(dashboard): span tree list, now-clamped timeline, zoom/pan
- Trace list is now a hierarchical span tree: every span (e.g.
  $session-replay-segment) is directly reachable and selectable —
  selecting focuses it in the waterfall. First 3 levels expand by
  default, deeper levels collapse behind carets. The type filter prunes
  the tree to matching subtrees with match highlighting and forced
  ancestor expansion.
- Timeline scale clamps at 'now': intervals reaching into the future
  ($refresh-token runs to its expiry a year out) no longer compress the
  real activity into a sliver; future ends render as a fading stub with
  an 'elapsed →' duration and end-date tooltip.
- Waterfall zoom/pan: cmd/ctrl+scroll zooms around the cursor,
  horizontal scroll pans while zoomed, reset button in the ruler;
  ew-resize cursor on timeline tracks as affordance. View window math
  (zoomViewWindow/panViewWindow) is pure and unit-tested.
- Trace start now includes attached event times (events can predate
  their span's started_at since events and replay chunks batch
  independently), so nothing renders off-scale at full view.
2026-07-03 14:01:14 -07:00
..
backend feat(analytics): cross-tier span propagation (client fetch header + server withSpan({ request })) 2026-07-03 11:45:16 -07:00
dashboard feat(dashboard): span tree list, now-clamped timeline, zoom/pan 2026-07-03 14:01:14 -07:00
dev-launchpad chore: update package versions 2026-06-30 23:15:23 +00:00
e2e feat(analytics): cross-tier span propagation (client fetch header + server withSpan({ request })) 2026-07-03 11:45:16 -07:00
hosted-components More consistent dashboard (#1613) 2026-07-01 09:24:08 -07:00
internal-tool chore: update package versions 2026-06-30 23:15:23 +00:00
mcp chore: update package versions 2026-06-30 23:15:23 +00:00
mock-oauth-server chore: update package versions 2026-06-30 23:15:23 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00
skills chore: update package versions 2026-06-30 23:15:23 +00:00