ui:big ui overhaul

Improved dev experience by foldering components per feature. Improved
the ui of the notification mangager to be more consistent with overall
ui.
This commit is contained in:
2025-11-21 14:37:09 +01:00
parent 84f3d0bdb9
commit 63b3e5112b
36 changed files with 723 additions and 632 deletions

View File

@@ -2,7 +2,7 @@
import { Card, CardContent, CardHeader, CardTitle } from '$lib/components/card';
import { Button } from '$lib/components/button';
import { Input } from '$lib/components/input';
import ProfilePicture from '$lib/components/ProfilePicture.svelte';
import ProfilePicture from '$lib/components/profile/ProfilePicture.svelte';
import { Badge } from '$lib/components/badge';
import { toast } from 'svelte-sonner';
import type { PageData } from './$types';