diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-30 19:17:02 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-30 19:17:02 +0100 |
| commit | cee521142a4e0673b155d97c3e4825b7fec1987f (patch) | |
| tree | e8030687f62a63c34ad69cb81eefe8470c55cfee /src/frontend/app/components/Stops/ConsolidatedCirculationCard.css | |
| parent | e7283ba10d45b42e1274cd13c3d6aabec57c85b4 (diff) | |
Refactor street name processing and remove unused stop downloader script
- Updated `street_name.py` to simplify street name handling by removing the `re_remove_street_type` regex and exception streets list, replacing them with a dictionary for name replacements.
- Deleted the `download-stops.py` script from the Santiago stop downloader, which was no longer needed.
- Removed the empty `.gitkeep` file from the overrides directory.
- Added a new `VigoController` class to handle stop estimates and timetables, including error handling for missing data.
- Introduced `LineFormatterService` to format circulation routes based on specific line conditions.
Diffstat (limited to 'src/frontend/app/components/Stops/ConsolidatedCirculationCard.css')
| -rw-r--r-- | src/frontend/app/components/Stops/ConsolidatedCirculationCard.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/app/components/Stops/ConsolidatedCirculationCard.css b/src/frontend/app/components/Stops/ConsolidatedCirculationCard.css index 8a442c3..3dc33ea 100644 --- a/src/frontend/app/components/Stops/ConsolidatedCirculationCard.css +++ b/src/frontend/app/components/Stops/ConsolidatedCirculationCard.css @@ -1,4 +1,4 @@ -@reference "../../root.css"; +@import "tailwindcss"; .consolidated-circulation-card { all: unset; @@ -129,7 +129,7 @@ border-radius: 999px; background: rgba(0, 0, 0, 0.03); - @apply flex items-center justify-center gap-1 flex-shrink-0 bg-gray-200/30 dark:bg-gray-600/30; + @apply flex items-center justify-center gap-1 shrink-0 bg-gray-200/30 dark:bg-gray-600/30; } .meta-chip.delay-ok { |
