Commit Graph

1583 Commits

Author SHA1 Message Date
Agustin Pane e7ba5e5392 Feature #122: Multisig migration (#315)
* Adds query-string package.json
Parses query string on open layout

* Implements load all the values on openSafe view from param querys

* Adds query params validation

* Moves query parse logic to open.jsx

* Changes default no metamask component on open page

* Replaces global isNaN

* Fix threshold parsing validation

* Updates the welcome component with new verbiage for open

* Renames isOpenSafe to isOldMultisigMigration

* Merge branch 'development' of https://github.com/gnosis/safe-react into 122-multisig-migration

# Conflicts:
#	src/routes/open/components/Layout.jsx

* Merge branch 'development' of https://github.com/gnosis/safe-react into 159-pending-transactions

# Conflicts:
#	src/routes/safe/components/Transactions/index.jsx
#	yarn.lock
2019-12-11 12:26:09 +01:00
Agustin Pane f0b3172abe Feature #159: Pending transaction that requires user confirmation (#330)
* Creates a new notification: waitingConfirmation
Adds key as optional parameter for notification
Implemented getAwaitingTransactions to get the transactions that needs to be confirmed by the current user
Not fetchTransactions action also dispatch a notification for awaiting transactions
Improved performance of routes/safe/container/index to avoid re-rendering

* Removes notification logic on fetchTransactions
Adds notificationsMiddleware

* Moves fetchTransaction to container

* Removes unused param on fetchTransactions

* Fixs null safe check

* Fixs middleware declaration

* Removes lodash

