summaryrefslogtreecommitdiff
path: root/sass
AgeCommit message (Collapse)AuthorLines
7 daysAdd (possibly still somewhat experimental) MOTIS supportBirte Kristina Friesel-8/+10
Squashed commit of the following: commit c7c8b2ec5d8254eefb548bfe7763a7d8c9558be4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:08:57 2025 +0200 fix another merge issue commit d2ae55c901ab59284263ad3070ba425e03cee833 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:08:39 2025 +0200 Stations: get_by_external_id is a slow function commit 725174413300e71c350d2f1dcfbeacd751def977 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 13:05:48 2025 +0200 ... I accidentally commited a merge conflict commit c695494dbd6aaf252199da42ad763bdffa1d64b9 Merge: e5da62b 3322ca2 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Mon Jun 9 12:46:08 2025 +0200 Merge branch 'main' into motis commit e5da62bcfc7953d5109ba53ae1fcc34f509f251b Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:15:39 2025 +0200 cpanfile: add Travel::Status::MOTIS dependency commit 180723a9e0e2f0aede0bc6352d5eee601183ccef Merge: 479373b c90ae4c Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:13:45 2025 +0200 Merge branch 'main' into motis commit 479373b14eaadbc022199df246c9fb523a87188c Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:06:41 2025 +0200 database: remove duplicate users_with_backend migration commit 94c8b5a7d1e2cb7f73b0eca7e33d916775504cd4 Author: Birte Kristina Friesel <derf@finalrewind.org> Date: Wed Apr 30 18:06:04 2025 +0200 Do not store train colours in database. They're only supported by MOTIS. commit d58f23c3c7b06cc0243c1945dacd8673d2d2e428 Author: networkException <git@nwex.de> Date: Fri Apr 18 11:47:02 2025 +0200 Initial MOTIS backend support This patch adds support for checkins using MOTIS backends using the Travel::Status::MOTIS module. With this travelynx supports the two services currently exposed by the module, RNV for local transit in Mannheim, Germany and surrounding cities and transitous for worldwide crowdsourced tranit feeds. This implementation supports realtime predictions, cancellations and polylines as well as custom route colors if available. As MOTIS doesn't expose names of indivial trips currently, displaying transports is mostly limited to route names. MOTIS uses strings for stop ids, based on the used GTFS source feeds. As travelynx's data model currently assumes interger station ids, this patch adds a mapping table to the database. This patch assumes support for MOTIS in db-fakedisplay. Note that while träwelling has migrated to tranitous fully sync remains unsupported for now. See https://github.com/Traewelling/traewelling/issues/3345
2025-05-25disable status card border in timeline viewBirte Kristina Friesel-0/+6
2025-05-25status card: add delimiter between main and supplementary contentBirte Kristina Friesel-0/+5
2024-08-24Product chips: add "Strb" for tramBirte Kristina Friesel-1/+1
Oh NASA/HAVAG, you so weird
2024-07-28CSS: "STB" is tram, not subwayBirte Kristina Friesel-2/+2
2024-07-26add "Str" for tramBirte Kristina Friesel-1/+1
2024-07-19line colors: Add Tram as alias for STRBirte Kristina Friesel-1/+1
2024-06-30increase clickable area of timeline linkBirte Kristina Friesel-0/+5
2024-04-15fix dep-line wrappingCassidy Dingenskirchen-1/+1
2024-03-23Allow light/dark/auto rather than just light/dark for themeBirte Kristina Friesel-0/+4
Replaces the theme switcher in the nav bar with a less intrusive link at the bottom. Closes #125
2024-02-01history: fix visual bugs with long station namesCassidy Dingenskirchen-40/+77
2024-01-31history: show destination in first line, origin in secondBirte Kristina Friesel-2/+2
This way, consecutive history entries have matching origin/destination pairs, and both the outer list and the inner origin/destination pair are sorted by descending date.
2024-01-30new history designCassidy Dingenskirchen-8/+40
(cherry picked from commit 8b3ff460b5845c4ec86466715fc054705b635c20) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org>
2024-01-30fix #89Cassidy Dingenskirchen-0/+4
(cherry picked from commit 6d2b5b4db3e7c4147eefe0bc401c4fe8d29382f9) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org>
2024-01-29unified train farbtupferlCassidy Dingenskirchen-2/+2
(cherry picked from commit 20e8fd39851146eb4fb3cc8cb1f7ba7fc4086d8d) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org>
2023-10-27departure board: more subtle cancellation highlight, use unified ↵Cassidy Dingenskirchen-1/+1
cancellation check for IRIS
2023-10-23oops, css fixCassidy Dingenskirchen-8/+7
2023-10-22departure board: better keyboard accessibilityCassidy Dingenskirchen-1/+5
2023-10-22departure board: aria-label and contrast fixCassidy Dingenskirchen-27/+32
2023-10-22connections: new look consistent with departure boardCassidy Dingenskirchen-2/+18
2023-10-22departure board: some more styling consistencyCassidy Dingenskirchen-9/+15
2023-10-22departure board: new look and train type highlightingCassidy Dingenskirchen-7/+124
2023-08-27station board: make 'now' marker easier to distinguishBirte Kristina Friesel-0/+5
2023-08-24resolve unknown/ambiguous stop into list of stopsBirte Kristina Friesel-0/+7
2023-08-16show train/bus icons in stop listBirte Kristina Friesel-0/+6
2023-08-06use proper text contrast for input labelsBirte Kristina Friesel-3/+5
Materialize has _weird_ defaults Closes #79
2023-03-31move local.css to sassDerf Null-0/+62
2023-02-04inconsistent journeys: link to journeysDaniel Friesel-0/+4
2022-12-28carousel: fix indicator colors in light modeDaniel Friesel-2/+2
2022-11-12fix load icon alignment in stop listDaniel Friesel-3/+4
2022-11-12show expected utilization alongsie train routeDaniel Friesel-0/+3
2022-07-15show infobox in destination listDaniel Friesel-0/+12
2022-07-13increase clickable area in destination selectionDaniel Friesel-0/+11
2020-11-21testing a more organized history navigation1.18.9Daniel Friesel-2/+19
2020-11-21import materialize sass sources instead of relying on npmDaniel Friesel-7243/+6173
2019-11-19add textarea to sass dark mode text color overrideDaniel Friesel-1/+2
2019-05-28fix email fields in dark mode1.6.4Daniel Friesel-0/+1
2019-05-18Fix progress bar colours1.4.2Daniel Friesel-1215/+1215
2019-05-18fix input background color in dark theme1.4.1Daniel Friesel-0/+5
2019-05-16fix info-color contrastDaniel Friesel-1/+1
2019-05-16use a darker background color for default cardsDaniel Friesel-3/+3
2019-05-16Further color improvementsmarudor-12/+29
2019-05-16Add dark mode (only available with prefers-color-scheme currently)marudor-0/+7302