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

Add UI for "out of funds" error state #377

Open
Tracked by #144
sidvishnoi opened this issue Jun 27, 2024 · 2 comments
Open
Tracked by #144

Add UI for "out of funds" error state #377

sidvishnoi opened this issue Jun 27, 2024 · 2 comments
Labels
area: popup Improvements or additions to extension popup

Comments

@sidvishnoi
Copy link
Member

It would have:

  • an error message
  • an option to specify amount + recurring flag
@sidvishnoi sidvishnoi added the area: popup Improvements or additions to extension popup label Jun 27, 2024
@sidvishnoi sidvishnoi added this to the WM extension beta milestone Jun 27, 2024
@tselit
Copy link

tselit commented Jul 3, 2024

The UI designs are ready for review by Madalina, before we continue with Development:
link to "out of funds" designs on Figma

@sidvishnoi
Copy link
Member Author

From Slack:

An important question is when to show the out of funds error, is it when they are about to make a payment or if they open the pop up or both - @RabebOthmani

@sidvishnoi: I think there's two parts here: telling user they're out of funds and second is their action. The error part should be shown only when we can do nothing more without user interaction. We can show the action screen in various scenarios:

  • Can do nothing without adding funds (force show this screen)
  • One-time pay (should warn user, instead of forcing to add funds)
    • Can make smaller continuous payments, but can't make a larger single payment (not enough funds, but not out of funds)
    • Could make a partial payment (to multiple addresses), just not the total amount user asked for (not enough funds again)
  • I think they should be able to manually take action even before running out of funds, that's something we haven't discussed before, so can ignore for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: popup Improvements or additions to extension popup
Projects
Status: Todo
Development

No branches or pull requests

2 participants