1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
0c9a69d8ea prettify console messages with browser logger 2020-07-19 08:14:35 +02:00
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
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
0eda018113 create client side logger 2020-07-19 08:14:35 +02:00
6b7c0f8454 separate front end into modules for easier refactoring later 2020-07-19 08:14:35 +02:00