Commit Graph

9 Commits

Author SHA1 Message Date
Ondřej Synáček 05473c13c1 fix: build process to support Svelte and service worker 2020-12-23 22:05:30 +01:00
Ondřej Synáček 8900474af7 refactor: completely remove existing javascript and use Svelte app
exclusively for rendering
2020-12-20 15:24:25 +01:00
Ondřej Synáček 290d7115d0 feature: create Svelte component for showing status UI 2020-12-20 14:29:21 +01:00
Ondřej Synáček b28995aa1e feature: convert form input to Svelte component and create module for
fetching event data & parsing it
2020-12-20 13:50:12 +01:00
Ondřej Synáček 0f21613e39 refactor: replace event list table with Svelte version 2020-12-15 23:12:13 +01:00
Ondřej Synáček a89777b91a feature: add Svelte framework to app, refactor tracking panel into Svelte component 2020-12-15 21:49:15 +01:00
Ondřej Synáček a8c5d12a7b fix issues with deployment due to winston logging getting in the way 2020-11-15 15:13:49 +01:00
Ondřej Synáček cf41deedd9 remove manual "no javascript" switch
This was a stupid checkbox made only as an experiment. The page can
still be loaded without JavaScript and works, no need to trigger it
manually.
2020-07-19 08:14:35 +02:00
Ondřej Synáček 565354bcb6 add webpack for front end builds and serve the assets from backend 2020-07-19 08:14:35 +02:00