kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
6 years ago
Dan
049071a743
Access correct property from state in confirm screen components gatherTxMeta()
7 years ago
03-26
ccd4884db1
i18n - ja improvements
7 years ago
Whymarrh Whitby
d9d09f953b
Render the accounts in keyring order
7 years ago
Whymarrh Whitby
8b449b325d
Remove unused identities reducer from UI
7 years ago
Whymarrh Whitby
665ac860e5
Remove selectedIdentity prop from wallet view
...
The selectedIdentity property is computed based on the selectedAddress
which means that using both the selectedAddress and the selectedIdentity
is redundant. In the case of the Array#find call on the set of keyrings,
we wouldn't have a situation where one is included and the other isn't.
This changeset removes the selectedIdentity from the wallet view because
it isn't needed.
7 years ago
Whymarrh Whitby
762695bfd9
Ensure selectedAddress exists when render wallet
7 years ago
Dan J Miller
3b6e96bac9
Update hide-token-confirmation-modal.js to use new modalState schema ( #4482 )
...
* Update hide-token-confirmation-modal.js to use new modalState schema (added in 41e38fe55
).
* Fix modalState props
7 years ago
Dan
ada59054c9
Simplify recipient code check in send.utils estimateGas
7 years ago
Alexander Tseung
5a2771dd47
Indicate the current selected account on the popup account view ( #4445 )
7 years ago
Dan
ffd42c59da
Default currency-display valueToRender to empty string when not readOnly ('0' if readOnly).
7 years ago
Dan
1b879f45bc
Fix calculation of data property for gas estimation on token transfers.
7 years ago
Bobby Dresser
966583026a
update helpscout links to zenhub
7 years ago
Alexander Tseung
fd98ed570e
Fix ellipses
7 years ago
Dan
2ca084b055
Remove .only
7 years ago
Alexander Tseung
cc73d869fe
Add new alert modals
7 years ago
Alexander Tseung
f4d833cb09
Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons
7 years ago
Dan
990b69c655
Improve input width calculation in currency-display.js
7 years ago
Dan
d454b5de2b
Token name is not hidden in wallet if balance is exceptionally long.
7 years ago
Dan
67c74cd5b6
Fix currency display send integration tests.
7 years ago
Dan
1bde2892ec
Improve efficiency of estimateGasPriceFromRecentBlocks
7 years ago
Dan
0f3480a97f
Fix then-catch + error handling in import-account
7 years ago
kumavis
64aa56b5a6
test - send-utils.test - lint fix
7 years ago
Dan
5a842e440f
Gas estimation uses block gas limit as fallback if query.estimateGas returns an expected error.
7 years ago
Dan
0f20fce9b7
Auto update gas estimate when to changes.
7 years ago
Dan
2eddb7b652
Support smaller decimals in currency-display
7 years ago
Dan
4f0b4eef50
Estimate gas using same algorithm as backend.
7 years ago
Dan
166fda5877
Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method.
7 years ago
Dan
17909465f2
getParamsForGasEstimate extracts symbol from token instead of just accepting symbol.
7 years ago
Dan
6f633a97e1
Rename gas change actions.
7 years ago
Dan
8b6d08a15d
Split out getGasEstimate logic from updateGasTotal
7 years ago
Dan
6d8344d0d0
Update amount error on update of send screen.
7 years ago
Dan
1c3d2aa18b
Importing account by json and private key shows error and does not change account if no selectedAddress comes after import.
7 years ago
Alexander Tseung
389346913b
Prevent loading screen from overlaying the app bar ( #4417 )
7 years ago
Alexander Tseung
d40971e7f3
Fix error handling on incorrect password ( #4401 )
7 years ago
Dan
5347319dff
Fix setting of token balance on account switch in send screen from field.
7 years ago
Dan
7f23e017b2
Delete currency-input.js
7 years ago
Dan
2e1d962b1a
Remove currency input from input-number
7 years ago
Dan
f33bb3e2fd
Stop using external NumericInput component.
7 years ago
Alexander Tseung
41e38fe553
Add notification for dropped retry transactions ( #4363 )
7 years ago
Alexander Tseung
e3c9629130
Fix add-token token list placeholder width ( #4365 )
7 years ago
Alexander Tseung
d1f5d8ccc6
Fix text field labels of first time flow. Add text fields to storybook ( #4389 )
7 years ago
Dan
ea28c8a437
Replaces currency-input.js with NumericInput
7 years ago
kumavis
a7b7c8f034
newui - unlock - dont catch errors unrelated to tryUnlockMetamask
7 years ago
Dan
e712336189
Send refactor: fix error handling and form disabling in send form.
7 years ago
Dan
0de765aa25
Clean up for send refactor PR.
7 years ago
Dan
dc2b5d0ef4
Move formShouldBeDisabled from send-footer util to component.
7 years ago
Dan
3a87d9221d
Fix order of button text in page-container-footer.
7 years ago
Dan
5bb399e55a
Display correct titles and subtitles on send token and editing send transaction screens.
7 years ago
Dan
1405237479
Fix display of primary currency symbol in send amount row
7 years ago