aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/LineIcon.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-30 19:17:02 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-30 19:17:02 +0100
commitcee521142a4e0673b155d97c3e4825b7fec1987f (patch)
treee8030687f62a63c34ad69cb81eefe8470c55cfee /src/frontend/app/components/LineIcon.css
parente7283ba10d45b42e1274cd13c3d6aabec57c85b4 (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/LineIcon.css')
-rw-r--r--src/frontend/app/components/LineIcon.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/app/components/LineIcon.css b/src/frontend/app/components/LineIcon.css
index 50f2d5f..01ff2bd 100644
--- a/src/frontend/app/components/LineIcon.css
+++ b/src/frontend/app/components/LineIcon.css
@@ -64,10 +64,13 @@
--line-psa4: hsl(120, 100%, 30%);
--line-ptl: hsl(120, 60%, 70%);
--line-tur: hsl(300, 33%, 30%);
+ --line-tur-text: hsl(0, 0%, 100%);
--line-u1: hsl(30, 80%, 20%);
--line-u1-text: hsl(0, 0%, 100%);
--line-u2: hsl(30, 80%, 20%);
--line-u2-text: hsl(0, 0%, 100%);
+ --line-vts: hsl(300, 33%, 30%);
+ --line-vts-text: hsl(0, 0%, 100%);
}
.line-icon-default {