Skip to content

Commit bc4ed04

Browse files
committed
Deprecate UI/Notification
1 parent 40b5c23 commit bc4ed04

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

ts/WoltLabSuite/Core/Component/Snackbar.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* Shows snackbar like notifications.
3+
*
4+
* @author Marcwl Werk
5+
* @copyright 2001-2025 WoltLab GmbH
6+
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
7+
* @since 6.2
8+
*/
9+
110
import { getPhrase } from "WoltLabSuite/Core/Language";
211
import { getPageOverlayContainer } from "WoltLabSuite/Core/Helper/PageOverlay";
312

ts/WoltLabSuite/Core/Ui/Notification.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @author Alexander Ebert
55
* @copyright 2001-2019 WoltLab GmbH
66
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
7+
* @deprecated 6.2 Use `WoltLabSuite/Core/Component/Snackbar` instead.
78
*/
89

910
import { getPageOverlayContainer } from "../Helper/PageOverlay";

wcfsetup/install/files/js/WoltLabSuite/Core/Component/Snackbar.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Notification.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)