aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts (follow)
Commit message (Collapse)AuthorAge
* Fix wrongly ordered TODO's.Hugo Hörnquist2022-10-16
|
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* Change to proper javascript privates.Hugo Hörnquist2022-06-16
|
* Follow all instances of tagName with toLowerCase.Hugo Hörnquist2022-06-12
| | | | | A HTML document returns tag names as upper case, while xml documents return them as lower case (or possibly their original case).
* Fix rrule:s in frontend being parsed incorrectly.Hugo Hörnquist2022-04-05
|
* Add various type specifiers.Hugo Hörnquist2021-12-10
|
* 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!
* Minor cleanup.Hugo Hörnquist2021-11-26
|
* Got categories working.Hugo Hörnquist2021-11-26
|
* Change innerHTML to textContent.Hugo Hörnquist2021-11-22
| | | | Also changed some innerText to textContent
* Parse RRULE:s.Hugo Hörnquist2021-11-19
|
* Add setProperties, add type info to setProperty.Hugo Hörnquist2021-11-18
|
* cleanupHugo Hörnquist2021-11-15
|
* 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.
* Basic event modification works again.Hugo Hörnquist2021-11-10
|
* Handle calendar change through dropdown.Hugo Hörnquist2021-11-10
|
* Major work on event creation.Hugo Hörnquist2021-11-08
|
* JS normalize all vevent property keys to upper case.Hugo Hörnquist2021-11-08
|
* doc updates.Hugo Hörnquist2021-11-05
|
* lib.Hugo Hörnquist2021-10-31
|
* Everything but lib.Hugo Hörnquist2021-10-31
|
* Mostly fix datetime values in frontend.Hugo Hörnquist2021-10-10
|
* Drive popup tabs through javascript.Hugo Hörnquist2021-10-06
|
* Merge branch 'new-js' into typescriptHugo Hörnquist2021-10-04
|
* Major typescript work.Hugo Hörnquist2021-10-04
|
* {.js => .ts} on relavant files.Hugo Hörnquist2021-10-04