deleting of servers, invites, make a different file for dashboard, make

invites a new citizen, partly fix PSD type, switch to glass and 9x
dicebear
This commit is contained in:
Soph :3 2026-01-16 21:24:35 +02:00
parent 578edf32d4
commit f1dcd0cfc5
10 changed files with 529 additions and 300 deletions

View file

@ -8,7 +8,7 @@
import type { SessionValidationResult } from '$lib/server/auth';
import {
GroupID,
type OverviewData,
type AppPSD,
type OverviewGroup,
type OverviewServer,
type OverviewUser
@ -19,7 +19,6 @@
import { invalidateAll } from '$app/navigation';
import { fill_overview_data } from '$lib/state.svelte';
import { toast } from 'svelte-sonner';
import type { PageServerLoad } from '../../routes/app/$types';
import { overview_data } from '$lib/state.svelte';
@ -34,7 +33,7 @@
}: {
open: boolean;
members: OverviewUser[];
psd: PageServerLoad;
psd: AppPSD;
user: SessionValidationResult['user'];
currentEntity: OverviewGroup | OverviewServer;
currentEntityId: string | null;