Commit Graph

1900 Commits

Author SHA1 Message Date
Mikhail Mikheev 3a86378d63
Feature #329: Rename to Multisig (#334)
* Rename to Multisig

* migration text fix

* replace safe for teams with multisig
2019-12-12 13:53:49 +04:00
Mikhail Mikheev bc7d5836f6
Feature #180: Predict transaction nonce (#293)
* Dep bump

* Fetch transactions when safe view is mounted

* eslint fix

* Calculate new tx nonce from latest tx in service

* Fix tx cancellation, allow passing nonce to createTransaction

* dep bump

* Refactor createTransaction/processTransaction to use object as argument

* Adopting transactions table to new send tx flow with predicted nonces

* dep bump, disable esModule in file-loader options after new v5 release

* Don't show older tx annotation for already executed txs

* sort tx by nonce

* get new safe nonce after tx execution

* Bugfixes

* remove whitespace for showOlderTxAnnotation
2019-12-12 12:30:27 +04:00
Mikhail Mikheev 87a7796a84
set anonymizeIp to true (#335) 2019-12-12 12:29:29 +04:00
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
Mikhail Mikheev 75cc009896 Pull from master, conflict fix 2019-12-09 16:22:18 +04:00
Mikhail Mikheev 8382907b80
Fix security vulnerability: Remove uglifyjs, use terser plugin (#327)
* Remove uglifyjs, use terser plugin

* fix css-loader config
2019-12-09 16:19:30 +04:00
Paul Cowgill 70fadd51ee Typo fix (#326) 2019-12-09 13:43:47 +04:00
Mikhail Mikheev c2b2ccd14f
Development to master (#318)
* Adds cookie permissions to localStorage/redux state

* 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

* Fixs cookies acceptance

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

* (remove) unused library

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

* (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

* Let the user re-open the cookie banner

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

* Now the sidebar closes when the cookie banner is toggled

* 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

* Remove 'Hide zero balances' (#310)

* Use medium font size for 'select an asset' label (#312)

* 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

* 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 16:28:23 +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
Mikhail Mikheev 2c42eb56af
Merge pull request #296 from gnosis/189-cookie-banner
Feature #189: Cookie banner
2019-12-04 16:40:09 +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
Germán Martínez 6643955435
Merge pull request #307 from gnosis/development
Development
2019-12-03 18:33:48 +01:00
apane d2a7ff94cb Let the user re-open the cookie banner 2019-12-03 14:14:33 -03:00
Germán Martínez 00cfa53208
Merge pull request #306 from gnosis/ci-fix
Fix CI: Remove deployment of storybook
2019-12-03 18:01:48 +01:00
Mikhail Mikheev 46b99d803a Remove deployment of storybook 2019-12-03 18:57:12 +04: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 4cf4ea3369 (update) removed polish flow type, added js-cookie flow type 2019-12-02 10:58:59 -03: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
Mikhail Mikheev 2d92236032
Merge pull request #305 from gnosis/update-flow-types
Update flow type definitions
2019-12-02 13:00:04 +03:00
Mikhail Mikheev 189d7e908a Update flow types 2019-12-02 13:51:44 +04:00
Mikhail Mikheev d8fce78a67
Merge pull request #275 from gnosis/update-travis
exclude unneeded stuff from travis.yml
2019-11-28 11:50:07 +01:00
Mikhail Mikheev 969974bbd7
Merge pull request #303 from gnosis/development
Development
2019-11-28 11:43:34 +01:00
Mikhail Mikheev 1d22b2f39c
Merge pull request #302 from gnosis/bignumber-to-exp-fix
Increase TO_EXP for bignumber.js
2019-11-28 11:28:56 +01: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
Mikhail Mikheev 565530a86d
Merge pull request #298 from gnosis/development
Development to master
2019-11-26 15:33:51 +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