Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert replacing "ETH" with "TAN" | Chen Wei | 2019-07-02 | 1 | -1/+1 |
| | |||||
* | Fix styles on 'import account' page, update help link (#6700) | Kirill Goncharov | 2019-06-17 | 1 | -0/+1 |
| | | | | | | * Fix styles on 'import account' page, update help link * Update changelog | ||||
* | Wrap smaller custom block explorer url text (#6714) | Thomas Huang | 2019-06-17 | 1 | -1/+6 |
| | |||||
* | MetaMorph - Spacing and Typeface on Extension Main view (#6584) | Chi Kei Chan | 2019-06-13 | 2 | -7/+31 |
| | | | | | | | | | | | | | | | | | | | | * wip * Style Update: Mobile App Header * wip * Style Update: mobile menu-bar * Style Update: Primary and Secondary balance on mobile main view * Style Update: Spacing for transaction-list and transaction-list-item * Address PR Comments * Fix full-width view * line-height fixes | ||||
* | Revert "fixed #5524" | Jenny Pollack | 2019-06-07 | 1 | -37/+1 |
| | | | | This reverts commit c8cb4ba3705478a16cd1e39f8edc1f277bb2ede6. | ||||
* | Improved UX for sweeping accounts (#6488) | Etienne Dusseault | 2019-05-21 | 1 | -5/+50 |
| | | | | | | | | | | | | * Changed max button to checkbox, disabled input if max mode is on, recalculate price according to gas fee if max mode is on * Disabled insufficient funds message in the modal if max mode is on, displays proper amounts in modal when max mode is on, sets the send amount according to custom gas price after gas modal save, resets the send amount after resetting custom gas price * Disabled max mode checkbox if gas buttons are loading, refactored gas-modal-page-container * Implemented new max button & max mode message. Moved insufficient funds error to underneath the send amount field * Fixed existing integration test to pass, created new tests to ensure send amount field is disabled when max button is clicked and the amount changes when the gas price is changed. Refactored some components | ||||
* | fixed #5524 | Alex Ivasyuv | 2019-05-15 | 1 | -1/+37 |
| | |||||
* | Set max-width on network dropdown and ellipsis long network name (#6494) | Chi Kei Chan | 2019-04-25 | 1 | -1/+6 |
| | |||||
* | Make height consistent on all row in send-content (#6480) | Chi Kei Chan | 2019-04-18 | 1 | -3/+11 |
| | | | | | | | | * Update all send-content row to 54px height * Remove header subtitle * Remove tests that check for send screen subheader | ||||
* | Add token selection to the send screen (#6445) | Chi Kei Chan | 2019-04-18 | 1 | -3/+101 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move send to pages/ * Fix unit tests * Finish UI * Integrate asset dropdown to send actions * Remove console.log * Hide asset change during edit * Enable switch from send token to seand eth * Enable switching from token to eth when editing * Fix linter * Fixing test * Fix unit tests * Fix linter * Fix react warning; remove console.log * fix flat test * Add metrics * Address code review comments * Consistent spacing between send screen form rows. * Reduce height of gas buttons on send screen. * Make send screen gas button height dependent on size of contents. | ||||
* | Merge pull request #6468 from chikeichan/network-indicator-style-fix | Thomas Huang | 2019-04-18 | 1 | -1/+23 |
|\ | | | | | Fix switcher height when Custom RPC is selected or loading | ||||
| * | Fix switcher height when Custom RPC is selected or when network is loading | Chi Kei Chan | 2019-04-17 | 1 | -1/+23 |
| | | |||||
* | | feature: add Goerli support (#6459) | Paul Bouchon | 2019-04-18 | 1 | -0/+4 |
|/ | |||||
* | Update buttons & colors to match design system (#6446) | Chi Kei Chan | 2019-04-17 | 6 | -232/+58 |
| | | | | | | | | | | | | | | | | * Refactoring button styles * renaming buttons * Add Link and Button styles * Update new btn styles and storybook * Fix tests * Change font weight; Update storybook * Fix linter | ||||
* | New settings page rebased (#6333) | Dan J Miller | 2019-03-26 | 1 | -8/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New setting tab * Add InfoTab * Add Advanced tab * Add Security Tab * Finish mobile view * Make new setting page responsive * Fix linter * Fix y scrolling * Update link in network dropdown * Fix e2e tests * Remove duplicate translation key * Resolve merge conflict * Only change settings header in popup view. * Place mobile-sync button in advanced-tab of settings | ||||
* | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test | ||||
* | Add togglable advanced gas controls on send and confirm screens (#6112) | Dan J Miller | 2019-02-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | * Extract advanced gas input controls to their own component * Add advanced inline gas toggle to settings * Add optional advanced inline gas to send send screen * Adds optional advanced gas inputs to the confirm screen * Add info modals for advanced gas inputs. * Fix translation of advance gas toggle description. * Lint and unit test fixes for inline-advanced-gas-inputs * Increase margin above advanced options button on send screen * Move methods from constructor to property syntax in advanced-gas-inputs.component | ||||
* | Add visual indicator when displaying a cached balance (#5854) | Dan J Miller | 2019-01-30 | 2 | -0/+30 |
| | |||||
* | Prevent send to token warning (#6058) | Esteban Miño | 2019-01-24 | 1 | -0/+7 |
| | |||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 7 | -77/+25 |
| | | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding | ||||
* | Add scrolling button to account list | Alexander Tseung | 2019-01-04 | 2 | -155/+0 |
| | |||||
* | Improve styling of loading retry / error screen | Dan Miller | 2018-12-13 | 1 | -0/+6 |
| | |||||
* | Adds network loading retry / error screen. | Dan Miller | 2018-12-13 | 1 | -0/+21 |
| | |||||
* | Replace height: 100% rule with workaround for flexbox quirks | Whymarrh Whitby | 2018-12-06 | 1 | -1/+2 |
| | |||||
* | Fix styling of send screen in extension view when hex data on. | Dan Miller | 2018-12-04 | 1 | -3/+1 |
| | |||||
* | Make gas customization modal responsive. | Dan Miller | 2018-12-04 | 3 | -0/+6 |
| | |||||
* | Integrate gas buttons with the send screen. | Dan Miller | 2018-12-04 | 1 | -1/+29 |
| | |||||
* | Adds basic tab content to gas customizer, with styled button group (static, ↵ | Dan Miller | 2018-12-04 | 1 | -0/+1 |
| | | | | for now). | ||||
* | Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵ | Dan Miller | 2018-12-04 | 2 | -51/+1 |
| | | | | customize modal. | ||||
* | Adds new gas customization modal container (without content) | Dan Miller | 2018-12-04 | 1 | -0/+1 |
| | |||||
* | Show disabled cursor in .network-disabled state (#5829) | Whymarrh Whitby | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | fix merge conflicts | brunobar79 | 2018-11-21 | 2 | -38/+6 |
|\ | |||||
| * | Fix button styling for Create Account Connect (#5787) | Alexander Tseung | 2018-11-20 | 1 | -38/+4 |
| | | |||||
| * | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value | ||||
* | | fix merge conflicts | brunobar79 | 2018-11-07 | 5 | -6/+19 |
|\| | |||||
| * | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 2 | -0/+13 |
| | | |||||
| * | Fix raised button min-height (#5613) | Alexander Tseung | 2018-10-26 | 1 | -0/+1 |
| | | |||||
| * | Fix button styling for overflowing text (#5602) | Alexander Tseung | 2018-10-25 | 1 | -2/+2 |
| | | |||||
| * | Fix signature request styling issues (#5574) | Alexander Tseung | 2018-10-23 | 1 | -1/+1 |
| | | |||||
| * | Fix account display width for large currency values | Alexander Tseung | 2018-10-21 | 1 | -3/+2 |
| | | |||||
* | | fix merge conflicts | brunobar79 | 2018-10-21 | 1 | -12/+0 |
|\| | |||||
| * | Extract Add Token button into its own component | Whymarrh Whitby | 2018-10-18 | 1 | -12/+0 |
| | | |||||
* | | fix conflicts | brunobar79 | 2018-10-17 | 9 | -241/+82 |
|\| | |||||
| * | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 2 | -0/+9 |
| | | |||||
| * | Improvement: Reposition customize gas error (#5265) | Sean | 2018-10-01 | 1 | -2/+4 |
| | | |||||
| * | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 1 | -0/+9 |
| | | | | | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction | ||||
| * | Merge pull request #5241 from MetaMask/refactor-settings | Alexander Tseung | 2018-09-21 | 2 | -216/+0 |
| |\ | | | | | | | Refactor settings page to use JSX and follow component file folder st… | ||||
| | * | Refactor settings page to use JSX and follow component file folder structure | Alexander Tseung | 2018-09-20 | 2 | -216/+0 |
| | | | |||||
| * | | Move main-container wrapper div into its own class | Whymarrh Whitby | 2018-09-20 | 2 | -1/+11 |
| | | | |||||
| * | | Prevent loading screen from overlaying the app bar | Whymarrh Whitby | 2018-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Refs #4417 This change is functional copy of 3893469 that solves the problem in a way that doesn't depend on the height of the app bar since the app bar isn't a fixed height in the smaller views. | ||||
| * | | Make the LoadingScreen component 100% as tall as its container | Whymarrh Whitby | 2018-09-20 | 1 | -10/+1 |
| | | | |||||
| * | | Remove unused loading-overlay--full-screen CSS styles | Whymarrh Whitby | 2018-09-20 | 1 | -7/+0 |
| |/ | | | | | | | Refs #4417 | ||||
| * | Merge branch 'develop' into eip-712 | Paul Bouchon | 2018-09-18 | 1 | -4/+13 |
| |\ | |||||
| | * | Improvement: Increase click area for arrows (#5264) | Sean | 2018-09-16 | 1 | -1/+10 |
| | | | |||||
| | * | follow up style fix to #5242 | chadmg | 2018-09-14 | 1 | -3/+3 |
| | | | |||||
| * | | Implement latest EIP-712 protocol | bitpshr | 2018-09-14 | 1 | -0/+19 |
| |/ | |||||
| * | Merge pull request #5182 from MetaMask/tx-activity | Alexander Tseung | 2018-09-13 | 2 | -4/+15 |
| |\ | | | | | | | Add Transaction Details to the Transaction List view | ||||
| | * | Add raised type buttons to Button component. Refactor all buttons within app ↵ | Alexander Tseung | 2018-09-13 | 2 | -4/+15 |
| | | | | | | | | | | | | to Button components | ||||
| * | | increase z-index of send-to input to allow for right-click (#5242) | Chad Grimaldi | 2018-09-13 | 1 | -0/+4 |
| |/ | |||||
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-09-06 | 4 | -175/+2 |
|\| | |||||
| * | Adds sidebar component and refactors slide in wallet view sidebar to use it. | Dan Miller | 2018-08-29 | 1 | -15/+1 |
| | | |||||
| * | Fix e2e tests | Alexander Tseung | 2018-08-24 | 1 | -1/+1 |
| | | |||||
| * | Fix shapeshift transactions. Delete unused files | Alexander Tseung | 2018-08-24 | 1 | -20/+0 |
| | | |||||
| * | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 3 | -139/+0 |
| | | |||||
* | | fix merge conflicts | brunobar79 | 2018-08-21 | 4 | -122/+116 |
|\| | |||||
| * | Update logo wordmark | Alexander Tseung | 2018-08-19 | 2 | -115/+0 |
| | | |||||
| * | ui ready | brunobar79 | 2018-08-17 | 1 | -3/+15 |
| | | |||||
| * | connect screen ready | brunobar79 | 2018-08-17 | 1 | -2/+61 |
| | | |||||
| * | ui fixes | brunobar79 | 2018-08-15 | 1 | -3/+3 |
| | | |||||
| * | good progress adding paths | brunobar79 | 2018-08-14 | 1 | -0/+19 |
| | | |||||
| * | message signing works | brunobar79 | 2018-08-12 | 1 | -0/+1 |
| | | |||||
| * | fix merge conflicts | brunobar79 | 2018-08-08 | 1 | -1/+0 |
| |\ | |/ |/| | |||||
| * | design complete | brunobar79 | 2018-08-04 | 1 | -3/+9 |
| | | |||||
| * | fix spinner and qr icon | brunobar79 | 2018-07-25 | 1 | -0/+1 |
| | | |||||
| * | added qr code scanner icon in send transaction | brunobar79 | 2018-07-24 | 1 | -0/+10 |
| | | |||||
* | | Update Font in Account Selector | Alexander Tseung | 2018-08-04 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #4625 from MetaMask/initial-trezor-support | Bruno Barbieri | 2018-07-20 | 4 | -9/+365 |
|\ | | | | | Initial trezor support | ||||
| * | last css fixes | brunobar79 | 2018-07-19 | 1 | -6/+19 |
| | | |||||
| * | added new global alert | brunobar79 | 2018-07-19 | 2 | -0/+59 |
| | | |||||
| * | fix unsupported browser view | brunobar79 | 2018-07-19 | 1 | -1/+5 |
| | | |||||
| * | scroll smooth | brunobar79 | 2018-07-19 | 1 | -0/+1 |
| | | |||||
| * | design done | brunobar79 | 2018-07-19 | 1 | -20/+91 |
| | | |||||
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-18 | 1 | -6/+4 |
| |\ | | | | | | | | | | initial-trezor-support | ||||
| * | | updated account list based on new designs | brunobar79 | 2018-07-18 | 1 | -11/+57 |
| | | | |||||
| * | | fix account selection | brunobar79 | 2018-07-14 | 1 | -1/+5 |
| | | | |||||
| * | | added affiliate link to trezor | brunobar79 | 2018-07-14 | 1 | -0/+16 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-13 | 7 | -277/+12 |
| |\ \ | | | | | | | | | | | | | initial-trezor-support | ||||
| * | | | added tooltip | brunobar79 | 2018-07-12 | 1 | -3/+3 |
| | | | | |||||
| * | | | forget device and autiload account features added | brunobar79 | 2018-07-12 | 1 | -0/+11 |
| | | | | |||||
| * | | | clean up | brunobar79 | 2018-07-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | finish warning modal UI | brunobar79 | 2018-07-11 | 2 | -1/+3 |
| | | | | |||||
| * | | | added ui to remove accounts | brunobar79 | 2018-07-10 | 1 | -0/+17 |
| | | | | |||||
| * | | | copy updated | brunobar79 | 2018-07-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | update connect harwdware screen | brunobar79 | 2018-07-07 | 1 | -1/+5 |
| | | | | |||||
| * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-07 | 3 | -0/+11 |
| |\ \ \ | | | | | | | | | | | | | | | | initial-trezor-support | ||||
| * | | | | added message for non-chrome browsers | brunobar79 | 2018-07-06 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | fix merge conflicts | brunobar79 | 2018-07-02 | 6 | -18/+63 |
| |\ \ \ \ | |||||
| * | | | | | initial trezor support | Bruno | 2018-06-10 | 1 | -5/+100 |
| | | | | | | |||||
* | | | | | | Add hex data row to send screen | Whymarrh Whitby | 2018-07-18 | 1 | -2/+2 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Increase clickable area and padding of Retry Transaction bar | Alexander Tseung | 2018-07-17 | 1 | -6/+4 |
| |_|_|/ |/| | | | |||||
* | | | | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 7 | -277/+12 |
| |_|/ |/| | | |||||
* | | | Merge pull request #4648 from MetaMask/update-import-from-seed-screen | Dan J Miller | 2018-07-06 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Update import from seed screen on new ui. | ||||
| * | | | Update import from seed screen on new ui. | Dan | 2018-07-05 | 1 | -0/+9 |
| | |/ | |/| | |||||
* | | | Merge pull request #4617 from TrejGun/fix-new-line | Dan J Miller | 2018-07-06 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | fix white spaces in signature | ||||
| * | | | fix white spaces in signature | trejgun | 2018-06-20 | 1 | -0/+1 |
| | | | | |||||
* | | | | Ensures token list amount is in its own row. | Dan | 2018-07-05 | 1 | -0/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #4647 from MetaMask/fix-overflow-currency-display | Dan J Miller | 2018-06-30 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | Fix issues with scrollbar in currency display. | ||||
| * | | | Remove input arrows for send screen amount row on firefox. | Dan | 2018-06-29 | 1 | -0/+8 |
| | | | | |||||
| * | | | Fix issues with scrollbar in currency display. | Dan | 2018-06-29 | 1 | -1/+0 |
| | | | | |||||
* | | | | Fix style of shapeshift screen in deposit modal. | Dan | 2018-06-22 | 1 | -6/+25 |
|/ / / | |||||
* | | | Scroll large amounts in the send component | Whymarrh Whitby | 2018-06-21 | 1 | -3/+5 |
| | | | |||||
* | | | Handle large token balances in tx list hero | Whymarrh Whitby | 2018-06-21 | 2 | -4/+19 |
| | | | |||||
* | | | View address of an added token (#4591) | Csaba S | 2018-06-19 | 1 | -5/+1 |
|/ / | | | | | | | | | | | * adding menu actions for tokens * apply common style | ||||
* / | add help link to eth_sign warning | Bobby Dresser | 2018-06-12 | 1 | -0/+6 |
|/ | |||||
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-05 | 3 | -2/+16 |
|\ | |||||
| * | Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflow | Dan J Miller | 2018-06-05 | 1 | -2/+11 |
| |\ | | | | | | | Token name is not hidden in wallet if balance is exceptionally long. | ||||
| | * | Fix ellipses | Alexander Tseung | 2018-06-01 | 1 | -5/+6 |
| | | | |||||
| | * | Token name is not hidden in wallet if balance is exceptionally long. | Dan | 2018-06-01 | 1 | -1/+9 |
| | | | |||||
| * | | Indicate the current selected account on the popup account view (#4445) | Alexander Tseung | 2018-06-05 | 2 | -0/+5 |
| | | | |||||
* | | | Merge branch 'i3725-refactor-send-component-' of ↵ | Dan | 2018-06-01 | 1 | -0/+22 |
|\ \ \ | |/ / |/| | | | | | github.com:MetaMask/metamask-extension into i3725-refactor-send-component- | ||||
| * | | Replaces currency-input.js with NumericInput | Dan | 2018-05-29 | 1 | -0/+22 |
| | | | |||||
* | | | Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵ | Alexander Tseung | 2018-06-01 | 1 | -24/+25 |
| |/ |/| | | | | | style buttons | ||||
* | | Prevent loading screen from overlaying the app bar (#4417) | Alexander Tseung | 2018-05-31 | 1 | -2/+2 |
| | | |||||
* | | Fix scrolling in Deposit Ether modal (#4336) | Alexander Tseung | 2018-05-24 | 1 | -2/+4 |
|/ | |||||
* | Merge pull request #4308 from MetaMask/i4232-addtoken | kumavis | 2018-05-23 | 6 | -490/+29 |
|\ | | | | | Update designs for Add Token screen | ||||
| * | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 6 | -490/+29 |
| | | |||||
* | | Merge pull request #4316 from MetaMask/fix-signature-request | kumavis | 2018-05-22 | 1 | -2/+0 |
|\ \ | | | | | | | Fix signature request header text | ||||
| * | | Fix signature request header text | Alexander Tseung | 2018-05-21 | 1 | -2/+0 |
| |/ | |||||
* / | remove fix header height | Bruno | 2018-05-17 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #4255 from MetaMask/i4233-dropdowns | kumavis | 2018-05-17 | 2 | -4/+4 |
|\ | | | | | Fix account and network dropdowns in confirm screen | ||||
| * | Fix account and network dropdowns in confirm screen | Alexander Tseung | 2018-05-15 | 2 | -4/+4 |
| | | |||||
* | | Add error message when passwords don't match in first time flow. Change ↵ | Alexander Tseung | 2018-05-14 | 1 | -48/+49 |
|/ | | | | input field styling in first time flow | ||||
* | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 6 | -118/+63 |
| | |||||
* | Merge pull request #4196 from MetaMask/i3457-fontweight | Thomas Huang | 2018-05-09 | 11 | -22/+2 |
|\ | | | | | Change font weight from 300 to 400 | ||||
| * | Change font weight from 300 to 400 | Alexander Tseung | 2018-05-06 | 11 | -22/+2 |
| | | |||||
* | | Add storybook integration | Alexander Tseung | 2018-05-04 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #4156 from MetaMask/i4010-spinner | kumavis | 2018-05-03 | 1 | -0/+21 |
|\ | | | | | Fix styling of the app spinner | ||||
| * | Fix styling of the app spinner | Alexander Tseung | 2018-05-01 | 1 | -0/+21 |
| | | |||||
* | | Merge pull request #4059 from MetaMask/i-4033-seed-words | kumavis | 2018-05-01 | 5 | -0/+89 |
|\ \ | |/ |/| | Use new design for Reveal Seed screen. Persist seed words only in the first time flow. | ||||
| * | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 5 | -0/+89 |
| | | | | | | | | flow | ||||
* | | Merge pull request #3940 from nyatla/master | Dan Finlay | 2018-04-24 | 3 | -1/+3 |
|\ \ | |/ |/| | Small layout and cursor problem fix. | ||||
| * | Reduced button padding. | nyatla | 2018-04-10 | 1 | -0/+1 |
| | | | | | | | | Title overflowed in Japanese. | ||||
| * | Expanded dropdown menu width of title. | nyatla | 2018-04-10 | 1 | -1/+1 |
| | | | | | | | | Title overflowed in Japanese. | ||||
| * | Changed mouse cursor to "pointer" on the cancel text at the top left of the ↵ | nyatla | 2018-04-10 | 1 | -0/+1 |
| | | | | | | | | page. | ||||
* | | Fix spinner layout | Alexander Tseung | 2018-04-18 | 1 | -2/+10 |
| | | |||||
* | | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵ | Alexander Tseung | 2018-04-04 | 1 | -6/+23 |
|\| | | | | | | | cb-254 | ||||
| * | Address feedback | David Yoo | 2018-04-04 | 1 | -4/+15 |
| | | |||||
| * | Address Add Token design feedback | David Yoo | 2018-04-03 | 1 | -2/+8 |
| | | |||||
* | | Fix merge conflicts. Modify send workflow | Alexander Tseung | 2018-04-03 | 1 | -0/+36 |
|\| | |||||
| * | Adds simulation failure error messages to confirm screen. | Dan | 2018-04-03 | 1 | -0/+11 |
| | | |||||
| * | Merge pull request #3762 from danjm/i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-31 | 1 | -0/+25 |
| |\ | | | | | | | Checking for sufficient balance in tx confirmation screen | ||||
| | * | Merge branch 'master' into i3471-checkbalanceonconfirmscreen | kumavis | 2018-03-28 | 1 | -1/+8 |
| | |\ | |||||
| | * | | Checking for sufficient balance in confirm ether screen; includes error ↵ | Dan | 2018-03-28 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | messages for user. | ||||
* | | | | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 1 | -14/+14 |
|\| | | | |||||
| * | | | ui - css - use relative path for fonts | kumavis | 2018-03-29 | 1 | -14/+14 |
| | |/ | |/| | |||||
* | | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 1 | -1/+8 |
|\| | | |||||
| * | | Merge pull request #3745 from danjm/i3723-fix-long-token-ammounts | kumavis | 2018-03-28 | 1 | -1/+8 |
| |\ \ | | |/ | |/| | Long token amounts in wallet are truncated with ellipsis. | ||||
| | * | Long token amounts in wallet are truncated with ellipsis. | Dan | 2018-03-27 | 1 | -1/+8 |
| | | | |||||
* | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 23 | -268/+1101 |
|\| | | |||||
| * | | Merge pull request #3710 from danjm/i3326-addtokenscreendesignupdate | Thomas Huang | 2018-03-27 | 2 | -40/+145 |
| |\ \ | | | | | | | | | Updates Add token screen to latest design. | ||||
| | * \ | Merge branch 'master' into i3326-addtokenscreendesignupdate | Dan | 2018-03-27 | 10 | -113/+115 |
| | |\ \ | |||||
| | * | | | Updates Add token screen to latest design. | Dan | 2018-03-24 | 2 | -44/+153 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #3695 from danjm/i3379-signtypedata-overflow | Thomas Huang | 2018-03-27 | 1 | -0/+1 |
| |\ \ \ | | |_|/ | |/| | | Signed type data notification handles long messages. | ||||
| | * | | Signed type data notification handles long messages. | Dan | 2018-03-23 | 1 | -0/+1 |
| | |/ | |||||
| * / | Update button styles | Alexander Tseung | 2018-03-26 | 10 | -107/+113 |
| |/ | |||||
| * | Merge pull request #3624 from alextsg/cb-941 | kumavis | 2018-03-21 | 3 | -6/+19 |
| |\ | | | | | | | Update confirm transaction screen | ||||
| | * | Update confirm transaction screen | Alexander Tseung | 2018-03-21 | 3 | -6/+19 |
| | | | |||||
| * | | Fix styling regression from master merge. | Dan | 2018-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Improve responsiveness of gas price row on confirm screen. | Dan | 2018-03-20 | 1 | -0/+16 |
| |/ | |||||
| * | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 7 | -11/+12 |
| |\ | |||||
| | * | Fix Account Names being cropped (#3626) | Alexander Tseung | 2018-03-20 | 6 | -11/+6 |
| | | | |||||
| | * | Don't block user from setting gas if estimating gas returns errors. (#3627) | Dan J Miller | 2018-03-20 | 1 | -0/+6 |
| | | | |||||
| * | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 5 | -28/+92 |
| |\| | |||||
| | * | Update Confirm Contract screen (#3597) | Alexander Tseung | 2018-03-17 | 5 | -28/+92 |
| | | | |||||
| * | | Merge branch 'master' into retry-tx-refractor | frankiebee | 2018-03-16 | 1 | -10/+0 |
| |\| | |||||
| | * | Update Deposit Eth icon (#3569) | Alexander Tseung | 2018-03-16 | 1 | -10/+0 |
| | | | |||||
| * | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-14 | 7 | -35/+145 |
| |\| | |||||
| | * | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 4 | -5/+83 |
| | |\ | |||||
| | | * | Merge branch 'master' into i3033-responsive-newui-onboarding | kumavis | 2018-03-14 | 6 | -33/+105 |
| | | |\ | |||||
| | | | * | Merge pull request #3495 from alextsg/cb-290 | kumavis | 2018-03-14 | 2 | -4/+21 |
| | | | |\ | | | | | | | | | | | | | Increase tap areas for menu buttons on mobile | ||||
| | | | | * | Increase tap areas for menu buttons on mobile | Alexander Tseung | 2018-03-10 | 2 | -4/+21 |
| | | | | | | |||||
| | | * | | | Left align create password. | Dan | 2018-03-13 | 1 | -0/+12 |
| | | | | | | |||||
| | | * | | | Styling fixes to welcome; hide network component on create password; shown ↵ | Dan | 2018-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | welcoem in popup. | ||||
| | | * | | | Add welcome screen to new-ui browser first time flow. | Dan | 2018-03-09 | 2 | -0/+50 |
| | | | | | | |||||
| | | * | | | Make new-ui create password screen responsive. | Dan | 2018-03-08 | 1 | -24/+0 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 3 | -29/+57 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Update deposit ether styling (#3510) | Alexander Tseung | 2018-03-13 | 3 | -29/+57 |
| | | | |/ | | | |/| | |||||
| | * | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-12 | 2 | -1/+5 |
| | |\| | | |||||
| | | * | | Explicitly define state in import account from json component (#3491) | Alexander Tseung | 2018-03-09 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'master' into i18n | Dan Finlay | 2018-03-07 | 2 | -2/+13 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | * | | | Merge branch 'master' into i18n | Dan | 2018-03-07 | 16 | -54/+690 |
| | |\ \ \ | |||||
| | * | | | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Styling for dropped. | Dan | 2018-03-14 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-09 | 4 | -2/+21 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Update network colours for better accessibility. (#3469) | Dan J Miller | 2018-03-08 | 1 | -0/+4 |
| | | |_|/ | | |/| | | |||||
| | * | | | Merge branch 'master' into ImportAccountMessageV2 | kumavis | 2018-03-07 | 1 | -0/+4 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Shapeshift form handles market info unavailable errors. | Dan | 2018-03-07 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Merge branch 'master' into ImportAccountMessageV2 | Dan Finlay | 2018-03-07 | 1 | -4/+3 |
| | |\| | | |||||
| | * | | | Merge branch 'master' into ImportAccountMessageV2 | Thomas Huang | 2018-03-03 | 4 | -3/+379 |
| | |\ \ \ | |||||
| | * | | | | Import Account disclaimer | Thomas | 2018-03-03 | 1 | -0/+10 |
| | | | | | | |||||
| | * | | | | Swap color scheme for import account label | Thomas | 2018-03-03 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Adds inline opening of gas customization to confirm-send-ether screen. | Dan | 2018-03-09 | 1 | -0/+21 |
| | | | | | | |||||
| * | | | | | Add html and css for responsive retry button. | Dan | 2018-03-09 | 2 | -0/+48 |
| | |_|/ / | |/| | | | |||||
| * | | | | Fix seed phrase validation clearing form (#3417) | Alexander Tseung | 2018-03-07 | 1 | -4/+3 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | * Fix seed phrase validation clearing form * Make new ui import seed error feedback live, and allow newlines with and without carriage returns. | ||||
| * | | | Fix network menu for custom URLs (#3366) | Alexander Tseung | 2018-03-02 | 1 | -1/+4 |
| | | | | |||||
| * | | | Merge pull request #3356 from MetaMask/cdn-minimization | Kevin Serrano | 2018-03-02 | 1 | -2/+336 |
| |\ \ \ | | | | | | | | | | | Check in all font files locally. | ||||
| | * | | | Correct ttf format name to 'truetype' | Dan | 2018-03-02 | 1 | -42/+42 |
| | | | | | |||||
| | * | | | Check in all font files locally. | Kevin Serrano | 2018-03-01 | 1 | -2/+336 |
| | |/ / | |||||
| * | | | Adds beta label to Metamask name in full screen app bar. | Dan | 2018-02-28 | 1 | -0/+15 |
| | | | | |||||
| * | | | Body width container in first time flow is consistent with app bar. | Dan | 2018-02-28 | 1 | -0/+24 |
| |/ / | |||||
| * | | Merge pull request #3209 from danjm/MM-634-newui-reset-account | Dan Finlay | 2018-02-14 | 1 | -29/+45 |
| |\ \ | | | | | | | | | [NewUI] Add reset account button to new UI. | ||||
| | * | | Add reset account button to new UI. | Dan | 2018-02-09 | 1 | -29/+45 |
| | | | | |||||
| * | | | Updates the styling of confirm send ether and token screens. (#3235) | Dan J Miller | 2018-02-13 | 1 | -8/+6 |
| | | | | |||||
| * | | | Send screen style updates. (#3234) | Dan J Miller | 2018-02-13 | 3 | -4/+44 |
| | | | | |||||
| * | | | Remove chrome focus outline for mouse users. (#3230) | Dan J Miller | 2018-02-13 | 1 | -0/+6 |
| |/ / | |||||
* | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 6 | -8/+168 |
|\| | | | | | | | | | | | into cb-254 | ||||
| * | | Make blockies icon round to match identicons (#3205) | Alexander Tseung | 2018-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Update modal header design on send screen (#3196) | Alexander Tseung | 2018-02-07 | 2 | -1/+114 |
| | | | |||||
| * | | Fix alignment of ellipsis and address in wallet view. (#3198) | Dan J Miller | 2018-02-07 | 2 | -1/+2 |
| | | | |||||
| * | | Wallet view supports screen sizes between 576px and 667px (#3193) | Dan J Miller | 2018-02-06 | 3 | -6/+52 |
| | | | |||||
* | | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 4 | -4/+41 |
|\| | | |||||
| * | | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120) | Dan J Miller | 2018-02-01 | 3 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Use tooltip for display of helper text in wallet views copy to clipboard feature. * Use react-tippy in wallet-view.js; center arrow tooltip throughout tooltip text change. * Remove unnecessary tabIndex attribute from wallet view address element. | ||||
| * | | [NewUI] Updates capitalization and alignment for the import account screen. ↵ | Dan J Miller | 2018-02-01 | 1 | -3/+22 |
| |/ | | | | | | | | | | | | | | | (#3122) * Updates capitalization and alignment for the import account screen. * Align elements in import form. | ||||
* | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 16 | -227/+628 |
|\| | |||||
| * | Fix transaction list font sizes, padding | Alexander Tseung | 2018-01-19 | 1 | -12/+6 |
| | | |||||
| * | Merge pull request #3024 from alextsg/cb-529 | Kevin Serrano | 2018-01-19 | 1 | -0/+2 |
| |\ | | | | | | | [NewUI] Update popout to fullscreen icon | ||||
| | * | Update popout to fullscreen icon | Alexander Tseung | 2018-01-18 | 1 | -0/+2 |
| | | | |||||
| * | | [NewUI] Send screen gas loading fixes (#3027) | Dan J Miller | 2018-01-18 | 1 | -1/+1 |
| |/ | | | | | | | | | | | * Allow entering amount, but disable validation of amount, opening of gas customizer or clicking of next, when gas loading in send. * Fix variable name. | ||||
| * | Fix tx-list, confirmation screen styling | Alexander Tseung | 2018-01-18 | 3 | -8/+14 |
| | | |||||
| * | Vertically centers the text of the new ui modal header. (#2987) | Dan J Miller | 2018-01-17 | 1 | -0/+1 |
| | | |||||
| * | Fix Hide Token modal styling, popup positioning | Alexander Tseung | 2018-01-16 | 3 | -23/+13 |
| | | |||||
| * | Fix Add Token button order, styling | Alexander Tseung | 2018-01-13 | 1 | -10/+12 |
| | | |||||
| * | Fix input box padding and select highlight in new account create and import ↵ | Dan | 2018-01-13 | 1 | -0/+11 |
| | | | | | | | | page. | ||||
| * | New add account page with create and import options. | Dan | 2018-01-13 | 2 | -0/+183 |
| | | |||||
| * | Merge branch 'uat' into cb-388 | Chi Kei Chan | 2018-01-13 | 4 | -6/+265 |
| |\ | |||||
| | * | Fix styling in initialization | Alexander Tseung | 2018-01-13 | 1 | -4/+9 |
| | | | |||||
| | * | [NewUI-flat] New deposit ether modal UI. (#2642) | Dan J Miller | 2018-01-13 | 2 | -1/+255 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New deposit ether modal. * New deposit modal full screen on mobile, and other style fixes. * Hide shapeshift option from deposit modal for now. * Add shapeshift form to new deposit modal. * Store recipient address for shapeshift tx in background. * Use Simpledropdown to achieve desired styling in coin selector. * Lint fix * Fix typos and remove dead code. * Remove storage of shapeshift receiving address from background. * Fix typos | ||||
| | * | Fix padding of a hovered tx-list-item (#2859) | Dan J Miller | 2018-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix token balance color | Alexander Tseung | 2018-01-12 | 1 | -1/+3 |
| | | | |||||
| * | | Change styling for network dropdown | Alexander Tseung | 2018-01-12 | 1 | -27/+15 |
| | | | |||||
| * | | Update styling for buttons, font weights | Alexander Tseung | 2018-01-12 | 9 | -109/+62 |
| | | | |||||
| * | | Update main view styling | Alexander Tseung | 2018-01-11 | 7 | -45/+55 |
| |/ | |||||
| * | ui - fix font path name | kumavis | 2018-01-09 | 1 | -2/+2 |
| | | |||||
* | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 5 | -0/+24 |
|/ | |||||
* | Adds button for opening app in main browser window in extension. | Dan | 2017-12-13 | 1 | -0/+4 |
| | |||||
* | Merge branch 'NewUI-flat' into cb-372 | Chi Kei Chan | 2017-12-08 | 4 | -1/+43 |
|\ | |||||
| * | Show user notifications after switch between UIs | Dan | 2017-12-05 | 2 | -0/+41 |
| | | |||||
| * | Add UI selection | Dan | 2017-12-05 | 2 | -1/+2 |
| | | |||||
* | | Update font weights to 300, remove animation from network dropdown, fix ↵ | Alexander Tseung | 2017-12-02 | 3 | -5/+5 |
|/ | | | | network dropdown not closing from certain click-areas |