aboutsummaryrefslogtreecommitdiff
path: root/static/popup.ts (unfollow)
Commit message (Collapse)Author
2021-12-10Remove popup.ts, migrating all functionality elsewhere.Hugo Hörnquist
The simple procedures - close_popup - open_popup - toggle_popup - find_popup Were mostly here for legacy. The procedures - popup_from_event - event_from_popup where holdovers from the old way of finding popups, and should be done through the VEvent objects now. close_all_popups was used only once, so the code was moved inline. Finally, moving the last hovered over popup to the top, along with tab switch keybings were restored, and moved to propper places.
2021-12-10Better handling of popup visibility.Hugo Hörnquist
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-11Made VIEW and EDIT_MODE correctly global.Hugo Hörnquist
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.
2021-11-08Major work on event creation.Hugo Hörnquist
2021-11-01Limit exports to those used by imports.Hugo Hörnquist
This gives a clearer picture of what is dead code and what isn't.
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-03Further work, rework popup.Hugo Hörnquist
2021-01-13Add keyborad bindings for popup tabs.Hugo Hörnquist
2020-11-20Work on templetazing js.Hugo Hörnquist