Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-05-03 | release assets | Derf Null | -1/+1 | |
2023-03-31 | Release assets | Derf Null | -1/+1 | |
2023-03-31 | move local.css to sass | Derf Null | -1/+0 | |
2023-03-19 | add optional announcements to travelynx.conf | Derf Null | -0/+10 | |
2023-03-03 | release assets1.30.0 | Daniel Friesel | -1/+1 | |
2023-02-04 | release assets1.29.17 | Daniel Friesel | -1/+1 | |
2023-01-18 | release assets1.29.12 | Daniel Friesel | -1/+1 | |
2022-12-28 | release assets | Daniel Friesel | -1/+1 | |
2022-12-27 | release assets | Daniel Friesel | -1/+1 | |
2022-12-26 | release assets | Daniel Friesel | -1/+1 | |
2022-12-12 | release assets1.28.3 | Daniel Friesel | -1/+1 | |
2022-11-12 | release assets1.26.1 | Daniel Friesel | -1/+1 | |
2022-10-07 | change apple-touch-icon to non transparent | sp8c3 | -4/+4 | |
2022-10-03 | release assets1.24.2 | Daniel Friesel | -1/+1 | |
2022-08-04 | release assets1.23.5 | Daniel Friesel | -1/+1 | |
2022-07-15 | release assets1.23.1 | Daniel Friesel | -1/+1 | |
2022-07-14 | release assets1.22.11 | Daniel Friesel | -1/+1 | |
2022-07-13 | update assets1.22.9 | Daniel Friesel | -1/+1 | |
2021-09-12 | Update station name autocompletion for T-S-DE-IRIS 1.60 | Daniel Friesel | -1/+1 | |
2021-06-20 | Update station autocompletion for T-S-DE-IRIS v1.56 | Daniel Friesel | -1/+1 | |
2020-12-13 | update station list for autocompletion1.19.2 | Daniel Friesel | -1/+1 | |
2020-11-21 | testing a more organized history navigation1.18.9 | Daniel Friesel | -1/+1 | |
2020-11-21 | Fix navbar titles | Daniel Friesel | -3/+3 | |
2020-09-21 | add opengraph metadata output1.17.5 | Daniel Friesel | -0/+3 | |
2020-02-01 | update autocomplete list1.14.4 | Daniel Friesel | -1/+1 | |
2020-01-28 | new asset version | Daniel Friesel | -1/+1 | |
2020-01-28 | Add aria labels where needed, commit 1 of many (#37) | Daniel Friesel | -4/+4 | |
2020-01-25 | Surely a little bit of colour won't hurt. | Daniel Friesel | -1/+1 | |
2019-12-14 | improve wagon output in journey details | Daniel Friesel | -1/+1 | |
2019-12-08 | confirm undo of checkins after 15 minutes1.11.2 | Daniel Friesel | -1/+1 | |
2019-11-16 | add map view of past journeys. unfinished and unreferenced. | Daniel Friesel | -0/+6 | |
2019-11-14 | include URL in copied share text if enabled1.9.12 | Daniel Friesel | -1/+1 | |
2019-11-14 | Copy share text to clipboard if sharing API is unavailable1.9.11 | Daniel Friesel | -1/+1 | |
Closes #24 | ||||
2019-10-30 | update asset version1.9.9 | Daniel Friesel | -1/+1 | |
2019-08-22 | update autocomplete station list1.8.8 | Daniel Friesel | -1/+1 | |
2019-06-19 | make share button link to status page if share API is unavailable | Daniel Friesel | -1/+1 | |
2019-05-29 | add twitter preview tags to public user status page | Daniel Friesel | -0/+3 | |
2019-05-28 | fix email fields in dark mode1.6.4 | Daniel Friesel | -1/+1 | |
2019-05-25 | Remove apple-mobile-web-app-capable tag to work around Safari session issues1.6.2 | Daniel Friesel | -2/+0 | |
iOS Safari does not send session cookies when following links to PWAs using the apple-mobile-web-app-capable tag. This is not documented on <https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html>, though I can't say whether it is a bug in Safari or lacking documentation. See <https://github.com/foosel/OctoPrint/issues/1792> for a more detailed description of this type of issue. | ||||
2019-05-19 | allow checkin from connections view | Daniel Friesel | -1/+1 | |
2019-05-18 | Fix progress bar colours1.4.2 | Daniel Friesel | -1/+1 | |
2019-05-18 | fix input background color in dark theme1.4.1 | Daniel Friesel | -1/+1 | |
2019-05-18 | release new asset version | Daniel Friesel | -1/+1 | |
2019-05-18 | remove debug output | Daniel Friesel | -4/+1 | |
2019-05-18 | Pre-select theme css in backend | Daniel Friesel | -28/+26 | |
2019-05-16 | Provide light theme by default, avoid re-styling unless dark theme is active | Daniel Friesel | -4/+4 | |
This eliminates a large portion of main-thread work on page load | ||||
2019-05-16 | fix typo in color scheme preference query | Daniel Friesel | -1/+1 | |
2019-05-16 | Further color improvements | marudor | -1/+15 | |
2019-05-16 | Add color switcher to toolbar | marudor | -11/+16 | |
2019-05-16 | Add dark mode (only available with prefers-color-scheme currently) | marudor | -2/+18 | |