Alexander Tseung
|
31089778ba
|
Add raised type buttons to Button component. Refactor all buttons within app to Button components
|
2018-09-12 19:48:51 -07:00 |
|
Dan
|
b3d78ed8a1
|
Remove send_ directory, revert to just having send
Revert accidentally changed constants.
Require defaults in ens-input, gas-fee-display and confirm screens.
|
2018-07-16 12:58:32 -02:30 |
|
Sara Reynolds
|
6bc7647c05
|
fixes 4666
|
2018-07-03 16:05:20 -07:00 |
|
Dan
|
957d729c17
|
Only show the customize gas modal if the estimateGas call is not currently in flight.
|
2018-06-19 13:23:33 -02:30 |
|
Dan
|
701611e317
|
Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-estimation
|
2018-05-31 15:39:24 -02:30 |
|
Dan
|
5091b03e4b
|
Merge branch 'develop' into i3725-refactor-send-component-
|
2018-05-31 15:28:03 -02:30 |
|
Alexander Tseung
|
f4d833cb09
|
Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons
|
2018-05-31 10:37:52 -07:00 |
|
Dan
|
166fda5877
|
Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
6f633a97e1
|
Rename gas change actions.
|
2018-05-30 20:54:31 -02:30 |
|
Dan
|
6bc8cc819a
|
Merge branch 'develop' into i3725-refactor-send-component-
|
2018-05-14 11:44:50 -02:30 |
|
Dan
|
0076b732bd
|
Rename ducks/send.js to ducks/send.duck.js
|
2018-05-14 09:49:09 -02:30 |
|
Dan
|
7c49009854
|
Unit tests for containers, utils and selectors in send_/
|
2018-05-05 11:58:14 -04:00 |
|
Dan
|
26f965bcce
|
Further refactors; includes refactor of send-v2.js and associated container
|
2018-04-30 13:05:48 -02:30 |
|
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
|
2018-04-27 10:42:02 -04:00 |
|
Dan
|
893f82491d
|
Merge branch 'master' into i3471-checkbalanceonconfirmscreen
|
2018-03-29 23:58:45 -02:30 |
|
Dan
|
0a711f0de0
|
Removes t from props via metamask-connect and instead places it on context via a provider.
|
2018-03-29 12:42:38 -02:30 |
|
Dan
|
d6ebf5d94e
|
Confirm send token detects if balance is sufficient for gas.
|
2018-03-28 12:30:03 -02:30 |
|
Dan
|
4f0881e41b
|
Merge branch 'master' into i18n-translator-redux
|
2018-03-26 16:13:49 -02:30 |
|
Alexander Tseung
|
cfa2592d78
|
Update button styles
|
2018-03-25 22:58:04 -07:00 |
|
Dan
|
d24a0590d3
|
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
|
2018-03-21 22:11:47 -02:30 |
|
kumavis
|
29cc2f8ab9
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
|
2018-03-20 13:01:08 -07:00 |
|
Dan
|
09260f9c5e
|
Fixed t() calls where localeMessages is missing; and fix incorrect connect reference.
|
2018-03-19 16:39:37 -02:30 |
|
Dan
|
5fe0be722b
|
Handle i18n with redux.
|
2018-03-15 21:59:45 -02:30 |
|
Dan
|
66422cd083
|
Force gas min has correct precision and is set when editing gas if max.
|
2018-03-14 22:29:43 -02:30 |
|
kumavis
|
34aeef50a0
|
i18n - load locales manually
|
2018-03-14 16:32:35 -07:00 |
|
Dan
|
798988597b
|
Merge branch 'master' into retry-tx-refractor
|
2018-03-14 00:02:27 -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
|
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 |
|
Nick Doiron
|
abfa74f09a
|
complete i18n across new UI
|
2018-01-29 15:29:01 -05:00 |
|
Nick Doiron
|
7da52c5997
|
separate out cross-browser i18n for extensions
|
2018-01-24 10:10:28 -10:00 |
|
Nick Doiron
|
99898ac775
|
better organization of locale file; i18n in more view files
|
2018-01-23 22:14:47 -10:00 |
|
Nick Doiron
|
bad70eb1b3
|
first steps to i18n
|
2018-01-22 23:48:03 -10:00 |
|
Dan
|
2e9137dddd
|
Update max amount behaviour to meet new specs.
|
2017-12-06 21:15:39 -08:00 |
|
Dan Finlay
|
28409294c3
|
Remove unneeded type casting
|
2017-11-21 03:42:46 +08:00 |
|
Dan Finlay
|
c6713e93ad
|
Fix bug where gas param was not a string
Prevented sending transactions.
Fixes #2598
|
2017-11-21 03:42:46 +08:00 |
|
Dan
|
960cc8abcb
|
Gas customzier does not consider amount when sending tokens.
|
2017-11-15 15:29:57 -03:30 |
|
Thomas Huang
|
5120cfdff3
|
Linting
|
2017-11-10 14:07:27 -08:00 |
|
Dan
|
8c6e1232e4
|
Lint fixes.
|
2017-11-06 16:14:46 -03:30 |
|
Dan
|
716bbf67d7
|
Set gas price allows for WEI precision.
|
2017-11-06 16:07:02 -03:30 |
|
Dan
|
b16946723f
|
Insufficient balance warning in gas customizer works for send token
|
2017-11-06 16:03:05 -03:30 |
|
Dan
|
56e9f98bd0
|
More lint fixes
|
2017-11-02 09:45:59 -02:30 |
|
Dan
|
5a94775b3f
|
Lint fixes for NewUI-flat.
|
2017-11-02 00:00:33 -02:30 |
|
Dan
|
220da24f9a
|
Change min gas price to 0.1 GWEI
|
2017-10-26 12:25:33 -07:00 |
|
Dan
|
f89b766534
|
Adds revert feature to customize gas modal.
|
2017-10-25 12:19:29 -07:00 |
|
Chi Kei Chan
|
2b72b70647
|
Add GWEI to gas price unit
|
2017-10-25 01:17:17 -07:00 |
|
Chi Kei Chan
|
0d522139ba
|
Fix gas input styling on mobile view
|
2017-10-25 01:08:14 -07:00 |
|
Dan
|
e737a9565a
|
Improve customize gas modal error handling
|
2017-10-23 22:41:30 -07:00 |
|
Dan
|
c2880c4b8f
|
Min and default gas price, limit, total; comments out code for gas slider.
|
2017-10-19 12:34:34 -07:00 |
|
Dan
|
f81226fbe9
|
Move all of send state to metamask state.
|
2017-10-18 20:21:46 -07:00 |
|
Dan
|
a9244f5e42
|
Customize Gas connected to state
|
2017-10-15 23:09:05 -04:00 |
|