feat: routes page — deep-link to specific route, sport-colour tiles over real map, sort filter (distance/completions/last-completed), group custom vs auto-detected, taller map tiles
Build and push images / validate (push) Successful in 4s
Build and push images / build-backend (push) Successful in 5s
Build and push images / build-worker (push) Successful in 6s
Build and push images / build-frontend (push) Successful in 8s

This commit is contained in:
2026-06-23 11:57:39 +01:00
parent 4272c5dc4c
commit 73bc986219
5 changed files with 183 additions and 94 deletions
+1
View File
@@ -37,6 +37,7 @@ export default function App() {
<Route path="summary" element={<SummaryPage />} />
<Route path="health" element={<HealthPage />} />
<Route path="routes" element={<RoutesPage />} />
<Route path="routes/:routeId" element={<RoutesPage />} />
<Route path="records" element={<RecordsPage />} />
<Route path="upload" element={<UploadPage />} />
<Route path="profile" element={<ProfilePage />} />