[FA-misc] Reporting service now has a status page on the frontend

This commit is contained in:
gamer147
2026-02-01 12:07:57 -05:00
parent 9bc39c3abf
commit 7ccc3ade9e
18 changed files with 1046 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
---
import AppLayout from '../../layouts/AppLayout.astro';
import StatusPage from '../../lib/components/StatusPage.svelte';
---
<AppLayout title="Status - FictionArchive">
<StatusPage client:load />
</AppLayout>