aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent.ts (unfollow)
Commit message (Collapse)Author
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.