Commit Graph

2238 Commits

Author SHA1 Message Date
Mikhail Mikheev 7c141ca1ad Fix currency fetch 400 error 2020-05-12 13:24:18 -03:00
Mikhail Mikheev c2c100550f Merge branch 'development' of github.com:gnosis/safe-react into 536-notifications-status-labels-sync 2020-05-12 13:42:27 +04:00
Mikhail Mikheev dba3148d9c
Merge pull request #798 from gnosis/dont-fetch-ownername-in-fetchTransactions
Refactoring: store only an address in transaction confirmation model
2020-05-12 13:10:34 +04:00
Mikhail Mikheev 8efbbad0a3 Dep bump 2020-05-12 12:55:51 +04:00
fernandomg 141e05c2e8 feature: WIP - add mocked tx to the list 2020-05-12 00:40:49 -03:00
fernandomg be4caa1baf refactor: remove duplicated and unused functions 2020-05-11 23:04:04 -03:00
fernandomg 363e9f3888 fix: evaluate storedTransactionIndex as number 2020-05-11 23:02:07 -03:00
fernandomg 5c95d1f220 Merge branch 'development' into 536-notifications-status-labels-sync
# Conflicts:
#	src/routes/safe/components/Balances/SendModal/screens/SendCollectible/index.jsx
2020-05-11 08:49:15 -03:00
fernandomg 21181400c8 fix: owner address lookup from tx.confirmation list 2020-05-10 17:40:04 -03:00
fernandomg 72d28470b2 Merge branch 'development' into dont-fetch-ownername-in-fetchTransactions 2020-05-10 17:31:00 -03:00
fernandomg 4820a89d8e chore: update `yarn.lock` 2020-05-10 17:29:16 -03:00
fernandomg b99cf3a02a fix: owner address lookup from tx.confirmation list 2020-05-10 17:26:39 -03:00
nicolas 7bc9cd7a94
remove trailing slash for Apps env var (#891) 2020-05-08 18:58:06 -03:00
Agustin Pane 4098a8b9cf
(Fix) #511 - QR scan button (#873)
* Creates ScanQRWrapper to avoid duplicated logic
Refactors components that uses ScanQRWrapper

* Adds closeQrModal to props.handleScan callback

* Fixs mutators usage on components with qrScanWrapper

* Exports getNameFromAdbk
Fixs displaying address on send funds, also displays the name

* Fixs sendCustomTx qrCode
Fixs sendCollectible qrCode
Fixs loadAddress qrCode
2020-05-08 17:09:49 -03:00
fernandomg de65b2914b Merge branch 'development' into 536-notifications-status-labels-sync
# Conflicts:
#	package.json
#	src/routes/safe/components/Transactions/TxsTable/columns.js
#	src/routes/safe/store/actions/fetchTransactions.js
#	yarn.lock
2020-05-07 19:25:19 -03:00
fernandomg 82b786cc54 fix: properly set safeAddress key for incomingTransactions 2020-05-07 19:19:40 -03:00
Mati Dastugue 8bc5de3246
Upload files separately (#890) 2020-05-07 18:37:46 -03:00
nicolas abb600d837
improve calculation of TX mined (#886) 2020-05-07 17:21:55 -03:00
Mati Dastugue 4969db8f61
Merge pull request #889 from gnosis/fix/release-typo
Update build script
2020-05-07 16:53:45 -03:00
Mati Dastugue 9fe11e69af
Update build script 2020-05-07 16:19:28 -03:00
Mati Dastugue d88c642aa6
Merge pull request #885 from gnosis/fix/build-artifacts
Upload Artifacts when building desktop
2020-05-07 16:17:11 -03:00
Mati Dastugue e63cd145af Upload artifacts when building desktop 2020-05-07 14:03:54 -03:00
Richard Meissner 051080c239
Fix #834: Do not remove trailing slash from Safe app url (#839)
* 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>
2020-05-07 08:47:51 -03:00
Agustin Pane a98652abe4
(Fix) - 772 safe zero balances (#832)
* 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
2020-05-06 17:03:59 -03:00
Mati Dastugue 377df43168
Merge pull request #880 from gnosis/fix/desktop-banner
Disable Analytics and Cookie Banner
2020-05-06 10:04:42 -03:00
Agustin Pane 498dca8afa
Fixs click away listener (#874) 2020-05-06 09:54:20 -03:00
fernandomg e402b51ff8 Merge branch 'development' into dont-fetch-ownername-in-fetchTransactions
# Conflicts:
#	yarn.lock
2020-05-05 17:11:46 -03:00
Agustín Longoni 05b3fd9b48
(Fix) Safe apps list is not scrolling #835 (#859)
* add scroll and styles

* Update Layout.jsx

Co-authored-by: lukasschor <lukas.schor@gnosis.pm>
Co-authored-by: nicosampler <nf.dominguez.87@gmail.com>
2020-05-05 15:44:55 -03:00
Mati Dastugue ccadda441b Add INTERCOM_ID variable 2020-05-05 14:56:39 -03:00
nicolas a79a86e5cc
Apps fixes (#871)
* 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
2020-05-05 14:24:46 -03:00
Mati Dastugue c6f911b8ad
Merge pull request #854 from gnosis/feature/wallet-dashboard
Wallet dashboard
2020-05-05 10:59:33 -03:00
Mati Dastugue e272fc8c0f
Merge pull request #870 from gnosis/feature/desktop-logs
Feature/desktop logs
2020-05-04 15:11:35 -03:00
Mati Dastugue 0a38e3c4ea Remove cookie banner for the desktop app 2020-05-04 12:12:38 -03:00
Mati Dastugue 4a011c2e6b
Merge pull request #869 from gnosis/fix/rename-desktop
Rename desktop
2020-05-04 12:08:37 -03:00
Agustin Pane c6233a3fee
Fixs race condition when loading collectibles (#855) 2020-05-04 10:51:09 -03:00
Mati Dastugue cf178a53f2 Add logs for main process 2020-05-04 10:33:12 -03:00
Mati Dastugue 5874dac091 Disable Menu 2020-05-03 18:02:41 -03:00
lukasschor 78d4f7ebfd
Merge pull request #862 from gnosis/dummy-pr
Dummy pr
2020-04-30 21:46:56 +02:00
Mati Dastugue 4567e07d70 Added logs for desktop app 2020-04-30 16:26:36 -03:00
Mati Dastugue 774b45344a
Dummy PR 2020-04-30 14:20:54 -03:00
Mikhail Mikheev a533f576c3 fetch transactions refactoring wip 2020-04-30 18:56:27 +04:00
Mati Dastugue 6d607929fd Rename desktop app 2020-04-30 10:47:05 -03:00
Mati Dastugue 7d00c37f95 Merge with dev 2020-04-30 10:39:22 -03:00
Mati Dastugue 041e97c19c Merge branch 'development' of github.com:gnosis/safe-react into feature/wallet-dashboard 2020-04-30 10:34:04 -03:00
Mikhail Mikheev ec9e7f9fb8 Revert "transaction decoder wip"
This reverts commit 5c00c48d75.
2020-04-30 14:29:10 +04:00
lukasschor 0e79cc5f9e
Merge pull request #844 from gnosis/development
Add Apps feature flag (#842)
2020-04-29 23:15:55 +02:00
Mikhail Mikheev 5c00c48d75 transaction decoder wip 2020-04-30 00:30:28 +04:00
nicolas 262e4ab389
Add Apps feature flag (#842)
* add Apps feature flag

* re-trigger build
2020-04-29 13:44:20 -03:00
lukasschor 045a3f1ed0
Merge pull request #841 from gnosis/development
Adding travis config to point properly to safe-react-apps
2020-04-29 14:28:28 +02:00
Mikhail Mikheev 480da937b4 addMockSafeCreationTx as an action wip 2020-04-29 15:03:49 +04:00