aboutsummaryrefslogtreecommitdiff
path: root/static/script.ts (follow)
Commit message (Collapse)AuthorAge
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* 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.
* Dead code removal.Hugo Hörnquist2022-04-24
|
* Introduce component date-jump.Hugo Hörnquist2022-04-23
|
* Merge draggable into popup-element.Hugo Hörnquist2021-12-12
|
* Broke out setup of popup on event creation.Hugo Hörnquist2021-12-10
|
* Only focus searchbox on '/' when sensible.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
|
* Change innerHTML to textContent.Hugo Hörnquist2021-11-22
| | | | Also changed some innerText to textContent
* Fix calendar for popup.Hugo Hörnquist2021-11-15
|
* Reorder some popup setup.Hugo Hörnquist2021-11-15
|
* cleanupHugo Hörnquist2021-11-15
|
* Rework some drawing and how calendar is accessed.Hugo Hörnquist2021-11-15
|
* Made VIEW and EDIT_MODE correctly global.Hugo Hörnquist2021-11-11
|
* 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.
* Major work on event creation.Hugo Hörnquist2021-11-08
|
* 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