Commit Graph

114 Commits (86a8c98148447916915da99962d82ec5c5dd6cb7)

Author SHA1 Message Date
Dan d2845afd89 Remove input arrows for send screen amount row on firefox. 6 years ago
Dan d5133fb429 Fix issues with scrollbar in currency display. 6 years ago
trejgun c27dfb01bb refactor gas-fee-display component 6 years ago
Whymarrh Whitby 3123073659 Scroll large amounts in the send component 6 years ago
Dan 6c9302f985 Remove leading zeroes from send screen amount row input. 6 years ago
Dan 36de213c6c Fix currency-display.js rendering of token amounts. 6 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
Dan e488c0eeea Delete dead send code. 7 years ago
Dan 26f965bcce Further refactors; includes refactor of send-v2.js and associated container 7 years ago
Paul Bouchon 1bad3fa257
Allow transactions with 0-gwei gas price (#4073) 7 years ago
bitpshr cce123c30e Show checksummed addresses throughout the UI 7 years ago
bitpshr d0447f9058 Maintain token prices using a background service 7 years ago
bitpshr a350e80fee Fetch token prices based on contract address 7 years ago
Alexander Tseung f96c13d616 Refactor page-container component structure 7 years ago
Dan d8adc527f1 Lint fix. 7 years ago
Dan 1382de2cda Internationalize converted value in currency-input.js 7 years ago
Dan 0a711f0de0 Removes t from props via metamask-connect and instead places it on context via a provider. 7 years ago
Dan 8e6ab7df05 Checking for sufficient balance in confirm ether screen; includes error messages for user. 7 years ago
Dan be2254b880 Remove comments and console.logs 7 years ago
Dan a109a774a5 Use ens-input component in send-v2 to allow sending to ens names. 7 years ago
Dan a82631791e Lint fixes 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 J Miller 5cdaf270f7
Don't block user from setting gas if estimating gas returns errors. (#3627) 7 years ago
Dan 09260f9c5e Fixed t() calls where localeMessages is missing; and fix incorrect connect reference. 7 years ago
anticlimactic a1db40047c Remove unused files from ui folder. (#3577) 7 years ago
Dan 5fe0be722b Handle i18n with redux. 7 years ago
kumavis 34aeef50a0 i18n - load locales manually 7 years ago
Dan 2d6b378bf8 Adds inline opening of gas customization to confirm-send-ether screen. 7 years ago
Nick Doiron 9c133aaab3 get t imported in all files currently using i18n 7 years ago
Nick Doiron 99898ac775 better organization of locale file; i18n in more view files 7 years ago
Dan J Miller 4fae461a67 [NewUI] Send screen gas loading fixes (#3027) 7 years ago
Alexander Tseung ccb80594be Readjust gas fees when switching networks on the send screen 7 years ago
Dan 9ced63584b Add constanst for token transfer function signature. 7 years ago
Dan 5fe3c5aae6 Lint fixes. 7 years ago
Dan bf4043c59b Adds updateTransaction to background and used it to update after editing in send-v2. 7 years ago
Alexander Tseung e226b10a89 Add react-router to allow use of the browser back button 7 years ago
Dan 2e9137dddd Update max amount behaviour to meet new specs. 7 years ago
Dan Finlay c6713e93ad Fix bug where gas param was not a string 7 years ago
Dan 9e3f921ba9 Create single action for updating all of send in redux state. 7 years ago
Dan 34ca7290c5 Allow editing of send ether. 7 years ago
Dan 08d9ecc045 Cursor pointer and hover background on from and to dropdown items. 7 years ago
Dan a33ced3994 Focus amount input when click anywhere in amount field container 7 years ago