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

Tracking Slider Bugs #610

Open
1 of 3 tasks
dcts opened this issue Nov 13, 2024 · 1 comment
Open
1 of 3 tasks

Tracking Slider Bugs #610

dcts opened this issue Nov 13, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@dcts
Copy link
Contributor

dcts commented Nov 13, 2024

Reported bug for slider:

  •  percentage slider if put to 100% sometimes shows "insufficient funds". Most likely a roinding error. Reported by Punk.
  •  on mobile, the slider, when touched and sliding, does not show the tooltip. You can reproduce by using mobile view in devtools
  •  on mobile, the slider input is buggy, because the getQuote API is being called on every onChange event of the slider. This should be debounced, such that the getQuote will only be called when the slider was not touched for 1s or similar timeframe.
@dcts dcts added bug Something isn't working help wanted Extra attention is needed labels Nov 13, 2024
@github-project-automation github-project-automation bot moved this to Backlog in development Nov 13, 2024
@dcts dcts mentioned this issue Nov 28, 2024
@dcts
Copy link
Contributor Author

dcts commented Nov 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant