Skip to content

NIP-46/NIP-44v3 UX follow-ups: prompt clarity for multi-RPC flows and bunker pairing #83

Description

@DocNR

Verified still open against current source (build 102, 2026-08-10). NIP-44 v3 itself is fully shipped — these are UX follow-ups discovered during that rollout.

  • A single user action can surface multiple approval prompts with no bundled "always allow." e.g. Spectr's deck-sync fires nip44v3_encrypt then sign_event as two separate prompts for one conceptual action, and the foreground alert has no always-allow affordance for either step (only the detail-view path does). Clave/Views/MainTabView.swift:77-128 root .alert() still only has Approve/Deny/Not-now. Cheapest fix: add a "tap for options" path from the popup into the detail view that already has the toggle.
  • Bunker pairing completes with no confirmation shown to the user. nostrconnect:// pairing shows an explicit account-pick → permissions → confirm flow; bunker:// pairing (client-initiated, often arrives via APNs while the app is backgrounded) auto-accepts silently on a valid secret. Client-metadata (name/icon) now flows through the connect RPC (feat(nip46): accept optional client metadata in bunker connect request #75, shipped), so a post-pair confirmation toast/notification is worth adding now that there's something real to show. Shared/LightSigner.swift (connect auto-accept).

Source: internal backlog triage, 2026-08-10.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions