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

4 Commits

Author SHA1 Message Date
e3917ee79a feature: update event store contents from existing code 2020-12-15 22:00:45 +01:00
61985990d0 refactor: remove checks for JS features
Since I'm introducing Svelte framework and targeting modern browsers, I
think it does not make sense to check for browser features. I can always
choose to use polyfills for backwards compatibility.

I will make sure the form is still also rendered via HTML and works for
non-SPA use.
2020-12-15 21:49:15 +01:00
a249a23ddd feature: add UI for user approval of tracking 2020-12-12 13:54:59 +01:00
6b7c0f8454 separate front end into modules for easier refactoring later 2020-07-19 08:14:35 +02:00