feat(frontend): add race details page with completed metrics

Implement race detail routing and UI with client-side pace calculation so completed race metrics are visible from the calendar flow.

Made-with: Cursor
This commit is contained in:
Anton
2026-04-06 17:48:11 +03:00
parent 36e103dd41
commit 92cf94aa5b
5 changed files with 256 additions and 5 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ node_modules/
dist/
.env
*.log
*plan*
*PLAN*