mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 09:54:10 +01:00
- Always display account name (e.g. Ethereum #1) - Display account item type (staking, tokens) - Display non-default account type (e.g. Ledger) - Plus do some basic component refactor to make it a little bit more readable (place styles to seperate files, do some component de-composition, etc.)
@trezor/suite
Shared logic and components for browser and desktop versions of Suite.
storage
This folder contains implementation of Suite's IndexedDB storage. It builds on the general logic in @trezor/suite-storage.
When changes incompatible with the previous version are made in the database structure, it is necessary to apply a migration upon Suite upgrade. Follow the steps provided in the migration documentation to create and implement a migration.