Ondřej Synáček
a661e54524
fix invalid function signature for event data extraction
...
Additionally fix specs
2020-07-19 08:14:35 +02:00
Ondřej Synáček
0c9a69d8ea
prettify console messages with browser logger
2020-07-19 08:14:35 +02: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
f577fb6385
implement same parsing logic on server and frontend
...
Server now downloads the HTML file via new endpoint but the parsing logic now happens in
the browser. The reason for this is to have a way same code for both
environments.
If the JavaScript is disabled, it's still possible to call the previous
endpoint and download the file from the server.
2020-07-19 08:14:35 +02:00
Ondřej Synáček
0eda018113
create client side logger
2020-07-19 08:14:35 +02:00
Ondřej Synáček
6b7c0f8454
separate front end into modules for easier refactoring later
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