* 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>
* add new icons and fix styles
* delete part of legal text
* adjustments on columns and container width
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: nicosampler <nf.dominguez.87@gmail.com>
Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
Co-authored-by: Fernando <fernando.greco@gmail.com>
* Switch to bounce animation
* Add more specific preloader class
Co-authored-by: lukasgnosis <lukas.schor@gnosis.pm>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>