aboutsummaryrefslogtreecommitdiff
path: root/static/event-creator.ts (follow)
Commit message (Collapse)AuthorAge
* Minor cleanup.Hugo Hörnquist2022-04-25
|
* Close popup on event creation.Hugo Hörnquist2021-12-10
|
* Add setProperties, add type info to setProperty.Hugo Hörnquist2021-11-18
|
* Propagate default-calendar from backend to frontend.Hugo Hörnquist2021-11-15
|
* Fix calendar for popup.Hugo Hörnquist2021-11-15
|
* 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.