aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent.ts (unfollow)
Commit message (Collapse)Author
2022-08-01Minor cleanup in TS files.Hugo Hörnquist
2022-06-13Replace some .tagName with instanceof.Hugo Hörnquist
2022-06-12Follow all instances of tagName with toLowerCase.Hugo Hörnquist
A HTML document returns tag names as upper case, while xml documents return them as lower case (or possibly their original case).
2021-12-13Made VEventComponent template optional.Hugo Hörnquist
2021-11-30Rework tab system.Hugo Hörnquist
This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
2021-11-29Change UID resolve.Hugo Hörnquist
2021-11-26Remove default ComponentVEvent redraw.Hugo Hörnquist
2021-11-22Change innerHTML to textContent.Hugo Hörnquist
Also changed some innerText to textContent
2021-11-18Change popup tabs interface.Hugo Hörnquist
2021-11-15Rework some drawing and how calendar is accessed.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.