Commit Graph

3428 Commits

Author SHA1 Message Date
Mati Dastugue f6c4124475
Revert "Bugfix - Submit button out of screen in Contract Interaction modal (#2185)" (#2256)
This reverts commit 4cca3cf0ed.
2021-05-05 17:30:44 +02:00
nicolas 8861653118
TxList: Add info about the next tx to be executed (#2218)
* TxList: Add info about the next tx to be executed

* review changes

* update message

Co-authored-by: katspaugh <katspaugh@users.noreply.github.com>
2021-05-03 17:29:33 +02:00
Agustín Longoni 84755f9098
Spending limit UI corrections (#2210)
* show the complete hash

* remove cut address (beneficiary)
2021-05-03 11:58:18 +02:00
nicolas 6dd3a781a6
Fix: App Crash on decoded data opening when tx-builder send ETH to multiple EOA (#2208)
* Fix: bytes value for decodedData
2021-05-03 11:48:15 +02:00
Fernando 42291e1208
(Fix) Refactor Safe information retrieval (#2122)
* use client-gateway endpoint for safeInfo

* remove condition to retrieve modules information as client-gateway is already returning the whole list

* create `allSettled` helper function, to divide promises logic from business logic

* set 'UNKNOWN' as default value for owner's record creation

* simplify `fetchSafe` and `buildSafe` logic

* fix check for modules existence

* Add tests for functions used to fetch information

* (Chore) Remove unused code (#2123)

* Not all Collectibles are displayed (#2172)

* replace fetchErc20AndErc721AssetsList by fetchSafeCollectibles

Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
Co-authored-by: katspaugh <katspaugh@gmail.com>
2021-04-30 12:06:38 +02:00
katspaugh 94d825ae82 Merge branch 'master' of github.com:gnosis/safe-react into development 2021-04-30 11:12:25 +02:00
katspaugh 1e3180fe88 Bump to 3.5.2 2021-04-30 10:41:14 +02:00
Fernando ea0c987e3e remove exponential back-off strategy for balance fetching (#2225) 2021-04-30 10:39:21 +02:00
Fernando 0c08f32ef4
remove exponential back-off strategy for balance fetching (#2225) 2021-04-30 10:38:18 +02:00
Mikhail Mikheev ee6ef82e31
Remove logging about message without a messageId (#2222) 2021-04-29 18:40:11 +02:00
Mati Dastugue 4c8b76d6dc
Bugfix - Long values for Amount and Address fields (#2174)
* Add validations to prevent very long fields

* Fix validation for QR scan

* Get decimals according to the selected token

* Add decimals length validation
2021-04-29 12:31:12 +02:00
Daniel Sanchez e3797d9e78
Fix ignored safeTxGas from app (#2193) 2021-04-29 10:33:52 +02:00
Agustín Longoni 44074475d7
Replace DividerLine and Hairline by component from SR (#2175)
* Add Divider and Icon component (SRC) to Divider (SR)

* Use divider in all places where DividerLine and Hairline were used
2021-04-28 16:52:41 +02:00
Agustín Longoni ed2cd3f746
Replace Identicon by component from SRC (#2121)
* remove old  Identicon component

* replace Identicon, address and copyBtn for EthHashInfo

* add Remove Safe Modal components

* remove EherscanLink component

* remove CopyBtn component
2021-04-27 16:41:40 +02:00
Mikhail Mikheev b553186283
use wildcard for sending messages (#2188)
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-04-27 16:16:12 +04:00
Daniel Sanchez d3a98364fd
Merge branch 'development' into release/v3.5.0 2021-04-27 13:44:27 +02:00
Mati Dastugue 4cca3cf0ed
Bugfix - Submit button out of screen in Contract Interaction modal (#2185)
* Add styles for adding scroll to modal
2021-04-27 13:43:26 +02:00
Daniel Sanchez 18e58689ca Merge branch 'fix/v3.5.1' into release/v3.5.0 2021-04-27 13:16:59 +02:00
Daniel Sanchez 6cb9a578bb Change global try/catch for parameter type check 2021-04-27 09:43:05 +02:00
Daniel Sanchez 841fa5ecd3 Set v3.5.1 2021-04-26 17:38:05 +02:00
Daniel Sanchez 86d8fe3a51 Fix load safe tokens when safe is in store before v3.5.0 2021-04-26 17:37:27 +02:00
Daniel Sanchez 34aa3b085a
Merge branch 'development' into release/v3.5.0 2021-04-26 11:57:06 +02:00
Daniel Sanchez 3499b7bb87 Set v3.5.0 2021-04-26 09:57:39 +02:00
katspaugh 07a820b323
Update the readme (#2192)
* Update the readme

Update the readme reg. lint and deployment

* 2-week-long sprints

* week -> weeks
2021-04-22 17:50:34 +02:00
katspaugh cbc9e08d91
Fix the storybook: add a redux provider (#2191) 2021-04-22 10:08:58 +02:00
katspaugh 4c598645d9 Fix the address book, don't filter the addresses (#2190) 2021-04-22 09:56:02 +02:00
katspaugh 3d06cf251e
Fix the address book, don't filter the addresses (#2190) 2021-04-21 18:39:24 +02:00
katspaugh d2f1e9eb2a
Fix long text breaking the snackbar (#2171)
* Fix long text breaking the snackbar

* 80px -> 160px

* Add a scroll bar in the snackbar

Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-04-21 16:05:47 +02:00
katspaugh 8d0b512ebf
Fix long text in ModalTitle (#2173)
* Fix long text in ModalTitle

* Add a simple tooltip

Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-04-21 13:22:18 +02:00
Mikhail Mikheev 1f7d27e75e
Feature: Fullscreen Safe apps (#2183)
* Change delete button to be in app list card

* add remove modal

* show button on hover
2021-04-21 11:45:09 +02:00
Daniel Sanchez 072d9d9980
Fetch apps from external resource (#2129)
* Configure Safe Apps list with URL parameter

* Fix load in AppFrame to allow deleting only manually added apps
2021-04-21 09:24:16 +02:00
Mikhail Mikheev 69cc936835
Feature: Add liquity app (#2151) 2021-04-20 17:15:14 +02:00
dependabot[bot] 8f7bc319af
Bump ssri from 6.0.1 to 6.0.2 (#2181)
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 15:38:22 +02:00
Mikhail Mikheev a57162df9e
Merge pull request #2179 from gnosis/fix/readme
Update readme
2021-04-20 11:58:48 +03:00
Mikhail Mikheev dc166e5941
Merge branch 'development' into fix/readme 2021-04-20 11:49:07 +03:00
Daniel Sanchez bdb9a6a47d
Add Gnosis Starter app (#2180) 2021-04-20 10:00:18 +02:00
Mikhail Mikheev c9822b9e5f
Feature: Add dHedge app (#2163) 2021-04-19 18:14:18 +02:00
Tobias Schubotz 7421843d01 Update readme 2021-04-19 15:26:09 +02:00
Mikhail Mikheev 3b30b34ab9
add ens to app list (#2155) 2021-04-19 13:03:10 +02:00
Mikhail Mikheev 5ebf97809d
Chore: Remove unused Safe Layout components (#2177)
* Remove unused norights component
2021-04-19 12:28:29 +02:00
nicolas fe17101abf
Remove fixed sort for balances (#2164)
* remove safe activeTokens

* buildSafe: take balances from store or initialize them as empty array

Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-04-19 11:37:57 +02:00
Daniel Sanchez f53cc84825
Enable WalletConnect for xDai chain (#2160) 2021-04-19 11:14:16 +02:00
Mikhail Mikheev daa942bfe5
Merge pull request #2152 from gnosis/feature/add-aave-app
Feature: Add aave v2 app
2021-04-16 09:46:31 +03:00
Fernando 2113053ed0
Merge branch 'development' into feature/add-aave-app 2021-04-15 20:25:48 -03:00
katspaugh 82d8ab357d
Fix the media stream not being stopped; mirror the QR camera (#2165)
Co-authored-by: katspaugh <--replace-all>
Co-authored-by: Fernando <fernando.greco@gmail.com>
2021-04-15 20:21:27 -03:00
Mati Dastugue b8de127c42
Assets list - Very long empty page (#2159)
Co-authored-by: Fernando <fernando.greco@gmail.com>
2021-04-15 20:11:22 -03:00
lukasschor 44a646e789
Wording enhancements (#2120)
* Remove Multisig wording

* Change name for unnamed Safes

* Alignment with mobile copy
2021-04-15 16:22:38 +02:00
nicolas aa59fbe348
Fix off-chain signatures for safes 1.0.0 (#2153) 2021-04-15 10:55:53 +02:00
Tobias Schubotz 6ce5f3f105
Disable Formatic on Rinkeby (#2166) 2021-04-14 11:13:46 +02:00
Daniel Sanchez 2cd128dac2
Upgrade dependencies (#2162)
* Upgrade sentry and bnc-onboard dependencies

* Upgrade dependencies with minor changes

* Move concurrently to devDependencies and update to lastest version

* Move coveralls to devDependencies

* Upgrade wait-on to latest version
2021-04-14 09:23:12 +02:00