AvailX / avail-wallet

An open source, private, self-custodial wallet. Built on the Aleo network.
https://avail.global
Apache License 2.0
20 stars 7 forks source link

Post transfer navigation bug #50

Closed Zack-Xb closed 7 months ago

Zack-Xb commented 7 months ago

Contact Details

None

contact

No response

What happened?

When a user executes a transfer from send.tsx there is a timeout of 2 seconds and then they are navigated to the Home page irrelevant of what happens next.

The way forward to fix is:

  1. Make an event that fires from the tauri backend to the frontend when the transfer function is invoked exactly before vm.execute()
  2. Make a listener in send.tsx that will open a transfer in progress dialog, the user has the option to close this and continue doing what they wish on the app.

Version

v0.0.4-alpha

What operating system are you using?

None

Relevant log output

No response

Code of Conduct