From 800fd816132c38617b2cc16f4eecf95f38d09841 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 25 Dec 2025 01:53:12 +0100 Subject: Update icons again --- src/frontend/app/components/arrivals/ArrivalList.tsx | 6 ++++++ src/frontend/app/routes/stops-$id.tsx | 9 +-------- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'src/frontend/app') diff --git a/src/frontend/app/components/arrivals/ArrivalList.tsx b/src/frontend/app/components/arrivals/ArrivalList.tsx index 0186682..ea01695 100644 --- a/src/frontend/app/components/arrivals/ArrivalList.tsx +++ b/src/frontend/app/components/arrivals/ArrivalList.tsx @@ -18,6 +18,12 @@ export const ArrivalList: React.FC = ({ return (
+ {arrivals.length === 0 && ( +
+ {/* TOOD i18n */} + No hay llegadas próximas disponibles para esta parada. +
+ )} {arrivals.map((arrival, index) => reduced ? ( { // Initial load setDataLoading(true); @@ -175,7 +168,7 @@ export default function Estimates() { ) : data ? ( <>
-
+