Wallet page nicely displays current and potential signers in tables
Can add signers
Modal for entering Trezor PIN
Some backend improvements
One big problem: activeWallet goes stale after updates to the wallet list. Perhaps it would be better to just keep track of the activeWalletName and have a selector that uses it to looks up activeWallet ...
One big problem:
activeWallet
goes stale after updates to the wallet list. Perhaps it would be better to just keep track of theactiveWalletName
and have a selector that uses it to looks upactiveWallet
...