feat(wallet): Ark protocol support (barkd sidecar) + wallet UI #78

Merged
ai merged 5 commits from ark-wallet-barkd into main 2026-07-14 21:09:59 +00:00
Showing only changes of commit 5642aae530 - Show all commits

View File

@ -198,8 +198,6 @@ export interface NostrConsentRequest {
reject: () => void
}
const DISPLAY_MODE_KEY = 'archipelago_app_display_mode'
export const useAppLauncherStore = defineStore('appLauncher', () => {
const isOpen = ref(false)
const url = ref('')