[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

@@ -35,8 +35,7 @@ export const useNotificationStatus = () => {
});
};
const closeNotification = (event, reason) => {
if (reason === "clickaway") return;
const closeNotification = () => {
updateNotificationStatus((prev) => ({
...prev.data,
is_open: false,