* Changes cancelled transaction detection logic
2019-12-11 14:06:38 +04:00
Agustin Pane 56a6e16158 Adds threshold update on checkAndUpdateSafe (#320) 2019-12-11 14:06:26 +04:00
Mikhail Mikheev 747bcef17a
Feature #239: Replace early access label with network label (#311)
* Remove early access label

* Revert "Remove early access label"

This reverts commit 34682f0f6d9c1974a6e45c2a31358864931d9c1e.

* Replace early access label with network label

* Capitalzie first letter of the network name
2019-12-11 14:05:37 +04:00
Gabriel Rodríguez Alsina a0a8ef5079 (Feature) Etherscan button icon (#331)
* (add) new open on etherscan button icon

* (remove) unused asset

* (fix) icon background
2019-12-11 13:29:47 +04:00
Mikhail Mikheev edf49ffc96 Feature #137: Tx list improvements (#222)
* Fix swapOwners threshold displayed as hex in tx list

* Refactor spinner in empty table

* Fix number of rows per page in table pagination

* Add use of EtherscanLink component

* Set short version of strings in tx list

* Adjust styles in tx list

* Add more styles to table

* WIP

* An attempt to fix #204 by showing UNKNOWN instead of failed to fetch token symbol

* Table pagination style fixes

* Show confirm transaction button in owner list

* Update dependencies

* Add confirmation icons to owner list in tx list

* exclude unneeded stuff from travis.yml

* Adds cookie permissions to localStorage/redux state

* Update dependencies

* Adds action

* Adds files to git

* (fix) linting issues

* (update) flow-typed

* (update) .eslint and .flowconfig

* (add) cookie banner

* Finish cookie banner implementation

* (Add) checkbox's disabled style.

* Removes redux for cookiesStorage

* Fix cookieStore deletion

* Increase TO_EXP for bignumber.js

* Fixs cookies acceptance

* Fixs cookies banner verbiage
Fix "x" in wrong place for snackbar messages

* (fix) added correct polished library and import, updated flow-typed

* (update) removed polish flow type, added js-cookie flow type

* Add link to cookie policy, use generic links for legal docs

* Remove link to cookie policy from sidebar, link cookie policy in the banner

* Mock Safe creation transaction

* Format code

* Fix break statement

* Remove deployment of storybook

* Let the user re-open the cookie banner

* Update tx status messages and visual confirmation progress

* Fix svg in tx confirmation progress

* Add styles to tx type in tx list

* Replace nonce in tx list with tx id

* Update opacity of cancelled tx

* Fix short version of address

* remove withMutations from cookies reducer, move utils/cookies to logic/cookies

* Now the sidebar closes when the cookie banner is toggled

* Fix styles in tx list

* Add Pending status in tx description

* (remove) unused library

* Adds cookies utils
Replaces localStorage with cookies
Adds js-cookie

* Set 25 rows per page in tx list by default

* Align tx table

* Adjust tx table and tx details borders

* Fix fetching transactions to show Safe creation tx alone

* Fix failed Safe creation transaction

* Add styles to tx data

* Refactor and fix owner list in transaction

* Refactor use of theme variables

* Remove storybook files

* Update dependencies

* Fix warnings

* Fix dependencies

* Update file-loader config

* Fix owner colors in the tx confirmation progress

* Fix transaction type icon height

* Tx list adjustments

* Update readme
2019-12-10 14:26:43 +01:00
Mikhail Mikheev 1e0bf85b12
Update welcome text (#323) 2019-12-10 13:39:55 +04:00
Mikhail Mikheev d9b70ca6a2
Feature #256: Sticky header (#308)
* Add sticky header

* Remove react-headroom, set position to fixed for header

* Regenerate yarn lock

* Remove unused headroom style from root.scss

* Pull from dev, conflict fixes
2019-12-09 17:38:18 +04:00
Fernando 21b7a59f20 Feature #224: Activate tokens automatically (#300)
* Replace 'Manage Tokens' with 'Manage List'

* prevent 301 redirects

* Add `BLACKLISTED_TOKENS` key to persist through immortal

* Add store/action to extract _activate tokens by its balance_

- keeps already activated tokens
- discards blacklisted tokens
- adds tokens whose vales are bigger than zero and are not blacklisted

* Add `blacklistedTokens` list to safe's store

* Display activeTokensByBalance in 'Balances' screen

* Enable token's blacklisting functionality in Tokens List

* Retrieve balance from API

* Rename action to `activateTokensByBalance`

* Fix linting errors

- line too long
- required return

* Do not persist a separate list into `BLACKLISTED_TOKENS`
2019-12-05 13:18:07 +04:00
Agustin Pane 85ff11796e Feature #272: Google Analytics (#299)
* Adds google analytics tracking for every route

* Adds cookies acceptance check before tracking

* Fix react-ga dependency

* Fix cookieStore deletion

* Merge with #189-cookie-banner

* Fixs react ga version
Refactored HOC with hooks

* Fix TYPO

* Fix path for cookies utils

* Fix imports

* remove flow type definition for polish

* Add GA ID log

* Fix load GA After cookies acceptance
2019-12-05 12:54:42 +04:00
Mikhail Mikheev 932dcf7eb4
Use medium font size for 'select an asset' label (#312) 2019-12-04 17:48:33 +04:00
Mikhail Mikheev 1ff38bcbef
Remove 'Hide zero balances' (#310) 2019-12-04 17:48:12 +04:00
Agustin Pane 434e12edd1 Feature #169: Intercom (#301)
* Implements intercom
Adds REACT_APP_INTERCOM_ID_MAINNET and REACT_APP_INTERCOM_ID_RINKEBY env vars

* Adds .env.example

* Adds intercom env vars

* Updates env vars
Replaces "rinkeby" and "mainnet" with "non-production" and "production"

* Now loads intercom after the user accepted the analytics

* Add env variable for production intercom id

* Update .env.example

* Removes react-intercom
Fixs getIntercomId with default dev appID
Now loads intercom as script

* Renegerate flow-types
2019-12-04 17:19:13 +04:00
apane 5cb148bc8e Merge branch '189-cookie-banner' of https://github.com/gnosis/safe-react into 189-cookie-banner 2019-12-04 09:19:23 -03:00
apane 2e1acb5758 Now the sidebar closes when the cookie banner is toggled 2019-12-04 09:19:07 -03:00
Mikhail Mikheev 639b2b0a23 remove withMutations from cookies reducer, move utils/cookies to logic/cookies 2019-12-04 15:40:13 +04:00
apane d2a7ff94cb Let the user re-open the cookie banner 2019-12-03 14:14:33 -03:00
Mikhail Mikheev dd3743e67f Remove link to cookie policy from sidebar, link cookie policy in the banner 2019-12-03 15:56:07 +04:00
Mikhail Mikheev b909cf25e0 Merge branch '189-cookie-banner' of github.com:gnosis/safe-react into 189-cookie-banner 2019-12-03 15:34:35 +04:00
Mikhail Mikheev 4a6fc32d95 Add link to cookie policy, use generic links for legal docs 2019-12-03 15:31:31 +04:00
Gabriel Rodriguez Alsina a7d7142844 Merge branch '189-cookie-banner' of github.com:gnosis/safe-react into 189-cookie-banner
* '189-cookie-banner' of github.com:gnosis/safe-react:
  Adds cookies utils Replaces localStorage with cookies Adds js-cookie
2019-12-02 10:47:54 -03:00
Gabriel Rodriguez Alsina 1fa3c04d95 (fix) added correct polished library and import, updated flow-typed 2019-12-02 10:47:44 -03:00
apane bc994dc355 Adds cookies utils
Replaces localStorage with cookies
Adds js-cookie
2019-12-02 10:44:29 -03:00
Gabriel Rodriguez Alsina fe422cba9f (remove) unused library 2019-12-02 08:44:21 -03:00
Mikhail Mikheev a9e32042ab Pull updated flow-types from dev 2019-12-02 14:10:28 +04:00
apane c995cc21ba Fixs cookies banner verbiage
Fix "x" in wrong place for snackbar messages
2019-11-27 16:19:37 -03:00
apane a9dee4c44a Fixs cookies acceptance 2019-11-27 11:23:40 -03:00
Mikhail Mikheev 207bd6e6a5 Increase TO_EXP for bignumber.js 2019-11-27 10:43:44 +01:00
apane 26b420742d Fix cookieStore deletion 2019-11-26 11:03:00 -03:00
apane 36251352f9 Merge branch '189-cookie-banner' of https://github.com/gnosis/safe-react into 189-cookie-banner 2019-11-26 10:37:19 -03:00
apane 9c6235f8db Removes redux for cookiesStorage 2019-11-26 10:37:16 -03:00
Gabriel Rodriguez Alsina 43a1990559 (Add) checkbox's disabled style. 2019-11-25 16:44:36 -03:00
apane 3b063d3ee8 Merge branch 'development' of https://github.com/gnosis/safe-react into 189-cookie-banner 2019-11-25 10:16:31 -03:00
apane 6ea47d6990 Finish cookie banner implementation 2019-11-25 10:10:43 -03:00
apane 3af46220fb Merge branch '189-cookie-banner' of https://github.com/gnosis/safe-react into 189-cookie-banner 2019-11-25 09:01:29 -03:00
Mikhail Mikheev fb76e45ebc increase range where BigNumber's toString doesn't convert numbers to exponential 2019-11-25 11:44:26 +03:00
Gabriel Rodriguez Alsina 8848ecd54d (add) cookie banner 2019-11-22 20:23:57 -03:00
Germán Martínez 2a37166d4f Merge branch 'bug/execute-tx-XooY' into development 2019-11-22 13:25:05 +01:00
Germán Martínez 0bd9353e60 Fix confirmation+execution check 2019-11-22 12:24:23 +01:00
Germán Martínez 88d0453168 Fix generation of signatures from tx confirmations 2019-11-21 13:09:31 +01:00
Germán Martínez 22d7d13f8f
Merge pull request #176 from gnosis/support_off_chain_sigs
Feature #176: Support off chain sigs
2019-11-21 12:10:22 +01:00
Mikhail Mikheev 27ce452e1a
Merge pull request #267 from gnosis/215-update-owner-list-fix
Feature #215: Update owner list fix
2019-11-21 13:21:21 +04:00
Mikhail Mikheev 0c33d99b5f
Merge pull request #284 from gnosis/bug/196-popups-incorrectly-displayed
Bug 196: Modals incorrectly displayed on smaller screen resolutions
2019-11-21 13:20:57 +04:00
Mikhail Mikheev a867b6e691
Merge pull request #282 from gnosis/bug/188-long-owner-names-UI-glitch
Bug 188: Long owner names cause UI glitch
2019-11-21 13:20:45 +04:00
Mikhail Mikheev 1021790f8d
Merge pull request #285 from gnosis/feature/208-pending-transactions
Feature #208: Show pending state for newly created transactions
2019-11-21 13:20:07 +04:00
Richard Meissner 8ec6bcf293 Show call type in UI if not call 2019-11-20 23:28:59 +01:00
Richard Meissner 04540790ea Support off chain signatures
Support transactions with refund

Display refund in UI
2019-11-20 23:20:34 +01:00
apane 5839fbe9cb Merge branch 'development' into 189-cookie-banner 2019-11-20 15:57:37 -03:00
apane 13d1de8251 Adds files to git 2019-11-20 13:39:43 -03:00
apane ad3d27e927 Adds action 2019-11-20 10:38:09 -03:00