Skip to content

Add a copy address button to the creator profile page that copies the full Stellar wallet address to the clipboard #751

Description

@Chucks1093

Summary

Visitors to a creator's profile have no quick way to copy the creator's wallet address. A copy button next to the truncated address should copy the full address to the clipboard and show a brief 'Copied!' confirmation.

Scope

  • Add a copy icon button next to the truncated wallet address in the creator profile header
  • On click, copy the full Stellar address using the Clipboard API
  • Replace the icon with 'Copied!' for 2 seconds then revert
  • Fall back to window.prompt pre-filled with the address if the Clipboard API is unavailable
  • Do not render the button in SSR context

Acceptance Criteria

  • Full Stellar address copied to clipboard on click
  • 'Copied!' shown for 2 seconds then reverts
  • Fallback prompt shown when Clipboard API unavailable
  • Button not rendered in SSR context

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions