[Update/bugfix] Notification UI:

Adjust an animation.
Add localizations.
Fix stack behavior that was not updated correctly. (it still has an issue tho.)
This commit is contained in:
Sakamoto Shiina
2025-06-21 09:38:38 +09:00
parent 1623352c92
commit e02ed91721
6 changed files with 46 additions and 28 deletions

View File

@@ -269,6 +269,9 @@ config_page:
websocket_port:
label: "WebSocket Port"
notifications:
save_success: "Settings have been saved"
plugin_notifications:
downloading: Downloading the plugin.
downloaded_success: Downloaded successfully.

View File

@@ -269,6 +269,9 @@ config_page:
websocket_port:
label: "WebSocket Port"
notifications:
save_success: "設定を保存しました。"
plugin_notifications:
downloading: プラグインをダウンロード中。
downloaded_success: プラグインのダウンロードが完了しました。