Agustin Pane
ce1ab8b039
Avoid to remove the current loaded safe data if the batch request fail ( #1847 )
...
Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-02-24 17:54:48 +01:00
Daniel Sanchez
870509eecf
Migrate to GitHub actions ( #1924 )
...
* Add Github action for each network environment
* Disable travis build
* Move deploy scripts to new folder
* Adapt deploy scripts to Github actions
* Run coveralls only if tests succeed
* Upload sentry source map
* Add Production flag for tagged builds
* Use coveralls Github Action
* Add debug steps to all networks for first release test
2021-02-24 17:24:25 +01:00
Mikhail Mikheev
09c90f98d3
Feature: Add Mushrooms finance app ( #1893 )
...
* add mushrooms finance app
* update mushrooms ipfs url
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-02-24 17:25:35 +04:00
Mati Dastugue
059fa5dc26
Merge branch 'development' of github.com:gnosis/safe-react into development
2021-02-23 19:25:39 -03:00
Mati Dastugue
de4c29e474
Line break to modal text
2021-02-23 19:17:29 -03:00
nicolas
c8daf7d006
Use tooltip from SRC ( #1888 )
...
* Upgrade safe-react-components to latest version
* fix New Transaction button
* Increase the date/time tooltip size
Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
2021-02-23 22:24:07 +01:00
Daniel Sanchez
ac920f0361
Fix nonce 0 check ( #1941 )
2021-02-23 20:06:49 +01:00
Mati Dastugue
9b2dd8141c
Merge pull request #1934 from gnosis/feature/link-help-center
2021-02-23 11:21:17 -03:00
Daniel Sanchez
3b02165449
Fix styles to match design
2021-02-22 20:12:28 +01:00
Mati Dastugue
ccc6939ef4
Added link to docs for custom app modal
2021-02-22 12:09:13 -03:00
Mati Dastugue
5a0dc46614
Merge branch 'development' of github.com:gnosis/safe-react into development
2021-02-22 11:13:09 -03:00
Mati Dastugue
fe8663530a
Set XL to LG text size
2021-02-22 11:12:16 -03:00
Mati Dastugue
750d490e20
Merge branch 'development' into feature/link-help-center
2021-02-22 11:07:33 -03:00
Agustin Pane
38ed173a84
(Fix) - #1707 Cannot use larger numbers in contract interaction ( #1863 )
...
* Remove withStyles from TextAreaField and fix name
* Remove any type in handleSubmit from contractInteraction review
* Parses the bignumber value to string
2021-02-22 13:42:42 +01:00
Agustin Pane
5665d69145
(Fix) - #1775 Nonce of cancel transaction calculation ( #1886 )
...
* Fix how the nonce of the cancel transaction is calculated
* make use useState to handle nonce state
* fix to prevent "0" being treated as undefined
Co-authored-by: nicolas <nicosampler@users.noreply.github.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-02-22 11:44:20 +01:00
nicolas
8e52ec5f60
Fix notification re-appears ( #1925 )
...
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-02-22 11:09:48 +01:00
Mati Dastugue
45b24e98fd
Removed deprecated wallets ( #1922 )
...
* Remove deprecated wallets
* Bump new onboardjs version
2021-02-22 10:01:51 +01:00
Mati Dastugue
e3973c8026
Added help center article link to step 2
2021-02-18 14:07:30 -03:00
Mati Dastugue
5839139b1e
Merge branch 'development' of github.com:gnosis/safe-react into development
2021-02-18 13:42:01 -03:00
Daniel Sanchez
5e85a3a8f3
Merge pull request #1923 from gnosis/hotfix/v3.0.1
...
Merge back hotfix v3.0.1 to development
2021-02-17 17:49:03 +01:00
Daniel Sanchez
b7a95d366a
Merge branch 'development' into hotfix/v3.0.1
2021-02-17 15:41:31 +01:00
Mati Dastugue
530ba102bf
Merge branch 'development' of github.com:gnosis/safe-react into development
2021-02-17 11:11:53 -03:00
Daniel Sanchez
a4e3c82ca2
Merge pull request #1920 from gnosis/hotfix/v3.0.1
...
Hotfix v3.0.1
2021-02-17 14:03:31 +01:00
Daniel Sanchez
c9ad4e624c
Set v3.0.1
2021-02-17 13:51:35 +01:00
Daniel Sanchez
ccb223d6ed
Merge pull request #1910 from gnosis/fix/#1905-threshold-reset-when-edit-tx-parameters
...
Fix threshold reset when edit tx parameters
2021-02-17 13:51:11 +01:00
Daniel Sanchez
5134c7b475
Merge pull request #1909 from gnosis/release/v3.0.0
...
Merge back release 3.0.0 to development
2021-02-17 09:27:26 +01:00
Daniel Sanchez
bda07eb33d
Store threshold value when editing transaction parameters
2021-02-15 20:21:42 +01:00
Daniel Sanchez
e4c122ddef
Merge pull request #1877 from gnosis/release/v2.20.0
2021-02-15 20:00:10 +01:00
Daniel Sanchez
1cb21c671f
Set v3.0.0
2021-02-15 17:47:25 +01:00
Daniel Sanchez
37f3b30112
Show Multisend information even when there is no details ( #1904 )
2021-02-15 16:55:33 +01:00
Tobias Schubotz
d115e4f532
Fix link in advanced params ( #1901 )
2021-02-15 15:13:43 +01:00
Daniel Sanchez
aaf14e80c7
Fix use of transaction parameters for threshold change transaction ( #1903 )
2021-02-15 15:12:59 +01:00
Fernando
49cdd2874e
[Transaction List v2] Pending status only if user signs the tx ( #1890 )
...
* prevent setting a tx to _pending_ if user didn't signed the tx
2021-02-15 09:56:12 +01:00
Fernando
9800ce78ef
add styles for failed-transaction ( #1897 )
2021-02-15 09:54:28 +01:00
Daniel Sanchez
0821ff4a04
Set v2.20.0
2021-02-12 16:53:05 +01:00
Agustin Pane
b6a167563b
Fix createTransaction nonce usage on removeSelectedModule ( #1892 )
2021-02-12 16:38:41 +01:00
Daniel Sanchez
906e90c1d0
Parse number|string|undefined for Safe App tx value ( #1891 )
2021-02-12 16:37:30 +01:00
fernandomg
1e0f8b9b7e
fix `[warning] react-hooks/exhaustive-deps`
2021-02-11 19:18:24 -03:00
fernandomg
0e23b8f6d3
fix columns alignment
2021-02-11 19:16:23 -03:00
Fernando
ded5e14257
[Transaction List v2] Prevent "Send Again" for ERC721 transfers ( #1889 )
2021-02-11 18:24:05 -03:00
Agustín Longoni
dbf34c759a
fix Advanced option style on Execute modal
2021-02-11 15:57:34 -03:00
Agustín Longoni
7a550e3ed3
fix Advanced option style on reject modal
2021-02-11 15:08:32 -03:00
Agustín Longoni
64defa776a
fix tree align and paddings
2021-02-11 15:07:49 -03:00
Fernando
d3538d2d83
Remove curried function from within `useCallback` hook ( #1882 )
2021-02-11 09:31:08 +01:00
Fernando
1994f62827
Avoid displaying `UNKNOWN` in owner's list ( #1881 )
2021-02-11 09:22:27 +01:00
Fernando
fa2262f8b0
[Transaction List v2] Action buttons tooltip ( #1884 )
...
* fix tooltip for action buttons
* add margin botton to the tooltip
Co-authored-by: Agustín Longoni <agustin.longoni@altoros.com>
2021-02-11 09:21:37 +01:00
Fernando
e9bc89488f
Group transactions by locale TZ ( #1883 )
2021-02-11 09:17:56 +01:00
Fernando
43287dd018
[Transaction List v2] - "Send to" action missing ( #1879 )
...
* show missing `Send to`s sentences
* remove "Send To", from 'spending limit' transactions details
2021-02-11 09:13:57 +01:00
Fernando
47762701e1
Fix dark block for tx details with empty 2nd row ( #1880 )
2021-02-10 20:47:02 +01:00
nicolas
4b089f3490
Add relative time in queue lists ( #1878 )
...
* Add relative time in queue lists
* Add all date-fns functions to src/utils/date
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
2021-02-10 20:39:18 +01:00