feat: add TfL source config to admin dashboard (#104)

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-29 15:36:32 +01:00
committed by GitHub
parent 7a85990c24
commit f1c2f399f2
3 changed files with 73 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import {
CircleDot,
CloudSun,
Loader2,
TrainFront,
LogOut,
MapPin,
Rss,
@@ -41,6 +42,7 @@ const SOURCE_ICONS: Record<string, React.ComponentType<{ className?: string }>>
"aelis.weather": CloudSun,
"aelis.caldav": CalendarDays,
"aelis.google-calendar": Calendar,
"aelis.tfl": TrainFront,
}
export const Route = createRoute({