aboutsummaryrefslogtreecommitdiff
path: root/static/components/vevent.ts (follow)
Commit message (Collapse)AuthorAge
* Rework tab system.Hugo Hörnquist2021-11-30
| | | | | | This sepparates popup-elements from their tabbed contents, allowing clearer sepparations of concerns, along with easier adding and removing of tabs to the tabset!
* Change UID resolve.Hugo Hörnquist2021-11-29
|
* Remove default ComponentVEvent redraw.Hugo Hörnquist2021-11-26
|
* Change innerHTML to textContent.Hugo Hörnquist2021-11-22
| | | | Also changed some innerText to textContent
* Change popup tabs interface.Hugo Hörnquist2021-11-18
|
* Rework some drawing and how calendar is accessed.Hugo Hörnquist2021-11-15
|
* 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.