From 97908d274ee12eb2301fadd5fc445d0f79479a56 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 4 Apr 2026 15:44:41 +0200 Subject: Enhance arrival and transit functionality with new vehicle operation logic and transit kind classification --- src/frontend/app/routes/home.tsx | 2 -- src/frontend/app/routes/stops-$id.tsx | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/routes') diff --git a/src/frontend/app/routes/home.tsx b/src/frontend/app/routes/home.tsx index e71c788..0a13fe6 100644 --- a/src/frontend/app/routes/home.tsx +++ b/src/frontend/app/routes/home.tsx @@ -240,8 +240,6 @@ export default function StopList() { )} - - {/**/} )} diff --git a/src/frontend/app/routes/stops-$id.tsx b/src/frontend/app/routes/stops-$id.tsx index b3d7e86..2734895 100644 --- a/src/frontend/app/routes/stops-$id.tsx +++ b/src/frontend/app/routes/stops-$id.tsx @@ -10,6 +10,7 @@ import { type StopArrivalsResponse, } from "~/api/schema"; import { ArrivalList } from "~/components/arrivals/ArrivalList"; +import ServiceAlerts from "~/components/ServiceAlerts"; import { ErrorDisplay } from "~/components/ErrorDisplay"; import { PullToRefresh } from "~/components/PullToRefresh"; import RouteIcon from "~/components/RouteIcon"; @@ -229,6 +230,8 @@ export default function Estimates() { )} + +
{dataLoading ? ( <>{/*TODO: New loading skeleton*/} -- cgit v1.3