Page MenuHomePhabricator

[Cashtab] Autoclose the webapp tx modal after 2s
ClosedPublic

Authored by bytesofman on Aug 30 2025, 16:15.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC854c95a4cd30: [Cashtab] Autoclose the webapp tx modal after 2s
Summary

User feedback is that they do not like the extra click. I think though it is important to show that the tx worked.

So, continue showing the success modal. But also show a progress bar that auto-closes the modal after 2s.

Will see how this works. If there is still user concern, could make the close time a setting param, or could have a setting where users could disable the confirmation notification.

Test Plan

npm test, I tested this locally with the extension and the webapp, it is deployed at cashtab.io. However it is difficult to test without actually opening this modal from a webapp.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien added a subscriber: Fabien.

I suggest we ask john to design some lottie for the modal. Having an animation here will serve 2 purpose: it draws attention and make it feel smooth instead of boring while waiting for the autoclose

This revision is now accepted and ready to land.Aug 31 2025, 09:38