Commit Graph

33 Commits (9f5ee94b6937c741684de5e70ac0f9fea5f50226)

Author SHA1 Message Date
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) 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) 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