aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent-block.ts (follow)
Commit message (Collapse)AuthorAge
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* Made VEventComponent template optional.Hugo Hörnquist2021-12-13
|
* Major move from week to calendar meta-view. Also repairs month view.Hugo Hörnquist2021-12-10
|
* Remove popup.ts, migrating all functionality elsewhere.Hugo Hörnquist2021-12-10
| | | | | | | | | | | | | | | | | | | | 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.
* Close popup on event creation.Hugo Hörnquist2021-12-10
|
* Remove default ComponentVEvent redraw.Hugo Hörnquist2021-11-26
|
* Add basic rrule tab.Hugo Hörnquist2021-11-19
|
* 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.