Commit Graph

3502 Commits

Author SHA1 Message Date
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
Agustín Longoni 3a117c51bf
Replace Loader by component from SRC (#2119)
* Table: replace CircularProgress compontent

* ScanQR: replace CircularProgress component

* Send Modal: replace CircularProgress component

* infinite scroll loader fix (scroll bounce)

* update the SRC dependency and replace CircularProgress component with Loader
2021-04-14 09:02:07 +02:00
nicolas a995970d65
Add safeTxHash in txs queue & history (#2145) 2021-04-13 18:01:14 +02:00
Agustín Longoni f65094f0f3
(feature) Address format styles (#2033)
* Add EthHashInfo component from SRC

* add standard address format on Remove Modal and fix styles

* set Submit button disabled when the values no changes

* Add ethHash link + Remove harcoded safe name

Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
Co-authored-by: Fernando <fernando.greco@gmail.com>
2021-04-13 09:37:08 +02:00
nicolas fbff0a35e0
Prevent rendering safe-app outside its container while loading (#2143) 2021-04-13 09:22:17 +02:00
Daniel Sanchez a9b67c0ab5 Merge branch 'development' into feature/add-aave-app 2021-04-12 17:08:59 +02:00
Daniel Sanchez ee03bb6ea7
Merge pull request #2156 from gnosis/release/v3.4.0
Backmerge release v3.4.0
2021-04-12 17:07:19 +02:00
Daniel Sanchez 45c9fa4f9a
Merge branch 'development' into release/v3.4.0 2021-04-12 16:51:18 +02:00
nicolas a139da394f
Add missing dependency (#2157) 2021-04-12 16:50:59 +02:00
Daniel Sanchez 6eb59f9d0f Merge branch 'development' into release/v3.4.0 2021-04-12 13:53:06 +02:00
Daniel Sanchez d55e0e2478 Set v3.4.0 2021-04-12 13:48:40 +02:00
Daniel Sanchez 467d98f652
Merge pull request #2132 from gnosis/release/v3.4.0
Release v3.4.0
2021-04-12 13:36:41 +02:00
nicolas 228ab703ff
Fix: toInfo could be null (#2154)
* validate if txInfo is defined

* set toInfo as optional
2021-04-12 09:45:59 +02:00
Mikhail Mikheev ace6dc15bd Add aave v2 app 2021-04-09 14:37:04 +04:00
Daniel Sanchez 70983c6c01 Update rinkeby safe transaction url 2021-04-08 18:45:06 +02:00
Daniel Sanchez 98719f8e6f Fix Volta token name in configuration 2021-04-08 18:40:13 +02:00
Daniel Sanchez ad472f3d5f Revert "Add fix to swap symbol and name for sidechains"
This reverts commit 45d8157f90.
2021-04-08 17:52:50 +02:00
Mati Dastugue ba12ac69e9
Merge pull request #2101 from gnosis/bugfix/safeList
Remove loaded safe via URL from the safe list
2021-04-08 11:34:24 -03:00
Mikhail Mikheev 36ba59799f Revert "Add Aave 2 safe app (#2127)"
This reverts commit e48891ba2b.
2021-04-08 15:40:40 +04:00
Daniel Sanchez bad903d798 Merge branch 'hotfix/v3.3.2' into release/v3.4.0 2021-04-08 11:05:12 +02:00
Daniel Sanchez b54e200d5f
Merge pull request #2144 from gnosis/hotfix/v3.3.2
[Hotfix v3.3.2] Rollback offchain signing to require v >= 1.1.1
2021-04-08 10:47:33 +02:00
Daniel Sanchez 34e6b11247 Set v3.3.2 2021-04-08 09:21:45 +02:00
Daniel Sanchez b0b3e53d94 Rollback offchain signing to require v >= 1.1.1 2021-04-08 09:11:11 +02:00
Mati Dastugue a9bf00c616 export LOADED_SAFE as a constant 2021-04-07 16:17:28 -03:00
Mati Dastugue c3e3abf158
Merge branch 'development' into bugfix/safeList 2021-04-07 11:08:51 -03:00
nicolas 9f3ff69a75
Known Addresses V1 (#2113)
* 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>
2021-04-07 13:10:48 +02:00
Fernando c96e3192ff
(Feature) Proper rejections (#2096)
* 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
2021-04-07 12:40:33 +02:00