Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web-wallet: Improve Address Display in Address Picker to Include Moonlight Addresses #3179

Open
4 tasks
nortonandreev opened this issue Dec 13, 2024 · 0 comments
Labels
module:web-wallet Issues related to web-wallet module

Comments

@nortonandreev
Copy link
Contributor

Description:
Currently, the Address Picker displays only the Phoenix address by default. With the recent introduction of Moonlight, which will likely be used more frequently, it may no longer be sensible to display only the Phoenix address. We need to revisit the approach for the Address Picker to better accommodate both Phoenix and Moonlight addresses.

Potential Approaches:

  1. Hide Address Picker Temporarily:
    As a short-term measure, hide the Address Picker altogether.

    • Addresses (Phoenix and Moonlight) can be accessed through the Receive view.
    • This ensures users can still retrieve their addresses with minimal confusion.
  2. Show Both Phoenix and Moonlight Addresses:
    Adjust the Address Picker to display both Phoenix and Moonlight addresses simultaneously.

    • Users can quickly choose which address to copy.
    • Ensures immediate visibility and reduces friction when switching between address types.

Acceptance Criteria:

  • Decide on the approach: hide the picker or display both addresses.
  • If hiding the picker, ensure the Receive view is clearly accessible and well-documented.
  • If displaying both addresses, ensure they are clearly labeled and user-friendly.
  • Update documentation, tooltips, and UI guides to reflect the chosen approach.

Additional Notes:
If we opt for the temporary solution (hiding the picker), consider planning a follow-up improvement to reintroduce the picker with both addresses displayed. This will prevent relying on a hidden state as a permanent workaround.

@nortonandreev nortonandreev added the module:web-wallet Issues related to web-wallet module label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:web-wallet Issues related to web-wallet module
Projects
None yet
Development

No branches or pull requests

1 participant