aboutsummaryrefslogtreecommitdiff
path: root/static/ts/clock.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
2022-06-11Add number of TODO's.Hugo Hörnquist
2022-06-11Update today-button to not depend on initial content.Hugo Hörnquist
Depending on initial content is fragile. This instead constructs a completely new tag, discarding what happened to be there before.
2022-06-11Move clock component initialization to procedure.Hugo Hörnquist
When the document was renederd as HTML the connectedCallback:s were ran before the document was there, meaning that the initial content of the tags were missing. This gives us controll over when its ran, and here also ensures that it's ran once the document is there.
2021-12-10Add various type specifiers.Hugo Hörnquist
2021-11-22Change innerHTML to textContent.Hugo Hörnquist
Also changed some innerText to textContent
2021-10-31lib.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-10-01Got date-times working in new system.Hugo Hörnquist
2021-09-30Replace today-button with web component.Hugo Hörnquist
2021-02-01Fix small-cal highlight for "remote" dates.Hugo Hörnquist
2021-01-13Repair timebar.Hugo Hörnquist
2020-11-21Further work on breakout and rrule.Hugo Hörnquist
2020-11-20Work on templetazing js.Hugo Hörnquist