Dan Miller
0ff0a9c197
Show the retry button on latest tx of earliest nonce.
6 years ago
Whymarrh Whitby
f9871fe60b
Open UI in browser post-new-UI-switch
6 years ago
Whymarrh Whitby
0fd8862c5e
Don't show an additional beta UI notification
...
When a user has opted-in to the new UI from the announcement, we don't
need an additional notification letting the user know that they've
switched.
6 years ago
Whymarrh Whitby
89c74ac4ad
Rewrite AccountQrScreen to use flexbox
...
The old QR screen was absolutely positioning everything which broke when
the app bar resized for the new UI announcement. This change, while futile*,
makes the QR screen less bad.
* futile because the old UI is being deprecated
6 years ago
Whymarrh Whitby
6326dab186
Remove suggestion from bottom of old UI onboarding
6 years ago
Whymarrh Whitby
d16f25fc20
Add NewUiAnnouncement component
6 years ago
Whymarrh Whitby
6ae76fee33
Add banner suggesting new UI
6 years ago
Whymarrh Whitby
1d6227d718
Move the old UI's AppBar into its own component
6 years ago
Esteban MIno
b580f60d74
earliest tx by submittedTime
6 years ago
Esteban MIno
c8d45cb4a8
only show retry button on earliest pending tx
6 years ago
Whymarrh Whitby
46ee290114
Don't persist the seed phrase in the old UI restore flow
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
Koh Wei Jie
f17d99f81c
Fixed lint error
6 years ago
Koh Wei Jie
f4d085550e
fixed blank boolean field for typed signing for old UI
6 years ago
kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
6 years ago
Whymarrh Whitby
df6d03cefd
Fix account list order for the old UI
7 years ago
Yung chieh Tsai
68d119ce3f
Update app
7 years ago
MikeCheng1208
695b157e7b
Intergrate ENS with IPFS
7 years ago
kumavis
0b84ceae68
old-ui - app - use state.metamask.selectedAddress instead of currentView.context
7 years ago
kumavis
5d8dd1df0e
old-ui - ens-input - fix params passed to input
7 years ago
Whymarrh Whitby
924cc1fcf7
Move setAccountLabel into PreferencesController
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
kumavis
a1d13d45cf
lint - cleanup some unused variables
7 years ago
kumavis
6f316ca450
network - remove setNetworkEndpoints
7 years ago
Paul Bouchon
5ec631cad3
Handle Promise rejections when importing accounts ( #4142 )
...
* Silently catch import failures since errors exist in Redux state
* Add comment about no-op catch statement
7 years ago
bitpshr
805c161704
Update old UI ShapeshiftForm to gracefully handle errors
7 years ago
Paul Bouchon
1bad3fa257
Allow transactions with 0-gwei gas price ( #4073 )
...
* Allow transactions with 0-gwei gas price
* Add tests to verify tx with 0 gas fee
* Conditionally use CurrencyInput in CurrencyDisplay
7 years ago
Alexander Tseung
9e41f58af2
Clean up network config
7 years ago
Alexander Tseung
b0a105ce80
Fix confirmation popup not always opening
7 years ago
bitpshr
7129d7c0f3
Require loglevel singleton in each module that uses it
7 years ago
nyatla
311d3530e3
ローカライズファイル以外を元に戻した
7 years ago
Thomas
4ffa74cbe6
Change double-quotes to single-quotes
7 years ago
Thomas
18e0a7e4f9
Add target=_blank exportAsFile
7 years ago
kumavis
f0e4097972
lint - remove use of 'event' global
7 years ago
kumavis
b7b95f269d
old-ui - lint fixes
7 years ago
Dan Finlay
4d2d3d4430
Increase permitted safe gas limit
...
Block gas limits have been incredibly stable lately:
https://etherscan.io/chart/gaslimit
And this validation has prevented Aragon's new beta from working:
https://twitter.com/izqui9/status/979373309312815104
Fixes #3790
7 years ago
kumavis
10609493c5
ui - use relative location for images
7 years ago
Dan
21b6a3442d
Fix display of unapprovedMessages in txList (old and new ui); includes fix of undefined txParams.
7 years ago
Dan
7c9fcf26ba
Stop using navigateTo for external link in settings.
7 years ago
Dan
bf3c5add08
Adds styles for dropped txs in old-ui.
7 years ago
Dan
80a2e59194
Correctly set latest submitted retry with nonces that matches others in old-ui transaction-list-item.
7 years ago
Dan
8c7988978f
Undefined check in showRetryButton
7 years ago
Dan
d6e4d2e80d
Use new submittedTime field to correctly show retry button in old and new ui.
7 years ago
Dan Finlay
26231a42b6
Fix grammar
7 years ago
kumavis
a52ef7a06a
ui - lint fix
7 years ago
Alexander Tseung
4b2e52795d
Explicitly define state in import account from json component ( #3491 )
7 years ago
Dan Finlay
b87687110d
Replace Lock wording with Log Out / Log In
...
Fixes #2475
7 years ago
Dan J Miller
303801d276
Ensure this reference is defined in old-ui info.js ( #3450 )
7 years ago
criw
b393b54e35
FIX #3440 improved verification of restore from seed phrase
7 years ago
Dan J Miller
0c163dcb32
Allow adding 0 balance tokens in old ui and editing custom token info in new ( #3395 )
...
* Shows tokens with 0 balance in old ui; goHome after adding tokens.
* Allow users to edit custom token info when not autofilled. (New UI add token screen).
7 years ago