* Tx Custom: Add toInfo (icon+name) in table row.
* Custom tx: add to info if available
* update EthHashInfo API usage
Co-authored-by: Fernando <fernando.greco@gmail.com>
* remove `isCancelTransaction` utility function in favor of `txInfo.isCancellation` flag provided by client-gateway
* replace "cancel" concept in favor of "reject"
* add circle-cross-red icon to "On-chain rejection" transaction info
Adjust owner's list text color
* identify queued on-chain rejection
* apply styles to on-chain rejection type identifier
* update awaiting messages wording
* fix styles on styles to on-chain rejection
* replace local svg with SRC `Icon` component wherever is possible
* Use safeTxGas backend estimation
* Check transaction execution result and show warning if fails
* Fix estimation for safes with just one required signature
* Hide advanced parameters for sending funds with spending limit
* Update variable names to be more clear
* Update release desktop app github action
* Restore yarn install step for desktop build
* Add linux deps for Ledger build in desktop workflow
Update electron to latest v9
* Push back ubuntu version for desktop build
* Set ubuntu 18 for linux desktop app
* Update Desktop App signature
* Set v3.1.3
* Fix AWS credentials configuration for Volta, xDai and EWC
* Remove explicit aws credentials for all networks
* Replace collectibles fetch with client gateway
* Updates tokenProps types
* Replaces balance endpoint with client gateway
* Remove default export of tokens list
* Set the default rows per page to 100
* Fix ether price load
* Remove Add custom token button
* Remove add custom asset and add custom token modals
* Remove default exports
* Remove currencyValues state from store
Remove currencyValues selectors
* Update balance state with fiatBalance and tokenBalance
* Remove default export from fetchEtherBalance.ts
* Fix safeFiatBalancesTotalSelector
Add totalFiatBalance to safe store
* Remove fetchCurrenciesRates.ts
* Adds in currencyValuesStorageMiddleware logic for updating the safe tokens when the user changes the selected currency
* Move selectedCurrency to simple redux state
Remove currencyValues redux state
* Updates fetchTokenCurrenciesBalances with selectedCurrency parameter
* Revert CurrencyValuesState
Remove selectedCurrency from safe state
* Remove selectedCurrency from safe state
Update currentCurrencySelector selector usage
* Add fetchAvailableCurrencies setAvailableCurrencies and updateAvailableCurrencies
* Remove availableCurrencies.ts by using availableCurrenciesSelector
* Fix display of ETH balance on extendedSafeTokensSelector and extractDataFromRESULT
* Fix multiple calls to token balance endpoint
* (Feature) - V2 Remove Manage List (#2032)
Co-authored-by: fernandomg <fernando.greco@gmail.com>