trezor-suite
trezor-suite copied to clipboard
Fix/accounts tab search does not work correctly with special chars
Revive #14600 (closed because the contributor "mempoolboy" closed the github account)
Description
Unlabeled accounts are represented by default labels created as translation strings. As these are derived from account data based on user settings and require an intl provider, they are not saved in the store and therefore are not included in the search).
- a63b3a2bd423dec79ff12cf8e42791c907b76111 Include default labels in subject of account search
- 64689eec0174b2b1dae00cf3f40ca8142407f295 Refactor duplicated JSX
- 23bb4823b48db8843543edac51234d2a66e5dd2a Add a test case to cover new usage of
accountSearchFn
Related Issue
Resolve #11383