aboutsummaryrefslogtreecommitdiff
path: root/static/ts/lib.ts (unfollow)
Commit message (Collapse)Author
2023-09-07Document remaining javascript items.Hugo Hörnquist
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
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-26Fix datetime becomming dateonly when hitting midnight.Hugo Hörnquist
2021-11-15Add HTMLElement.getListeners.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-08Major work on event creation.Hugo Hörnquist
2021-11-01Limit exports to those used by imports.Hugo Hörnquist
This gives a clearer picture of what is dead code and what isn't.
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-04Major typescript work.Hugo Hörnquist
2021-10-04{.js => .ts} on relavant files.Hugo Hörnquist
2021-10-01Reintroduce dateonly for date-time-input:s.Hugo Hörnquist
2021-01-12Fix fallback js .formatHugo Hörnquist
2021-01-05Minor commentns.Hugo Hörnquist
2020-12-18Start work on jcal system.Hugo Hörnquist
2020-10-26Cleanup and move input_list to own file.Hugo Hörnquist
2020-10-26Fields for extra properties update correctly!Hugo Hörnquist
2020-10-16Minor JS cleanup.Hugo Hörnquist
2020-09-08HTML add description on existing events.Hugo Hörnquist
2020-09-07Split js in 2.Hugo Hörnquist