aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent-description.ts (unfollow)
Commit message (Collapse)Author
2022-03-15Introduce concept of VEvent formatters in frontend.Hugo Hörnquist
2021-12-13Made VEventComponent template optional.Hugo Hörnquist
2021-12-12Correctly show recur indicator.Hugo Hörnquist
2021-12-10Add various type specifiers.Hugo Hörnquist
2021-11-26Display categories in event description.Hugo Hörnquist
2021-11-26Remove default ComponentVEvent redraw.Hugo Hörnquist
2021-11-10Re-modularize javascript.Hugo Hörnquist
This moves almost everything out of globals.ts, into sepparate files. Things are still slightly to tightly coupled. But that is worked on.