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: Display a Special State for Empty Account Balances on the Allocate Page #2996

Open
nortonandreev opened this issue Nov 17, 2024 · 1 comment
Assignees
Labels
module:web-wallet Issues related to web-wallet module priority:minor Low priority issues type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)

Comments

@nortonandreev
Copy link
Contributor

nortonandreev commented Nov 17, 2024

Description

In the Allocate page, users might encounter confusion when the total balance for their account is empty. Displaying the standard UI in this scenario may not be useful, as users cannot perform any actions without a balance.

Screenshot 2024-11-17 at 19 13 11

Proposed Solution

  • Display a special state when the total balance for the account is 0.
  • Include helpful information on this screen to guide users on how to add funds to their account, such as utilizing the Receive functionality or other relevant methods (the faucet for Testnet, for example).
  • Ensure the special state is clear and engaging, reducing potential user confusion.

Benefits

  • Enhances user experience by preventing unnecessary interaction with a non-functional UI.
  • Educates users on how to populate their account balance, improving engagement with the app's functionality.

Acceptance Criteria

  • The Allocate page displays a unique state when the account balance is 0.
  • The special state provides clear and actionable information on how to add funds to the account.
  • Ensure the design and wording align with the overall app UX guidelines.
@nortonandreev nortonandreev added module:web-wallet Issues related to web-wallet module type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc) priority:minor Low priority issues labels Nov 17, 2024
@nortonandreev
Copy link
Contributor Author

This won't be needed if we decide to tackle #3100.

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 priority:minor Low priority issues type:enhancement Issues concerning code or feature improvement (performance, refactoring, etc)
Projects
None yet
Development

No branches or pull requests

2 participants