Added notification bell, WIP.

This commit is contained in:
2024-05-20 06:29:10 +02:00
parent dc5affb4cf
commit 342ba6191e
7 changed files with 141 additions and 53 deletions

View File

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