-
-
Notifications
You must be signed in to change notification settings - Fork 4
Moving between transactions in the confirm screen #30
Comments
So right now when you prompt a transaction, you can either confirm it in the standalone popup window, or in the popup attached to the extension bar. The behavior for stacked transactions is different in each view:
I think we should standardize in showing the transactions in the order they were proposed, which also has the security benefit of preventing dapps from proposing a new transaction at the last moment. We should also include the ability to move between the proposed transactions, as in the old UI. Could be something as simple as this, although @cjeria should take a look |
Chatted with whymarrh who informed me that nonce is set when a tx is submitted which is cool 😎 Should probably wait until after #3425 |
In the old UI, users were able to move between transactions when confirming:
In the new UI, we currently render the oldest transaction and the user has to confirm/reject transactions in order. Should we implement the same UX in the new UI?
The text was updated successfully, but these errors were encountered: