fix: make api status banner permanent

This commit is contained in:
madkarmaa 2025-05-09 11:28:37 +02:00
parent c989642aeb
commit 87c4bfa88b

View File

@ -8,7 +8,7 @@
{#await api.general.ping() then apiUp}
{#if !apiUp}
<Banner level="caution">
<Banner level="caution" permanent>
The API is currently unresponsive and some services may not work correctly.
{#if statusUrl}
Check the <Button type="text" href={statusUrl}>status page</Button> for updates.