tangle-network / dapp

Monorepo for the Tangle ecosystem.
https://app.tangle.tools
Apache License 2.0
29 stars 15 forks source link

[TASK] Tx progressor for Bridge Tx on Tangle Dapp #2393

Closed vutuanlinh2k2 closed 3 months ago

vutuanlinh2k2 commented 3 months ago

Description

Since the Bridge Tx can take quite a while in some cases, there needs to be an effective way to display all the currently executing tx.

The txQueue from WebbProvider will not be used in this case because it is heavily related to the logic of Hubble Bridge, and we want the Tangle Dapp not to rely much on WebbProvider which will be considered removed in the future.

The existing TxProgressor component can utilized this case to show the data

CleanShot 2024-06-20 at 14 48 40@2x