aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts (unfollow)
Commit message (Collapse)Author
2021-12-10Add various type specifiers.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-26Minor cleanup.Hugo Hörnquist
2021-11-26Got categories working.Hugo Hörnquist
2021-11-22Change innerHTML to textContent.Hugo Hörnquist
Also changed some innerText to textContent
2021-11-19Parse RRULE:s.Hugo Hörnquist
2021-11-18Add setProperties, add type info to setProperty.Hugo Hörnquist
2021-11-15cleanupHugo 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.
2021-11-10Basic event modification works again.Hugo Hörnquist
2021-11-10Handle calendar change through dropdown.Hugo Hörnquist
2021-11-08Major work on event creation.Hugo Hörnquist
2021-11-08JS normalize all vevent property keys to upper case.Hugo Hörnquist
2021-11-05doc updates.Hugo Hörnquist
2021-10-31lib.Hugo Hörnquist
2021-10-31Everything but lib.Hugo Hörnquist
2021-10-10Mostly fix datetime values in frontend.Hugo Hörnquist
2021-10-06Drive popup tabs through javascript.Hugo Hörnquist
2021-10-04Major typescript work.Hugo Hörnquist
2021-10-04{.js => .ts} on relavant files.Hugo Hörnquist
2021-10-04Work on calendar from event in frontend, broken.Hugo Hörnquist
2021-10-03workHugo Hörnquist