chainapsis / keplr-wallet

The most powerful wallet for the Cosmos ecosystem and the Interchain
https://www.keplr.app
Other
774 stars 462 forks source link

[KEPLR-301] Add search bar to contacts tab on address book modal #1208

Closed piatoss3612 closed 2 months ago

piatoss3612 commented 2 months ago

Changes:

  1. Renamed accountsSearchText and debounceAccountsSearchText to searchText and debounceTrimmedSearchText respectively, in order to use them commonly in both the Contacts tab and My Account tab without declaring additional state variables.
  2. Modified searchText to apply trimming when debounce is applied, eliminating the need to call a separate trim method.
  3. In the Contacts tab, added logic so that when a search term is entered, the datas value is calculated to return wallet names or addresses that include the search term regardless of case (since EVM addresses may contain uppercase letters).