Add signer status, re-work bunker login

This commit is contained in:
Jon Staab
2025-07-29 10:53:48 -07:00
parent 69e1f97e72
commit 8697cc23be
9 changed files with 206 additions and 99 deletions
+2
View File
@@ -11,6 +11,7 @@
import Content from "@app/components/Content.svelte"
import ProfileEdit from "@app/components/ProfileEdit.svelte"
import ProfileDelete from "@app/components/ProfileDelete.svelte"
import SignerStatus from "@app/components/SignerStatus.svelte"
import InfoKeys from "@app/components/InfoKeys.svelte"
import Alerts from "@app/components/Alerts.svelte"
import {PLATFORM_NAME} from "@app/state"
@@ -129,6 +130,7 @@
{/snippet}
</FieldInline>
{/if}
<SignerStatus />
</div>
<Alerts />
<div class="card2 bg-alt shadow-xl">