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