Files
trezor-suite/packages/suite
Jiří Čermák 5c71815cc1 feat(suite): extend tooltip content of account item when sidebar collapsed
- 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.)
2025-10-03 13:23:12 +02:00
..
2025-10-01 11:12:21 +02:00

@trezor/suite

Shared logic and components for browser and desktop versions of Suite.

Documentation

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.

e2e tests

Documentation