fix: WaitTx timeout no longer overwrites a rendered success screen (closes #155)
All checks were successful
check / check (push) Successful in 30s

This commit was merged in pull request #201.
This commit is contained in:
2026-08-12 10:58:36 +02:00
parent 23712b53cb
commit afe6ddaea0
6 changed files with 658 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ const RESTORABLE_VIEWS = new Set([
"settings-addtoken",
"confirm-tx",
"transaction",
"wait-tx",
"success-tx",
"error-tx",
]);