• Joined on 2025-12-31
kyle closed issue kyle/SignageHTML#4 2026-02-15 05:05:25 -08:00
Reduce departure polling interval from 5s to 30s
kyle closed issue kyle/SignageHTML#3 2026-02-15 05:05:25 -08:00
Fix transition: all performance issue
kyle closed issue kyle/SignageHTML#2 2026-02-15 05:05:25 -08:00
Remove hardcoded API key from WeatherManager.js
kyle closed issue kyle/SignageHTML#1 2026-02-15 05:05:25 -08:00
Fix site search API - replace broken /v1/sites endpoint
kyle opened issue kyle/SignageHTML#9 2026-02-15 04:56:34 -08:00
Replace inaccurate sunrise/sunset calculation with API
kyle opened issue kyle/SignageHTML#8 2026-02-15 04:56:32 -08:00
Remove duplicate and dead CSS code
kyle opened issue kyle/SignageHTML#7 2026-02-15 04:56:31 -08:00
Introduce CSS custom properties for consistent theming
kyle opened issue kyle/SignageHTML#6 2026-02-15 04:56:29 -08:00
Add Swedish language parameter to weather API calls
kyle opened issue kyle/SignageHTML#5 2026-02-15 04:56:28 -08:00
Fix forecast API: correct comments and add cnt parameter
kyle opened issue kyle/SignageHTML#4 2026-02-15 04:56:26 -08:00
Reduce departure polling interval from 5s to 30s
kyle opened issue kyle/SignageHTML#3 2026-02-15 04:56:24 -08:00
Fix transition: all performance issue
kyle opened issue kyle/SignageHTML#2 2026-02-15 04:56:14 -08:00
Remove hardcoded API key from WeatherManager.js
kyle opened issue kyle/SignageHTML#1 2026-02-15 04:54:43 -08:00
Fix site search API - replace broken /v1/sites endpoint
kyle pushed to ui-overhaul at kyle/SignageHTML 2026-02-15 04:54:24 -08:00
kyle created branch ui-overhaul in kyle/SignageHTML 2026-02-15 04:54:24 -08:00
kyle pushed to main at kyle/vip-coordinator 2026-02-09 10:55:00 -08:00
139cb4aebe refactor: simplify GPS page, lean into Traccar for live map and trips
kyle pushed to main at kyle/vip-coordinator 2026-02-09 09:52:06 -08:00
14c6c9506f fix: optimize Traccar Client QR code with iOS background GPS settings
kyle closed issue kyle/vip-coordinator#23 2026-02-08 10:44:01 -08:00
GPS Trip Detection, History & Playback
kyle commented on issue kyle/vip-coordinator#23 2026-02-08 10:43:55 -08:00
GPS Trip Detection, History & Playback

Simplified: Now using Traccar built-in trip detection. Removed ~490 lines of custom detection code. Traccar correctly returns 3 trips vs our broken 5+. Added geocoded addresses to trip cards.…

kyle pushed to main at kyle/vip-coordinator 2026-02-08 10:38:16 -08:00
53eb82c4d2 refactor: use Traccar trip API instead of custom detection (#23)