You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Reported bug for slider:
The text was updated successfully, but these errors were encountered: