From 3227c7bc6bd233c92b1cf54bec689f0582dca547 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 1 Dec 2025 22:25:56 +0100 Subject: refactor: replace StopSheet with StopSummarySheet and update related components - Deleted StopSheet and StopSheetSkeleton components. - Introduced StopSummarySheet and StopSummarySheetSkeleton components. - Updated ConsolidatedCirculationCard to support a reduced view. - Modified ConsolidatedCirculationList to accept a reduced prop. - Adjusted map route to use StopSummarySheet. - Cleaned up CSS styles related to the stop sheet components. - Enhanced error handling and loading states in the new summary sheet. - Updated stop report logic to filter out empty next streets. --- src/frontend/app/routes/stops-$id.css | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/frontend/app/routes/stops-$id.css') diff --git a/src/frontend/app/routes/stops-$id.css b/src/frontend/app/routes/stops-$id.css index 1144584..fa29833 100644 --- a/src/frontend/app/routes/stops-$id.css +++ b/src/frontend/app/routes/stops-$id.css @@ -53,20 +53,6 @@ gap: 1rem; } -.stops-header { - display: flex; - align-items: center; - justify-content: space-between; - gap: 1rem; - flex-shrink: 0; -} - -.stops-header > div:first-child { - display: flex; - align-items: center; - gap: 0.5rem; -} - .star-icon, .edit-icon { cursor: pointer; -- cgit v1.3