* start migrating types to use zod for parsing and defaults
* finish basic state loading, add some tests
* use current base state when state is corrupted
* fix tests
* fix gas for tests
* update legacy migrations to be more resilient
* add test migration files
* update migration 38
* update tests
* continue updating schemas
* add dapp schema
* add more types
* initial working version
* fix some tests
* finish tokens schema
* finish updating migrations
* add settings for panel and selected
* update most of state not to persist
* allow chain metadata with no native currency rate data
* update types to support migration from v0.4.4
* fix typo
* add last migration test
* fix test
* dont persist signers
* update test
* fix test
* final changes
* update version
* remove no check and add any to legacy migrations
* skip test
* cleanup
This change adds an Accounts submenu to the system tray menu for switching between accounts without having to bring up the main Frame window. It also now shows the keyboard shortcut, if enabled, next to the Summon/Dismiss menu item.
As part of this change, I removed some multiple display handling code (switchScreen in systemTray.ts). In my testing, it didn't seem to have any effect, but please let me know if I'm mistaken.
Happy to iterate on any feedback you may have. Thanks!