* Dep bump
* add deps to useEffect hook
* Revert "Dep bump"
This reverts commit f22795296cd7989ecda594ffef4478c2f5d92911.
* fix / redirect
* Fix currency fetch 400 error
* extract tab labels to components
* fix currency dropdown not showing, rename DropdownCurrency component to CurrencyDropdown
* Fix loader component type
* move steps to a separate file
* make confirmation banner green
* track safe creation in analytics
* add back button
* remove width style from backbutton
* remove width style from backbutton (prev was just commented)
* remove components-v2 and use safe-react-components
* fix duplicated import
* bring back addressinfo component because it was not included in safe-react-components
* Fix broken import (CurrencyDropdown component was renamed)
* add CustomIconText component to fix transaction tab crash
* bring back ListLayoutComponent
* Checksum addresses when build address book from localStorage
Checksum owner's addresses when build safe from localStorage
* ChecksumAddresses when add new addressBook entry
ChecksumAddresses when add new owner
ChecksumAddresses when replaces owner
* Adds checksumAddress function
Replaces old web3 usage with checksumAddress
* Refactors all web3.utils.toChecksumAddress with checksumAddress()
* Fix duplicating var name
* Fix#834: Do not remove trailing slash from Safe app url
* Use correct url in id
* prevent adding existing App
* Limiting App name length persisted in origin field
Co-authored-by: Richard Meissner <richard@gnosis.io>
Co-authored-by: nicosampler <nf.dominguez.87@gmail.com>
* Refactor currency values:
- Creates middleware to save currency values on actions
- Replaces currency values model to be safeAddress-dependant
-
* - Adds all the safes balances on safe load
- Saves the currency values status to localStorage on the middleware
* Fixs equals comparation used to avoid unnecessary dispatchs
* Update naming
* Fixs rate type
* Fixs wrong variable usage
* Removes currencyBalances from localStorage, just saves currencyRate and currencyValueSelected
* Renames currencyValueSelected to currencyValueSelected
* Refactors currencyValueSelected to selectedCurrencyValue
* Refactors selectedCurrencyValue to selectedCurrency
* Fix 850
* Fix 853
* Apps flag using string value
* Fix unresponsive app when switching to another app
* Fix Apps send TX
* Confirmation Modal, correct app name