aboutsummaryrefslogtreecommitdiff
path: root/static/components/tab-group-element.ts (follow)
Commit message (Collapse)AuthorAge
* workuid-stuff-2Hugo Hörnquist2022-06-23
|
* Replace some .tagName with instanceof.Hugo Hörnquist2022-06-13
|
* Change boolean attribute value to itself.Hugo Hörnquist2022-06-12
|
* Change element types for tabs.Hugo Hörnquist2022-06-12
|
* Fix spelling of aria-labelledby.Hugo Hörnquist2022-06-12
|
* Fix edit popups not auto opening.Hugo Hörnquist2022-04-12
| | | | | Depending an the exact text of an translatable string seems like a bad idea.
* Made VEventComponent template optional.Hugo Hörnquist2021-12-13
|
* Add various type specifiers.Hugo Hörnquist2021-12-10
|
* 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!