aboutsummaryrefslogtreecommitdiff
path: root/static/ts/server_connect.ts (unfollow)
Commit message (Collapse)Author
2023-09-05Move JS documentation into the JS-code.Hugo Hörnquist
Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
2023-09-05Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist
2022-10-16Minor cleaup.Hugo Hörnquist
2022-06-13Replace some .tagName with instanceof.Hugo Hörnquist
2021-12-10Close popup on event creation.Hugo Hörnquist
2021-11-18Restore remove event functionality.Hugo Hörnquist
2021-11-18Add setProperties, add type info to setProperty.Hugo Hörnquist
2021-11-15Rework some drawing and how calendar is accessed.Hugo Hörnquist
2021-11-10Basic event modification works again.Hugo Hörnquist
2021-10-31Everything but lib.Hugo Hörnquist
2021-10-04Major typescript work.Hugo Hörnquist
2021-10-04{.js => .ts} on relavant files.Hugo Hörnquist
2021-05-17Hopefully fix remaining & problems.Hugo Hörnquist
2021-05-16Calendar setting working again!Hugo Hörnquist
2021-05-16Generall callbacks works again.Hugo Hörnquist
2021-05-16General fixup of vcal stuff.Hugo Hörnquist
2021-03-02Start moving vcal stuff to own class.Hugo Hörnquist
2021-02-01Look at mapping in vcal types to js types.Hugo Hörnquist
2021-01-14Found js property documentElement.Hugo Hörnquist
2021-01-13Broke event_to_jcal out into function.Hugo Hörnquist
2021-01-12Can create event with new interface.Hugo Hörnquist
2020-12-18Start work on jcal system.Hugo Hörnquist
2020-11-20Work on templetazing js.Hugo Hörnquist