aboutsummaryrefslogtreecommitdiff
path: root/static/components (unfollow)
Commit message (Collapse)Author
2021-11-15Reword popup visible attribute.Hugo Hörnquist
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.
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.