Update styles#40
Conversation
Replace OpenFreeMap liberty styles with custom Apple Maps-inspired color palettes for both light and dark modes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedFailed to post review comments 📝 WalkthroughWalkthroughThis PR migrates the mobile app from GTFS parser-based train data to a REST API-backed architecture with WebSocket realtime streaming. It adds API type contracts, HTTP and WebSocket clients, refactors services and hooks to use API data instead of local GTFS parsing, introduces a new map tile component, and updates MapScreen to render provider-specific features without GTFS dependency. ChangesMobile App: GTFS → API-Backed Realtime Architecture
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
apple-light-style.json) with warm off-white background, soft blue water, sage greens, and gold motorwaysapple-dark-style.json) with deep charcoal background, navy water, muted greens, and dark gold roadsTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores