promptlooper/frontend/src
John Lightner 32535a92ea MAESTRO: Build ScoreChart component with scatter, bar, and line chart types
Custom SVG-based charts with no external dependencies. Scatter plot for
score vs parameter value, bar chart for top N configs comparison, line
chart for score progression over time. Interactive tooltips, click
callbacks, chart type switching, dark mode support. 30 tests added.
2026-04-07 03:29:17 -05:00
..
api MAESTRO: Create typed API client with in-memory JWT auth, fetch wrappers, and WebSocket helper 2026-04-07 02:07:03 -05:00
components MAESTRO: Build ScoreChart component with scatter, bar, and line chart types 2026-04-07 03:29:17 -05:00
contexts MAESTRO: Implement AuthContext provider with JWT management, session validation, and protected route redirects 2026-04-07 02:38:23 -05:00
pages MAESTRO: Implement Compare page with side-by-side run comparison, config/response diffs, and score overlay 2026-04-07 03:25:37 -05:00
App.test.tsx MAESTRO: Implement Compare page with side-by-side run comparison, config/response diffs, and score overlay 2026-04-07 03:25:37 -05:00
App.tsx MAESTRO: Implement AuthContext provider with JWT management, session validation, and protected route redirects 2026-04-07 02:38:23 -05:00
index.css MAESTRO: Create multi-stage Dockerfile, nginx.conf, and frontend/backend scaffolding 2026-04-07 01:44:52 -05:00
main.tsx MAESTRO: Initialize frontend routing with 8 placeholder page components and vitest test suite 2026-04-07 02:03:48 -05:00
test-setup.ts MAESTRO: Initialize frontend routing with 8 placeholder page components and vitest test suite 2026-04-07 02:03:48 -05:00
vite-env.d.ts MAESTRO: Create multi-stage Dockerfile, nginx.conf, and frontend/backend scaffolding 2026-04-07 01:44:52 -05:00