aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts (follow)
Commit message (Collapse)AuthorAge
* Minor cleanup in TS files.Hugo Hörnquist2022-08-01
|
* Replace some .tagName with instanceof.Hugo Hörnquist2022-06-13
|
* Follow all instances of tagName with toLowerCase.Hugo Hörnquist2022-06-12
| | | | | A HTML document returns tag names as upper case, while xml documents return them as lower case (or possibly their original case).
* Popup created events now don't take seconds.Hugo Hörnquist2022-03-15
|
* Add create event button!Hugo Hörnquist2021-12-10
|
* Remove .interactive, fix date-time checkbox.Hugo Hörnquist2021-11-18
|
* Propagate default-calendar from backend to frontend.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.
* 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.
* Basic event modification works again.Hugo Hörnquist2021-11-10
|
* Handle calendar change through dropdown.Hugo Hörnquist2021-11-10
|
* Better handle debug tab.Hugo Hörnquist2021-11-09
|
* Major work on event creation.Hugo Hörnquist2021-11-08
|
* All ComponentVEvent requires uid.Hugo Hörnquist2021-11-08
|
* doc updates.Hugo Hörnquist2021-11-05
|
* Limit exports to those used by imports.Hugo Hörnquist2021-11-01
| | | | This gives a clearer picture of what is dead code and what isn't.
* lib.Hugo Hörnquist2021-10-31
|
* Everything but lib.Hugo Hörnquist2021-10-31
|
* Mostly fix datetime values in frontend.Hugo Hörnquist2021-10-10
|
* Drive popup tabs through javascript.Hugo Hörnquist2021-10-06
|
* Fix issue with datetimes not getting set.Hugo Hörnquist2021-10-06
|
* Major typescript work.Hugo Hörnquist2021-10-04
|
* {.js => .ts} on relavant files.Hugo Hörnquist2021-10-04