aboutsummaryrefslogtreecommitdiff
path: root/static/clock.ts (unfollow)
Commit message (Collapse)Author
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