Commit Graph

10 Commits

Author SHA1 Message Date
Ryan Chen 40b685e6d0 Add mobile-friendly tab layout with bottom nav
Three-panel desktop layout becomes a tab-based single-panel view on mobile
with Rides/Map/Details bottom nav. Tapping a ride auto-navigates to the map.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-28 10:52:21 -04:00
Ryan Chen 77061b7cc6 Switch map tiles from CARTO to Stadia Maps dark
CARTO now requires an API key; Stadia Maps alidade_smooth_dark is free without one.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-28 10:37:30 -04:00
Ryan Chen c6d9a3b8b6 Add multi-user support: Authelia OIDC, SQLite, Garage S3
- Auth via Authelia OIDC (public client + PKCE) with signed session cookies
- SQLite DB for users, rides, and insights (SQLAlchemy)
- Garage S3 for GPX file storage (boto3)
- All API endpoints scoped to authenticated user
- Dockerfile + docker-compose.yml with Garage service
- Frontend auth check: redirects to /auth/login on 401, shows user badge

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-06 22:12:23 -04:00
Ryan Chen 65a1bb010d Update CLAUDE.md to reflect current project state
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-06 21:13:52 -04:00
Ryan Chen 377e423887 Suppress httpx/openai debug noise in logging
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-01 22:25:38 -04:00
Ryan Chen 7fefb3ac37 Update tab title to bikeslop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-27 10:08:58 -04:00
Ryan Chen 3f2712c9eb Rename sidebar header to bikeslop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-27 10:08:28 -04:00
Ryan Chen a1e6b98ca9 Add screenshot to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-27 10:07:43 -04:00
Ryan Chen a26b7d1f67 Rename project to bikeslop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-27 10:07:00 -04:00
Ryan Chen f2788d9e1d Initial commit: GPX ride viewer with local-LLM coaching insights
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-27 10:05:29 -04:00