Dan
0d33aed20e
Fix tx-list-item submitted check.
2018-03-13 23:29:47 -02:30
Dan
c52253bb0e
Use correct name for submittedTime field in tx-list.js
2018-03-13 21:57:23 -02:30
Dan
46ded45b81
Use correct var name in new-ui showRetryButton
2018-03-13 21:38:08 -02:30
Dan
8c7988978f
Undefined check in showRetryButton
2018-03-13 21:32:22 -02:30
Dan
e293b6349c
Styling for dropped.
2018-03-13 21:15:35 -02:30
Dan
d6e4d2e80d
Use new submittedTime field to correctly show retry button in old and new ui.
2018-03-13 21:15:35 -02:30
Dan
179066fe6b
Set txMeta.time to reflect time of tx approval.
2018-03-13 03:26:37 -02:30
Dan
e6d1ce56e7
Improve phrasing of copy.
2018-03-13 03:11:45 -02:30
Dan
f805a2eb73
Fix gas calculation and nonce / forceGasMin state setting errors; retry button shows on correct tx.
2018-03-13 03:09:38 -02:30
Dan
c1ff927fa0
Lint fixes.
2018-03-09 10:00:37 -03:30
Dan
81e72147ef
Merge branch 'master' into retry-tx-refractor
2018-03-09 02:07:27 -03:30
Dan
2d6b378bf8
Adds inline opening of gas customization to confirm-send-ether screen.
2018-03-09 02:03:36 -03:30
Dan
5433d2fe3a
Retry transaction logic added to tx-list-item, confirm-send-ether, customize-gas-modal, and dependents.
2018-03-09 00:19:26 -03:30
Dan
6cee76b3e7
Add html and css for responsive retry button.
2018-03-08 16:12:25 -03:30
Dan J Miller
ca047b1ea0
Update network colours for better accessibility. ( #3469 )
2018-03-07 15:22:10 -03:30
kumavis
6a9ca29244
Merge branch 'master' into ImportAccountMessageV2
2018-03-06 17:13:57 -08:00
Dan Finlay
a4bd7992cd
Merge branch 'master' into ImportAccountMessageV2
2018-03-06 10:32:47 -08:00
Dan
376ffb758f
Shapeshift form handles market info unavailable errors.
2018-03-06 13:49:41 -03:30
Dan J Miller
1bd18cebd7
Fixes shapeshift coin selection dropdown. ( #3416 )
2018-03-05 13:33:46 -03:30
Thomas Huang
d3a0a27c0c
Merge branch 'master' into ImportAccountMessageV2
2018-03-02 18:26:52 -08:00
Alexander Tseung
f22dfd4ae8
Fix network menu for custom URLs ( #3366 )
2018-03-01 17:42:10 -03:30
Alexander Tseung
ace4f0d998
Fix exception thrown when styleOverride is not present ( #3364 )
2018-03-01 17:41:35 -03:30
kumavis
28c6347cdd
Merge pull request #3340 from danjm/i3338-contract-published-terminology
...
[NewUI] Replace 'Contract Published' label with 'Contract Deployment'
2018-02-28 11:16:55 -08:00
Dan
78f6a48664
Define event locally in onClickOutside method in account-dropdowns.js
2018-02-28 13:18:37 -03:30
Dan
2b9af0734b
Replace 'Contract Published' with 'Contract Deployment' for clearer indication of contract tx state.
2018-02-27 20:09:02 -03:30
Thomas
7aa324bdf6
Remove committed out merge code
2018-02-27 12:06:24 -08:00
Thomas
ac2e92fa54
Change Loose label to Imported
2018-02-27 12:02:48 -08:00
Dan Finlay
a1b72e5252
Try fixing notice screen synchronous state call
2018-02-20 13:51:06 -08:00
kumavis
4e8d9fef84
Merge pull request #3200 from alextsg/cb-703
...
[NewUI] Remove accessing PropTypes from main React package
2018-02-16 16:11:36 +00:00
Dan Finlay
ee1197192f
Merge pull request #3209 from danjm/MM-634-newui-reset-account
...
[NewUI] Add reset account button to new UI.
2018-02-13 19:50:19 +01:00
Dan J Miller
35c762da47
Updates the styling of confirm send ether and token screens. ( #3235 )
2018-02-12 22:51:05 -08:00
Dan J Miller
c8c2dfdc0f
Fixes shapeshift txs so that they render in tx list. ( #3208 )
2018-02-08 16:40:15 -08:00
Dan
cd976a2765
Add reset account button to new UI.
2018-02-08 20:23:16 -03:30
Alexander Tseung
e9c2c0eec1
Make blockies icon round to match identicons ( #3205 )
2018-02-07 18:46:27 -08:00
Alexander Tseung
8b90b1d1b1
Remove accessing PropTypes from main React package
2018-02-06 22:03:37 -08:00
Dan J Miller
9ed3a5512e
Fix alignment of ellipsis and address in wallet view. ( #3198 )
2018-02-06 16:51:32 -08:00
Dan J Miller
d84dc5da42
Remove duplicate token balance on uat next. ( #3195 )
2018-02-06 10:21:21 -08:00
Alexander Tseung
d452403322
Add functional integration testing to Add Token flow ( #3189 )
2018-02-05 18:47:46 -08:00
Dan J Miller
d4da419c5b
Wallet view supports screen sizes between 576px and 667px ( #3193 )
2018-02-05 18:31:21 -08:00
Dan J Miller
78bce55858
[NewUI] Use tooltip for copy to clipboard helper text on main screen. ( #3120 )
...
* Use tooltip for display of helper text in wallet views copy to clipboard feature.
* Use react-tippy in wallet-view.js; center arrow tooltip throughout tooltip text change.
* Remove unnecessary tabIndex attribute from wallet view address element.
2018-01-31 16:27:35 -08:00
Chi Kei Chan
77c545336b
Merge branch 'uat' into newmaster
2018-01-19 15:29:36 -08:00
Alexander Tseung
b05d21b1ba
Fix transaction list font sizes, padding
2018-01-18 13:34:57 -08:00
Kevin Serrano
5fff2e19d8
Merge pull request #3024 from alextsg/cb-529
...
[NewUI] Update popout to fullscreen icon
2018-01-18 12:39:09 -08:00
Dan J Miller
4fae461a67
[NewUI] Send screen gas loading fixes ( #3027 )
...
* Allow entering amount, but disable validation of amount, opening of gas customizer or clicking of next, when gas loading in send.
* Fix variable name.
2018-01-17 20:47:01 -08:00
Alexander Tseung
f8bf8cb527
Update popout to fullscreen icon
2018-01-17 17:56:18 -08:00
Alexander Tseung
40e58d3132
Fix tx-list, confirmation screen styling
2018-01-17 13:50:16 -08:00
Chi Kei Chan
ba0762c582
Merge pull request #3005 from alextsg/cb-385
...
[NewUI] Fix rendering QR code in full screen old UI, hide unnecessary back button
2018-01-17 13:49:48 -08:00
Thomas
8c792ba3ee
Add network-indicator classname to network loading spinner
2018-01-17 10:51:23 -08:00
Alexander Tseung
65e9d9efc5
Fix rendering QR code in old UI, hide unnecessary back button
2018-01-16 17:41:42 -08:00
Alexander Tseung
ccb80594be
Readjust gas fees when switching networks on the send screen
2018-01-16 17:26:34 -08:00