diff options
author | silverwind <me@silverwind.io> | 2023-06-27 04:45:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 02:45:24 +0000 |
commit | c71e8abbc331e2a68186aa11a4797ecd24ff6d27 (patch) | |
tree | 24488621201c7501bd6056053e9cca3de221fce1 /package.json | |
parent | 72c60f94c1a54707ebad2af0f587c08d2e8f992c (diff) | |
download | gitea-c71e8abbc331e2a68186aa11a4797ecd24ff6d27.tar.gz gitea-c71e8abbc331e2a68186aa11a4797ecd24ff6d27.zip |
Add toasts to UI (#25449)
Fixes https://github.com/go-gitea/gitea/issues/24353
In some case like async success/error, it is useful to show toasts in UI.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9219dbbe1d..9659771212 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "swagger-ui-dist": "5.0.0", "throttle-debounce": "5.0.0", "tippy.js": "6.3.7", + "toastify-js": "1.12.0", "tributejs": "5.1.3", "uint8-to-base64": "0.2.0", "vue": "3.3.4", |