aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent-description.ts (follow)
Commit message (Collapse)AuthorAge
* Introduce concept of VEvent formatters in frontend.Hugo Hörnquist2022-03-15
|
* Made VEventComponent template optional.Hugo Hörnquist2021-12-13
|
* Correctly show recur indicator.Hugo Hörnquist2021-12-12
|
* Add various type specifiers.Hugo Hörnquist2021-12-10
|
* Display categories in event description.Hugo Hörnquist2021-11-26
|
* Remove default ComponentVEvent redraw.Hugo Hörnquist2021-11-26
|
* 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.