aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent-edit.ts (follow)
Commit message (Collapse)AuthorAge
* Repair labels in HTML.Hugo Hörnquist2022-10-17
| | | | | | At commit bbecd2476ebddb2731065aad2f3895c5074c9ecb the code changed from generating valid labels backend to generating them frontend. I however forgot to attach the labels to the DOM...
* Fix that events where submitted twice.Hugo Hörnquist2022-10-16
|
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* Stop using with-label.Hugo Hörnquist2022-06-12
|
* Made VEventComponent template optional.Hugo Hörnquist2021-12-13
|
* 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.
* Add basic changelog viewHugo Hörnquist2021-12-02
|
* Rework tab system.Hugo Hörnquist2021-11-30
| | | | | | This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
* Got categories working.Hugo Hörnquist2021-11-26
|
* Fix <textarea/> being ignored when editing event.Hugo Hörnquist2021-11-22
|
* Remove .interactive, fix date-time checkbox.Hugo Hörnquist2021-11-18
|
* Rework some drawing and how calendar is accessed.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.