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

Tick Size UI Optimizations #304

Open
sjc5 opened this issue Feb 3, 2022 · 1 comment
Open

Tick Size UI Optimizations #304

sjc5 opened this issue Feb 3, 2022 · 1 comment
Assignees

Comments

@sjc5
Copy link

sjc5 commented Feb 3, 2022

Design

  • Example of issue (starting price .01, tick size .5, minimum bid shown in placeholder text and error message is incorrect)
    image

  • Change placeholder text to "◎ e.g. (minimum bid)"

  • Only show error message when there is an invalid amount currently entered into the field. If the invalid entry gets deleted, remove the error message.

  • When an invalid amount is entered into the field, change the error message to: "Please enter a minimum bid of (minimum bid)"

  • Only show 1 error message at a time. If the connected wallet has a balance less than or equal to the minimum bid, and an invalid amount is currently entered into the field, only show the wallet balance error.

    • Change wallet balance error message to: "Insufficient funds in your wallet."

image

@sjc5 sjc5 self-assigned this Feb 3, 2022
@sjc5
Copy link
Author

sjc5 commented Feb 8, 2022

Also:

  • add increment up/down buttons to input field
  • auto-fill input field with next minimum bid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant