aboutsummaryrefslogtreecommitdiff
path: root/static/jcal.ts (follow)
Commit message (Collapse)AuthorAge
* Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist2023-09-05
|
* Propagate recurring events to frontend.Hugo Hörnquist2021-12-09
| | | | | | | This handles each instance of a recurring event as its own unique event, which allows us to properly send it to the frontend. It's currently not possible to submit the repeating events back, but that is probably a underlying problem.
* Re-modularize javascript.Hugo Hörnquist2021-11-10
| | | | | This moves almost everything out of globals.ts, into sepparate files. Things are still slightly to tightly coupled. But that is worked on.
* Basic event modification works again.Hugo Hörnquist2021-11-10
|
* lib.Hugo Hörnquist2021-10-31
|
* Everything but lib.Hugo Hörnquist2021-10-31
|
* Major typescript work.Hugo Hörnquist2021-10-04
|
* {.js => .ts} on relavant files.Hugo Hörnquist2021-10-04