-
Notifications
You must be signed in to change notification settings - Fork 191
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
Improve Progress Bar Logic for Swap UX #8575
Comments
FYI @reallybeard re |
If we are unable to get the number of sub steps up front, we wont be able to correctly show the progress of the substep (LiFi). Best effort on estimating progress without complex or hard to maintain logic. |
Overview
As we've discussed with @twblack88, the current swap UX progress bar could be improved to better reflect the actual progress of a swap. The existing implementation does not account for transaction states (e.g., when a step has a txid but is not yet successful), making it less intuitive for users.
This issue aims to refine the progress bar logic to provide a more accurate representation of swap progress, considering sub-steps where applicable.
References and additional details
n/a
Acceptance Criteria
txid
, the progress bar should reflect 50% completion for that step.Need By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response
The text was updated successfully, but these errors were encountered: