another huge commit but we have notifs now yay

This commit is contained in:
ari melody 2024-07-02 19:38:20 +01:00
parent 015a3e65e1
commit 998e8f2517
Signed by: ari
GPG key ID: CF99829C92678188
17 changed files with 442 additions and 52 deletions

4
src/lib/stores/user.js Normal file
View file

@ -0,0 +1,4 @@
import { writable } from 'svelte/store';
export let user = writable(0);
export let logged_in = writable(false);