Commit Graph

1851 Commits

Author SHA1 Message Date
Mikhail Mikheev fec418025e
Development to master (#328)
* 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`

* Typo fix (#326)

* Fix security vulnerability: Remove uglifyjs, use terser plugin (#327)

* Remove uglifyjs, use terser plugin

* fix css-loader config
2019-12-09 16:31:05 +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
Germán Martínez 6643955435
Merge pull request #307 from gnosis/development
Development
2019-12-03 18:33:48 +01: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 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
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
Mikhail Mikheev 9d2ac5cd3d
Merge pull request #297 from gnosis/version-bump
Increase version to 1.4.4
2019-11-25 18:49:32 +03:00
Mikhail Mikheev 3b5e2ae312 Increase version to 1.4.4 2019-11-25 16:48:50 +01:00
Mikhail Mikheev be927a06ba
Merge pull request #295 from gnosis/bug/failed-token-tx
Bug: Tx failed because tx's value was converted to exponential notation
2019-11-25 18:47:25 +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
Germán Martínez db76b4bce2
Merge pull request #292 from gnosis/development
Development
2019-11-22 15:30:18 +01:00
Germán Martínez 970e57a171 1.4.3 2019-11-22 14:22:44 +01:00
Germán Martínez c7ce620cea Merge branch 'development' of github.com:gnosis/safe-react into development 2019-11-22 14:19:11 +01:00
Germán Martínez 7dea8183c8
Merge pull request #289 from gnosis/bug/execute-tx-XooY
Fix tx confirmations
2019-11-22 14:03:57 +01: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 73a36ba8a9 Merge branch 'development' of github.com:gnosis/safe-react into development 2019-11-21 12:10:58 +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
Mikhail Mikheev 30980ed747 eslint fix 2019-11-20 14:08:21 +04:00
Mikhail Mikheev 3183e3b626 Show newly created tx as pending one 2019-11-20 14:01:49 +04:00
Mikhail Mikheev 36fec0f62d Allow scrolling modal view if its outside the screen 2019-11-20 11:43:16 +04:00
Mikhail Mikheev c79df89e76
Merge pull request #283 from gnosis/development
Development
2019-11-20 11:27:48 +04:00
Mikhail Mikheev c8724324e2
Merge pull request #281 from gnosis/bug/280-missing-whitespaces
Bug 280: Missing whitespaces in load safe flow
2019-11-20 11:19:31 +04:00
Mikhail Mikheev dffb531a45 Set max-width for owner name, show '...' if it doesn't fit into table cell 2019-11-20 11:15:39 +04:00
Mikhail Mikheev 66cb521dcf Add mising whitespaces in load safe flow 2019-11-20 10:57:11 +04:00
Mikhail Mikheev c1ec29c1ba
Merge pull request #278 from gnosis/bug/executed-tx-shown-as-awaiting
Bug: Executed tx shown as awaiting
2019-11-19 19:41:10 +04:00
Mikhail Mikheev 94bec7c571 Restore lost refactor for new tx history service 2019-11-19 19:27:41 +04:00
Germán Martínez 7d887d1e60
Merge pull request #277 from gnosis/revert-before-refactor-changes
Revert before refactor changes
2019-11-19 14:52:09 +01:00
Germán Martínez ad6cc77607
Merge pull request #276 from gnosis/development
Development
2019-11-19 14:28:36 +01:00
Mikhail Mikheev 579cde37f7 Revert "update prod/prod-mainnet endpoints to api without refactor"
This reverts commit cdd091dfe5.
2019-11-19 17:05:47 +04:00
Mikhail Mikheev 0863195786 Revert "send tx to service only after it was mined"
This reverts commit eb0584feef.
2019-11-19 17:05:31 +04:00
Mikhail Mikheev 515d177c89
Merge pull request #274 from gnosis/bug/wrong-confirmation-notification
BUG: Wrong notification for confirmation tx
2019-11-19 16:50:03 +04:00
Mikhail Mikheev c06e8bdb20 exclude unneeded stuff from travis.yml 2019-11-19 16:36:53 +04:00
Mikhail Mikheev 2ed259eea4
Merge pull request #273 from gnosis/bug/sidebar-search
Bug: Safe search by name/address in the sidebar doesn't work
2019-11-19 16:15:56 +04:00
Mikhail Mikheev c9a8e86409 react-final-form version bump 2019-11-19 13:42:15 +04:00
Mikhail Mikheev 9282fc053a update react-final-form because of bugfix in version 6.3.2 2019-11-19 13:40:17 +04:00
Mikhail Mikheev a73f35a6a5 Revert final form bump because of breaking change (or a bug) which resulted in error on safe creation 2019-11-19 13:34:59 +04:00