aboutsummaryrefslogtreecommitdiff
path: root/static/components (follow)
Commit message (Collapse)AuthorAge
* Various fixes <date-time-input/>Hugo Hörnquist2021-11-18
|
* Fix calendar for popup.Hugo Hörnquist2021-11-15
|
* Rework some drawing and how calendar is accessed.Hugo Hörnquist2021-11-15
|
* Reword popup visible attribute.Hugo Hörnquist2021-11-15
| | | | | | Now all logic for handling hiding and showing popups are inside the PopupElement class, making it much harder to do stuff incorrectly. It also slowly releases the knot around popup.ts.
* Re-modularize javascript.Hugo Hörnquist2021-11-10
This moves almost everything out of globals.ts, into sepparate files. Things are still slightly to tightly coupled. But that is worked on.