Skip to content

Muggable: QR code modal for every discovered address #48

Description

@dmnyc

Every Bitcoin address Muggable discovers should offer a QR code view, so users can move funds without copying the raw string into a wallet.

Proposal

  • Add a QR affordance next to each discovered address row.
  • Clicking it opens a modal showing:
    • a QR code encoding the address
    • the address itself, with a copy button
    • a one-line caption on where the address came from (derivation/discovery source)
  • qrcode.react is already in package.json (^4.2.0), so no new dependency.

Acceptance

  • Every discovered address row has a QR affordance.
  • Modal closes via X, backdrop click, and Escape.
  • Renders correctly in light and dark mode.
  • Copy button copies the raw address (not the QR payload wrapper).

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions