Prototype for the new user menus
authorAlexander Ebert <ebert@woltlab.com>
Sun, 28 Nov 2021 19:23:43 +0000 (20:23 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 28 Nov 2021 19:23:43 +0000 (20:23 +0100)
commitf030cb76b5aa82b8bf8280fbac2f5aaf60f101b1
treea252101de2540fa67d1090e8c70502c9138d6733
parent2fb64e7d1ac6b8284a012e040fbe2f0263933bd9
Prototype for the new user menus
com.woltlab.wcf/templates/pageHeaderUser.tpl
ts/WoltLabSuite/Core/Ui/User/Menu/Data/Notification.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Ui/User/Menu/Data/Provider.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Ui/User/Menu/DropDown.ts [new file with mode: 0644]
ts/WoltLabSuite/Core/Ui/User/Menu/View.ts [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Menu/Data/Notification.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Menu/Data/Provider.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Menu/DropDown.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/Menu/View.js [new file with mode: 0644]
wcfsetup/install/files/lib/data/user/notification/UserNotificationAction.class.php