Prototype of a new label picker
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Sep 2023 15:49:02 +0000 (17:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 8 Oct 2023 15:54:12 +0000 (17:54 +0200)
commitdd1df86275c6db8fb3d7f4a1a9bf1f8e9abb876a
treea7a84b687dbccd5e5301b13b4bf02c5c1b60d945
parent57c3d59317a26240a25ea6987ab76c98c8658c7e
Prototype of a new label picker
com.woltlab.wcf/templates/articleAdd.tpl
ts/WoltLabSuite/WebComponent/index.ts
ts/WoltLabSuite/WebComponent/woltlab-core-label-picker.ts [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/WebComponent.min.js
wcfsetup/install/files/lib/acp/form/ArticleAddForm.class.php
wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php
wcfsetup/install/files/lib/data/label/Label.class.php
wcfsetup/install/files/lib/data/label/group/ViewableLabelGroup.class.php
wcfsetup/install/files/lib/system/label/LabelHandler.class.php
wcfsetup/install/files/lib/system/label/LabelPicker.class.php [new file with mode: 0644]