[Update] Change the notification UI.

(Change the base notification library from MUI to React-Toastify.)
This commit is contained in:
Sakamoto Shiina
2025-06-05 18:11:53 +09:00
parent 620085054b
commit bcef981955
11 changed files with 308 additions and 50 deletions

View File

@@ -71,7 +71,7 @@ const AnnouncementsContainer = () => {
};
// Duplicated
const CloseButtonContainer = () => {
const { asyncCloseApp } = useWindow();