Move alerts to their own page, add direct message alerts

This commit is contained in:
Jon Staab
2025-09-09 09:54:08 -07:00
parent 69bd6d0e70
commit fc6a1a3819
22 changed files with 592 additions and 310 deletions
+7
View File
@@ -0,0 +1,7 @@
<script lang="ts">
import Alerts from "@app/components/Alerts.svelte"
</script>
<div class="content column">
<Alerts />
</div>