Sara Reynolds
dcf8e0ed12
lint fix
6 years ago
Sara Reynolds
684fc710ee
Fix edge cases and add translation compatibility
6 years ago
Sara Reynolds
4014b279d7
Update onlyRenderConversions function to method and account for edge cases
6 years ago
Sara Reynolds
8d8de0508a
Fixes conversion status for tokens without conversion rates
6 years ago
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.
6 years ago
trejgun
491f2d03cf
move removeLeadingZeroes to utils, add test
6 years ago
Dan
d2845afd89
Remove input arrows for send screen amount row on firefox.
7 years ago
Dan
d5133fb429
Fix issues with scrollbar in currency display.
7 years ago
Whymarrh Whitby
3123073659
Scroll large amounts in the send component
7 years ago
Dan
6c9302f985
Remove leading zeroes from send screen amount row input.
7 years ago
Dan
36de213c6c
Fix currency-display.js rendering of token amounts.
7 years ago
Dan
ffd42c59da
Default currency-display valueToRender to empty string when not readOnly ('0' if readOnly).
7 years ago
Dan
990b69c655
Improve input width calculation in currency-display.js
7 years ago
Dan
67c74cd5b6
Fix currency display send integration tests.
7 years ago
Dan
2eddb7b652
Support smaller decimals in currency-display
7 years ago
Dan
166fda5877
Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method.
7 years ago
Dan
7f23e017b2
Delete currency-input.js
7 years ago
Dan
f33bb3e2fd
Stop using external NumericInput component.
7 years ago
Dan
ea28c8a437
Replaces currency-input.js with NumericInput
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
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
Dan
d8adc527f1
Lint fix.
7 years ago
Dan
1382de2cda
Internationalize converted value in currency-input.js
7 years ago
Dan
be2254b880
Remove comments and console.logs
7 years ago
Dan
d24a0590d3
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
7 years ago
Dan
9e3f921ba9
Create single action for updating all of send in redux state.
7 years ago
Dan
a33ced3994
Focus amount input when click anywhere in amount field container
7 years ago
Dan
5a0126f17b
Rounding of vals < 0.01 in currency display consistent with master.
7 years ago
Dan
d1977225a4
Calculate max amount for send ether based on minimum gas total.
7 years ago
Dan
c156c85eaa
Fix amount max for sending token.
7 years ago
Dan
c57d504794
Add currency-input component to correct send amount behaviour and move currency display value state to parent component.
7 years ago
Dan
56e9f98bd0
More lint fixes
7 years ago
Dan
5a94775b3f
Lint fixes for NewUI-flat.
7 years ago
Dan
09d659614e
Cleaner implementation of currency-display input.
7 years ago
Dan
b3dad510b7
Improve precision in send and confirm.
7 years ago
Chi Kei Chan
8f3b762461
Fix Conversions bugs; Fiat value bugs
7 years ago
Dan
332c7441b6
Get currency from state in account details, send and confirm screens.
7 years ago
Dan
60eda592b5
Handling to and amount errors.
7 years ago
Dan
ac43872c1a
Enable send-v2 functionality.
7 years ago
Dan J Miller
803eaaf968
[NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state ( #2364 )
...
* Adds memo field to send-v2.
* Vertical align transaction with flexbox.
* Customize Gas UI
* Remove internal state from InputNumber and fix use in gastooltip.
* Move customize-gas-modal to its own folder and minor cleanup
* Create send container, get account info from state, and make currency display more reusable
* Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
7 years ago
Dan
7ec77e0b45
Refactor amount input: dynamic input width with vanilla js.
7 years ago
Dan
2898914a54
Send v2 amount unit moves correctly.
7 years ago
Dan
ea7926c211
Adds amount and gas field to sendV2.
7 years ago