Implemented notifications, simplified alerts overview.

This commit is contained in:
2024-05-27 03:06:54 +02:00
parent 342ba6191e
commit 9e18fb4455
8 changed files with 417 additions and 84 deletions

View File

@@ -11,8 +11,6 @@ export async function onBeforeRender(pageContext) {
: [],
]);
console.log(pageContext.notifications);
if (!profile) {
throw render(404, `Cannot find user '${pageContext.routeParams.username}'.`);
}