- change proba for easter egg
    - add invit on profil page
    - add pie stat on profil page
    - settings are ready, just wait for popup to confirm delete account
    - add spotlight on home apge
    - fix bug camera mouvement when it move into screen
    - add settings button on all top bar
Django
    - update function changePrivateInfo
This commit is contained in:
Kum1ta
2024-09-27 01:22:26 +02:00
parent 7d6eec100b
commit 3f68bad744
14 changed files with 248 additions and 39 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/25 00:00:21 by edbernar #+# #+# */
/* Updated: 2024/09/25 17:01:12 by edbernar ### ########.fr */
/* Updated: 2024/09/26 16:37:29 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -96,12 +96,10 @@ class Page
this.actualPage.create(arg);
else
this.actualPage.create();
console.log("Page created.");
})
})
.catch(error => {
window.location.href = '/';
// throw Error(error);
});
return ;