MyHush / hush-ng

Hush Next-generation
GNU General Public License v3.0
7 stars 16 forks source link

Clear transactionForm when successfully queue transaction #51

Closed leto closed 6 years ago

leto commented 6 years ago

It's very easy to click "Create" right now, have the transaction queue, and NOT see the 3 second toast notification about it (look away just at the right time) and when you look back, you click Create again because the transaction history UI has not updated yet and there is no indication to the user that they JUST sent the same transaction. This has happened to me.

So, we should clear the transactionForm when we queue successfully.

leto commented 6 years ago

50 is related and should also greatly reduce the possibility of sending a transaction incorrrectly

leto commented 6 years ago

Fixed in 3fce9a3