fix: repair wallet state on delete (closes #156)
Some checks failed
check / check (push) Has been cancelled

This commit was merged in pull request #194.
This commit is contained in:
2026-08-11 14:23:06 +02:00
parent d93eda31a0
commit b882cede9f
5 changed files with 218 additions and 22 deletions

View File

@@ -44,6 +44,10 @@ undefined identifiers, which is how
# Completed Steps
- 2026-08-11: Wallet deletion repairs its own state — `hasWallet` follows the
remaining wallets, the selection only moves when it was deleted, and the
active-address change is broadcast to connected sites
([#156](https://git.eeqj.de/sneak/AutistMask/issues/156)).
- 2026-08-11: `TODO.md` Workflow rewritten to the branch-and-PR-per-issue model
on `next`, with Status and Next Step refreshed
([#191](https://git.eeqj.de/sneak/AutistMask/issues/191)).