aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent-edit.ts (unfollow)
Commit message (Collapse)Author
2022-06-12Stop using with-label.Hugo Hörnquist
2021-12-13Made VEventComponent template optional.Hugo Hörnquist
2021-12-09Propagate recurring events to frontend.Hugo Hörnquist
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.
2021-12-02Add basic changelog viewHugo Hörnquist
2021-11-30Rework tab system.Hugo Hörnquist
This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
2021-11-26Got categories working.Hugo Hörnquist
2021-11-22Fix <textarea/> being ignored when editing event.Hugo Hörnquist
2021-11-18Remove .interactive, fix date-time checkbox.Hugo Hörnquist
2021-11-15Rework some drawing and how calendar is accessed.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.