Add a fluent API to create menus
authorAlexander Ebert <ebert@woltlab.com>
Tue, 3 Oct 2023 15:52:18 +0000 (17:52 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 5 Oct 2023 15:22:08 +0000 (17:22 +0200)
commitfaa1a04c7be7b8272bdeb3e966aa8e5ed97db22b
tree9f0394540a6d6e8d9c507b437fe6177ff3723b79
parent71fabe2d07b519fbd1d7462c0991c32065db554d
Add a fluent API to create menus
ts/WoltLabSuite/Core/Bootstrap.ts
ts/WoltLabSuite/Core/Component/Menu.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Component/Menu/Builder.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Component/Menu/Group.ts [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Bootstrap.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Menu.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Menu/Builder.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Menu/Group.js [new file with mode: 0644]