fix: persist confirm-tx view across popup close/reopen #81
Reference in New Issue
Block a user
Delete Branch "fix/77-confirm-tx-persist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
confirm-txview was not inRESTORABLE_VIEWS, so closing and reopening the popup would fall back to the main view, losing the pending transaction confirmation.Changes:
pendingTxdata tostate.viewDatawhen showing confirm-txconfirm-txtoRESTORABLE_VIEWSrestoreView()to re-render confirm-tx from persisted datadocker build .passes.Closes #77
Closing as duplicate of #79.
Pull request closed