aboutsummaryrefslogtreecommitdiff
path: root/static/clock.ts (follow)
Commit message (Collapse)AuthorAge
* Move clock component initialization to procedure.Hugo Hörnquist2022-06-11
| | | | | | | 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.
* Add various type specifiers.Hugo Hörnquist2021-12-10
|
* Change innerHTML to textContent.Hugo Hörnquist2021-11-22
| | | | Also changed some innerText to textContent
* lib.Hugo Hörnquist2021-10-31
|
* Everything but lib.Hugo Hörnquist2021-10-31
|
* Major typescript work.Hugo Hörnquist2021-10-04
|
* {.js => .ts} on relavant files.Hugo Hörnquist2021-10-04