summaryrefslogtreecommitdiff
path: root/templates/layouts
AgeCommit message (Collapse)AuthorLines
2019-11-16add map view of past journeys. unfinished and unreferenced.Daniel Friesel-0/+6
2019-11-14include URL in copied share text if enabled1.9.12Daniel Friesel-1/+1
2019-11-14Copy share text to clipboard if sharing API is unavailable1.9.11Daniel Friesel-1/+1
Closes #24
2019-10-30update asset version1.9.9Daniel Friesel-1/+1
2019-08-22update autocomplete station list1.8.8Daniel Friesel-1/+1
2019-06-19make share button link to status page if share API is unavailableDaniel Friesel-1/+1
2019-05-29add twitter preview tags to public user status pageDaniel Friesel-0/+3
2019-05-28fix email fields in dark mode1.6.4Daniel Friesel-1/+1
2019-05-25Remove apple-mobile-web-app-capable tag to work around Safari session issues1.6.2Daniel 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-19allow checkin from connections viewDaniel Friesel-1/+1
2019-05-18Fix progress bar colours1.4.2Daniel Friesel-1/+1
2019-05-18fix input background color in dark theme1.4.1Daniel Friesel-1/+1
2019-05-18release new asset versionDaniel Friesel-1/+1
2019-05-18remove debug outputDaniel Friesel-4/+1
2019-05-18Pre-select theme css in backendDaniel Friesel-28/+26
2019-05-16Provide light theme by default, avoid re-styling unless dark theme is activeDaniel Friesel-4/+4
This eliminates a large portion of main-thread work on page load
2019-05-16fix typo in color scheme preference queryDaniel Friesel-1/+1
2019-05-16Further color improvementsmarudor-1/+15
2019-05-16Add color switcher to toolbarmarudor-11/+16
2019-05-16Add dark mode (only available with prefers-color-scheme currently)marudor-2/+18
2019-05-12oops 2 (asset release)1.3.2Daniel Friesel-1/+1
2019-05-11Release version 19, fix asset-release for macosmarudor-1/+1
2019-05-11switch to a less generic iconDaniel Friesel-3/+9
2019-05-10javascript-based refresh of journey progress and countdownDaniel Friesel-1/+1
2019-05-09hide status countdown when offline1.1.10Daniel Friesel-1/+1
2019-05-07only show loading animation on links without custom animation1.1.7Daniel Friesel-1/+1
2019-05-06always show navbar, even when scrollingDaniel Friesel-25/+27
2019-05-06add loading indicator to navDaniel Friesel-2/+17
2019-05-05update asset version1.1.6Daniel Friesel-1/+1
2019-05-04update material iconsDaniel Friesel-1/+1
2019-05-04migrate to jQuery 3Daniel Friesel-1/+1
2019-05-03add a descriptionDaniel Friesel-0/+1
2019-05-03use versioning for service worker and web app manifestDaniel Friesel-3/+3
2019-05-03add apple mobile web app fooDaniel Friesel-0/+4
2019-05-03Experimental PWA support (#13)Daniel Friesel-0/+12
2019-05-02oops1.1.1Daniel Friesel-1/+1
2019-05-02Finish public-facing exposed user status (opt-in)Daniel Friesel-1/+1
2019-04-26show marker when unable to syncDaniel Friesel-1/+1
2019-04-23Primitive auto-refresh of current journey statusDaniel Friesel-1/+1
Todo: Redirect user to destination station upon arrival
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-1/+1
Whether a user is in transit or not is now determined by an entry in the in_transit table instead of a dangling checkin. All completed journeys are stored in the "journeys" table. This does most of the work needed for automatic checkout. However, note that the corresponding worker process is not implemented yet.
2019-04-13Print db and host in development modeDaniel Friesel-1/+12
2019-04-13Use travelynx.conf for configuration and secretsDaniel Friesel-1/+1
This avoids having to specify secrets in the environment, where they can leak easily.
2019-04-13work-in-progress manual journey entry. incomplete and not enabled yet.Daniel Friesel-1/+3
2019-04-06detect development mode for travelynx_dev* databases0.11Daniel Friesel-1/+1
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-1/+1
2019-03-25distinguish prod/dev in nav bar0.08Daniel Friesel-1/+1
2019-03-19support logging of cancelled journeysDaniel Friesel-1/+1
2019-03-18never call get_user_data directlyDaniel Friesel-1/+1
2019-03-16add autocomplete for station formDaniel Friesel-0/+1
2019-03-16allow manual input of station nameDaniel Friesel-1/+1
Closes #1