Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
8 days | Frontend: Add a bunch of EFA-specific line colours | Birte Kristina Friesel | -5/+5 | |
Closes #244 | ||||
8 days | HAFAS departure board: show load, if available | Birte Kristina Friesel | -3/+3 | |
2025-06-09 | Add (possibly still somewhat experimental) MOTIS support | Birte 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-25 | disable status card border in timeline view | Birte Kristina Friesel | -0/+6 | |
2025-05-25 | status card: add delimiter between main and supplementary content | Birte Kristina Friesel | -0/+5 | |
2024-08-24 | Product chips: add "Strb" for tram | Birte Kristina Friesel | -1/+1 | |
Oh NASA/HAVAG, you so weird | ||||
2024-07-28 | CSS: "STB" is tram, not subway | Birte Kristina Friesel | -2/+2 | |
2024-07-26 | add "Str" for tram | Birte Kristina Friesel | -1/+1 | |
2024-07-19 | line colors: Add Tram as alias for STR | Birte Kristina Friesel | -1/+1 | |
2024-06-30 | increase clickable area of timeline link | Birte Kristina Friesel | -0/+5 | |
2024-04-15 | fix dep-line wrapping | Cassidy Dingenskirchen | -1/+1 | |
2024-03-23 | Allow light/dark/auto rather than just light/dark for theme | Birte Kristina Friesel | -0/+4 | |
Replaces the theme switcher in the nav bar with a less intrusive link at the bottom. Closes #125 | ||||
2024-02-01 | history: fix visual bugs with long station names | Cassidy Dingenskirchen | -40/+77 | |
2024-01-31 | history: show destination in first line, origin in second | Birte 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-30 | new history design | Cassidy Dingenskirchen | -8/+40 | |
(cherry picked from commit 8b3ff460b5845c4ec86466715fc054705b635c20) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org> | ||||
2024-01-30 | fix #89 | Cassidy Dingenskirchen | -0/+4 | |
(cherry picked from commit 6d2b5b4db3e7c4147eefe0bc401c4fe8d29382f9) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org> | ||||
2024-01-29 | unified train farbtupferl | Cassidy Dingenskirchen | -2/+2 | |
(cherry picked from commit 20e8fd39851146eb4fb3cc8cb1f7ba7fc4086d8d) Signed-off-by: Birte Kristina Friesel <derf@finalrewind.org> | ||||
2023-10-27 | departure board: more subtle cancellation highlight, use unified ↵ | Cassidy Dingenskirchen | -1/+1 | |
cancellation check for IRIS | ||||
2023-10-23 | oops, css fix | Cassidy Dingenskirchen | -8/+7 | |
2023-10-22 | departure board: better keyboard accessibility | Cassidy Dingenskirchen | -1/+5 | |
2023-10-22 | departure board: aria-label and contrast fix | Cassidy Dingenskirchen | -27/+32 | |
2023-10-22 | connections: new look consistent with departure board | Cassidy Dingenskirchen | -2/+18 | |
2023-10-22 | departure board: some more styling consistency | Cassidy Dingenskirchen | -9/+15 | |
2023-10-22 | departure board: new look and train type highlighting | Cassidy Dingenskirchen | -7/+124 | |
2023-08-27 | station board: make 'now' marker easier to distinguish | Birte Kristina Friesel | -0/+5 | |
2023-08-24 | resolve unknown/ambiguous stop into list of stops | Birte Kristina Friesel | -0/+7 | |
2023-08-16 | show train/bus icons in stop list | Birte Kristina Friesel | -0/+6 | |
2023-08-06 | use proper text contrast for input labels | Birte Kristina Friesel | -3/+5 | |
Materialize has _weird_ defaults Closes #79 | ||||
2023-03-31 | move local.css to sass | Derf Null | -0/+62 | |
2023-02-04 | inconsistent journeys: link to journeys | Daniel Friesel | -0/+4 | |
2022-12-28 | carousel: fix indicator colors in light mode | Daniel Friesel | -2/+2 | |
2022-11-12 | fix load icon alignment in stop list | Daniel Friesel | -3/+4 | |
2022-11-12 | show expected utilization alongsie train route | Daniel Friesel | -0/+3 | |
2022-07-15 | show infobox in destination list | Daniel Friesel | -0/+12 | |
2022-07-13 | increase clickable area in destination selection | Daniel Friesel | -0/+11 | |
2020-11-21 | testing a more organized history navigation1.18.9 | Daniel Friesel | -2/+19 | |
2020-11-21 | import materialize sass sources instead of relying on npm | Daniel Friesel | -7243/+6173 | |
2019-11-19 | add textarea to sass dark mode text color override | Daniel Friesel | -1/+2 | |
2019-05-28 | fix email fields in dark mode1.6.4 | Daniel Friesel | -0/+1 | |
2019-05-18 | Fix progress bar colours1.4.2 | Daniel Friesel | -1215/+1215 | |
2019-05-18 | fix input background color in dark theme1.4.1 | Daniel Friesel | -0/+5 | |
2019-05-16 | fix info-color contrast | Daniel Friesel | -1/+1 | |
2019-05-16 | use a darker background color for default cards | Daniel Friesel | -3/+3 | |
2019-05-16 | Further color improvements | marudor | -12/+29 | |
2019-05-16 | Add dark mode (only available with prefers-color-scheme currently) | marudor | -0/+7302 | |