Merge remote-tracking branch 'origin/ScreenRotation'

This commit is contained in:
Patryk
2025-06-09 21:21:15 +02:00
9 changed files with 467 additions and 310 deletions

View File

@@ -63,7 +63,7 @@ export default function UserNotices() {
}
};
loadNotices();
}, []);
}, [fetchNotices]);
const showNewToast = (title) => {
const newId = Math.random();