aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
Commit message (Collapse)AuthorAgeFilesLines
* revert replacing "ETH" with "TAN"Chen Wei2019-07-021-1/+1
|
* Fix styles on 'import account' page, update help link (#6700)Kirill Goncharov2019-06-171-0/+1
| | | | | | * Fix styles on 'import account' page, update help link * Update changelog
* Wrap smaller custom block explorer url text (#6714)Thomas Huang2019-06-171-1/+6
|
* MetaMorph - Spacing and Typeface on Extension Main view (#6584)Chi Kei Chan2019-06-132-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 Pollack2019-06-071-37/+1
| | | | This reverts commit c8cb4ba3705478a16cd1e39f8edc1f277bb2ede6.
* Improved UX for sweeping accounts (#6488)Etienne Dusseault2019-05-211-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 #5524Alex Ivasyuv2019-05-151-1/+37
|
* Set max-width on network dropdown and ellipsis long network name (#6494)Chi Kei Chan2019-04-251-1/+6
|
* Make height consistent on all row in send-content (#6480)Chi Kei Chan2019-04-181-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 Chan2019-04-181-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-fixThomas Huang2019-04-181-1/+23
|\ | | | | Fix switcher height when Custom RPC is selected or loading
| * Fix switcher height when Custom RPC is selected or when network is loadingChi Kei Chan2019-04-171-1/+23
| |
* | feature: add Goerli support (#6459)Paul Bouchon2019-04-181-0/+4
|/
* Update buttons & colors to match design system (#6446)Chi Kei Chan2019-04-176-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 Miller2019-03-261-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 Chan2019-03-221-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 Miller2019-02-061-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 Miller2019-01-302-0/+30
|
* Prevent send to token warning (#6058)Esteban Miño2019-01-241-0/+7
|
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-237-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 listAlexander Tseung2019-01-042-155/+0
|
* Improve styling of loading retry / error screenDan Miller2018-12-131-0/+6
|
* Adds network loading retry / error screen.Dan Miller2018-12-131-0/+21
|
* Replace height: 100% rule with workaround for flexbox quirksWhymarrh Whitby2018-12-061-1/+2
|
* Fix styling of send screen in extension view when hex data on.Dan Miller2018-12-041-3/+1
|
* Make gas customization modal responsive.Dan Miller2018-12-043-0/+6
|
* Integrate gas buttons with the send screen.Dan Miller2018-12-041-1/+29
|
* Adds basic tab content to gas customizer, with styled button group (static, ↵Dan Miller2018-12-041-0/+1
| | | | for now).
* Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵Dan Miller2018-12-042-51/+1
| | | | customize modal.
* Adds new gas customization modal container (without content)Dan Miller2018-12-041-0/+1
|
* Show disabled cursor in .network-disabled state (#5829)Whymarrh Whitby2018-11-271-1/+1
|
* fix merge conflictsbrunobar792018-11-212-38/+6
|\
| * Fix button styling for Create Account Connect (#5787)Alexander Tseung2018-11-201-38/+4
| |
| * Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-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 conflictsbrunobar792018-11-075-6/+19
|\|
| * EIP-1102: updated implementationbitpshr2018-11-062-0/+13
| |
| * Fix raised button min-height (#5613)Alexander Tseung2018-10-261-0/+1
| |
| * Fix button styling for overflowing text (#5602)Alexander Tseung2018-10-251-2/+2
| |
| * Fix signature request styling issues (#5574)Alexander Tseung2018-10-231-1/+1
| |
| * Fix account display width for large currency valuesAlexander Tseung2018-10-211-3/+2
| |
* | fix merge conflictsbrunobar792018-10-211-12/+0
|\|
| * Extract Add Token button into its own componentWhymarrh Whitby2018-10-181-12/+0
| |
* | fix conflictsbrunobar792018-10-179-241/+82
|\|
| * Added account options on home screenSantiago Gonzalez Toral2018-10-102-0/+9
| |
| * Improvement: Reposition customize gas error (#5265)Sean2018-10-011-2/+4
| |
| * support editable customRPC (#5267)HackyMiner2018-09-291-0/+9
| | | | | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction
| * Merge pull request #5241 from MetaMask/refactor-settingsAlexander Tseung2018-09-212-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 structureAlexander Tseung2018-09-202-216/+0
| | |
| * | Move main-container wrapper div into its own classWhymarrh Whitby2018-09-202-1/+11
| | |
| * | Prevent loading screen from overlaying the app barWhymarrh Whitby2018-09-201-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 containerWhymarrh Whitby2018-09-201-10/+1
| | |
| * | Remove unused loading-overlay--full-screen CSS stylesWhymarrh Whitby2018-09-201-7/+0
| |/ | | | | | | Refs #4417
| * Merge branch 'develop' into eip-712Paul Bouchon2018-09-181-4/+13
| |\
| | * Improvement: Increase click area for arrows (#5264)Sean2018-09-161-1/+10
| | |
| | * follow up style fix to #5242chadmg2018-09-141-3/+3
| | |
| * | Implement latest EIP-712 protocolbitpshr2018-09-141-0/+19
| |/
| * Merge pull request #5182 from MetaMask/tx-activityAlexander Tseung2018-09-132-4/+15
| |\ | | | | | | Add Transaction Details to the Transaction List view
| | * Add raised type buttons to Button component. Refactor all buttons within app ↵Alexander Tseung2018-09-132-4/+15
| | | | | | | | | | | | to Button components
| * | increase z-index of send-to input to allow for right-click (#5242)Chad Grimaldi2018-09-131-0/+4
| |/
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-09-064-175/+2
|\|
| * Adds sidebar component and refactors slide in wallet view sidebar to use it.Dan Miller2018-08-291-15/+1
| |
| * Fix e2e testsAlexander Tseung2018-08-241-1/+1
| |
| * Fix shapeshift transactions. Delete unused filesAlexander Tseung2018-08-241-20/+0
| |
| * Refactor transactions list views. Add redesign componentsAlexander Tseung2018-08-243-139/+0
| |
* | fix merge conflictsbrunobar792018-08-214-122/+116
|\|
| * Update logo wordmarkAlexander Tseung2018-08-192-115/+0
| |
| * ui readybrunobar792018-08-171-3/+15
| |
| * connect screen readybrunobar792018-08-171-2/+61
| |
| * ui fixesbrunobar792018-08-151-3/+3
| |
| * good progress adding pathsbrunobar792018-08-141-0/+19
| |
| * message signing worksbrunobar792018-08-121-0/+1
| |
| * fix merge conflictsbrunobar792018-08-081-1/+0
| |\ | |/ |/|
| * design completebrunobar792018-08-041-3/+9
| |
| * fix spinner and qr iconbrunobar792018-07-251-0/+1
| |
| * added qr code scanner icon in send transactionbrunobar792018-07-241-0/+10
| |
* | Update Font in Account SelectorAlexander Tseung2018-08-041-1/+0
|/
* Merge pull request #4625 from MetaMask/initial-trezor-supportBruno Barbieri2018-07-204-9/+365
|\ | | | | Initial trezor support
| * last css fixesbrunobar792018-07-191-6/+19
| |
| * added new global alertbrunobar792018-07-192-0/+59
| |
| * fix unsupported browser viewbrunobar792018-07-191-1/+5
| |
| * scroll smoothbrunobar792018-07-191-0/+1
| |
| * design donebrunobar792018-07-191-20/+91
| |
| * Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-181-6/+4
| |\ | | | | | | | | | initial-trezor-support
| * | updated account list based on new designsbrunobar792018-07-181-11/+57
| | |
| * | fix account selectionbrunobar792018-07-141-1/+5
| | |
| * | added affiliate link to trezorbrunobar792018-07-141-0/+16
| | |
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-137-277/+12
| |\ \ | | | | | | | | | | | | initial-trezor-support
| * | | added tooltipbrunobar792018-07-121-3/+3
| | | |
| * | | forget device and autiload account features addedbrunobar792018-07-121-0/+11
| | | |
| * | | clean upbrunobar792018-07-111-2/+2
| | | |
| * | | finish warning modal UIbrunobar792018-07-112-1/+3
| | | |
| * | | added ui to remove accountsbrunobar792018-07-101-0/+17
| | | |
| * | | copy updatedbrunobar792018-07-071-1/+1
| | | |
| * | | update connect harwdware screenbrunobar792018-07-071-1/+5
| | | |
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵brunobar792018-07-073-0/+11
| |\ \ \ | | | | | | | | | | | | | | | initial-trezor-support
| * | | | added message for non-chrome browsersbrunobar792018-07-061-0/+13
| | | | |
| * | | | fix merge conflictsbrunobar792018-07-026-18/+63
| |\ \ \ \
| * | | | | initial trezor supportBruno2018-06-101-5/+100
| | | | | |
* | | | | | Add hex data row to send screenWhymarrh Whitby2018-07-181-2/+2
| |_|_|_|/ |/| | | |
* | | | | Increase clickable area and padding of Retry Transaction barAlexander Tseung2018-07-171-6/+4
| |_|_|/ |/| | |
* | | | Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-077-277/+12
| |_|/ |/| |
* | | Merge pull request #4648 from MetaMask/update-import-from-seed-screenDan J Miller2018-07-061-0/+9
|\ \ \ | | | | | | | | Update import from seed screen on new ui.
| * | | Update import from seed screen on new ui.Dan2018-07-051-0/+9
| | |/ | |/|
* | | Merge pull request #4617 from TrejGun/fix-new-lineDan J Miller2018-07-061-0/+1
|\ \ \ | | | | | | | | fix white spaces in signature
| * | | fix white spaces in signaturetrejgun2018-06-201-0/+1
| | | |
* | | | Ensures token list amount is in its own row.Dan2018-07-051-0/+1
| |/ / |/| |
* | | Merge pull request #4647 from MetaMask/fix-overflow-currency-displayDan J Miller2018-06-301-1/+8
|\ \ \ | | | | | | | | Fix issues with scrollbar in currency display.
| * | | Remove input arrows for send screen amount row on firefox.Dan2018-06-291-0/+8
| | | |
| * | | Fix issues with scrollbar in currency display.Dan2018-06-291-1/+0
| | | |
* | | | Fix style of shapeshift screen in deposit modal.Dan2018-06-221-6/+25
|/ / /
* | | Scroll large amounts in the send componentWhymarrh Whitby2018-06-211-3/+5
| | |
* | | Handle large token balances in tx list heroWhymarrh Whitby2018-06-212-4/+19
| | |
* | | View address of an added token (#4591)Csaba S2018-06-191-5/+1
|/ / | | | | | | | | | | * adding menu actions for tokens * apply common style
* / add help link to eth_sign warningBobby Dresser2018-06-121-0/+6
|/
* Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-053-2/+16
|\
| * Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflowDan J Miller2018-06-051-2/+11
| |\ | | | | | | Token name is not hidden in wallet if balance is exceptionally long.
| | * Fix ellipsesAlexander Tseung2018-06-011-5/+6
| | |
| | * Token name is not hidden in wallet if balance is exceptionally long.Dan2018-06-011-1/+9
| | |
| * | Indicate the current selected account on the popup account view (#4445)Alexander Tseung2018-06-052-0/+5
| | |
* | | Merge branch 'i3725-refactor-send-component-' of ↵Dan2018-06-011-0/+22
|\ \ \ | |/ / |/| | | | | github.com:MetaMask/metamask-extension into i3725-refactor-send-component-
| * | Replaces currency-input.js with NumericInputDan2018-05-291-0/+22
| | |
* | | Change btn-secondary styles to btn-default. Make btn-secondary red warning ↵Alexander Tseung2018-06-011-24/+25
| |/ |/| | | | | style buttons
* | Prevent loading screen from overlaying the app bar (#4417)Alexander Tseung2018-05-311-2/+2
| |
* | Fix scrolling in Deposit Ether modal (#4336)Alexander Tseung2018-05-241-2/+4
|/
* Merge pull request #4308 from MetaMask/i4232-addtokenkumavis2018-05-236-490/+29
|\ | | | | Update designs for Add Token screen
| * Update designs for Add Token screenAlexander Tseung2018-05-206-490/+29
| |
* | Merge pull request #4316 from MetaMask/fix-signature-requestkumavis2018-05-221-2/+0
|\ \ | | | | | | Fix signature request header text
| * | Fix signature request header textAlexander Tseung2018-05-211-2/+0
| |/
* / remove fix header heightBruno2018-05-171-2/+0
|/
* Merge pull request #4255 from MetaMask/i4233-dropdownskumavis2018-05-172-4/+4
|\ | | | | Fix account and network dropdowns in confirm screen
| * Fix account and network dropdowns in confirm screenAlexander Tseung2018-05-152-4/+4
| |
* | Add error message when passwords don't match in first time flow. Change ↵Alexander Tseung2018-05-141-48/+49
|/ | | | input field styling in first time flow
* Add new unlock screen designAlexander Tseung2018-05-126-118/+63
|
* Merge pull request #4196 from MetaMask/i3457-fontweightThomas Huang2018-05-0911-22/+2
|\ | | | | Change font weight from 300 to 400
| * Change font weight from 300 to 400Alexander Tseung2018-05-0611-22/+2
| |
* | Add storybook integrationAlexander Tseung2018-05-041-0/+1
|/
* Merge pull request #4156 from MetaMask/i4010-spinnerkumavis2018-05-031-0/+21
|\ | | | | Fix styling of the app spinner
| * Fix styling of the app spinnerAlexander Tseung2018-05-011-0/+21
| |
* | Merge pull request #4059 from MetaMask/i-4033-seed-wordskumavis2018-05-015-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 Tseung2018-04-235-0/+89
| | | | | | | | flow
* | Merge pull request #3940 from nyatla/masterDan Finlay2018-04-243-1/+3
|\ \ | |/ |/| Small layout and cursor problem fix.
| * Reduced button padding.nyatla2018-04-101-0/+1
| | | | | | | | Title overflowed in Japanese.
| * Expanded dropdown menu width of title.nyatla2018-04-101-1/+1
| | | | | | | | Title overflowed in Japanese.
| * Changed mouse cursor to "pointer" on the cancel text at the top left of the ↵nyatla2018-04-101-0/+1
| | | | | | | | page.
* | Fix spinner layoutAlexander Tseung2018-04-181-2/+10
| |
* | Merge branch 'master' of https://github.com/MetaMask/metamask-extension into ↵Alexander Tseung2018-04-041-6/+23
|\| | | | | | | cb-254
| * Address feedbackDavid Yoo2018-04-041-4/+15
| |
| * Address Add Token design feedbackDavid Yoo2018-04-031-2/+8
| |
* | Fix merge conflicts. Modify send workflowAlexander Tseung2018-04-031-0/+36
|\|
| * Adds simulation failure error messages to confirm screen.Dan2018-04-031-0/+11
| |
| * Merge pull request #3762 from danjm/i3471-checkbalanceonconfirmscreenkumavis2018-03-311-0/+25
| |\ | | | | | | Checking for sufficient balance in tx confirmation screen
| | * Merge branch 'master' into i3471-checkbalanceonconfirmscreenkumavis2018-03-281-1/+8
| | |\
| | * | Checking for sufficient balance in confirm ether screen; includes error ↵Dan2018-03-281-0/+25
| | | | | | | | | | | | | | | | messages for user.
* | | | Fix merge conflictsAlexander Tseung2018-03-311-14/+14
|\| | |
| * | | ui - css - use relative path for fontskumavis2018-03-291-14/+14
| | |/ | |/|
* | | Fix i18n merge conflictsAlexander Tseung2018-03-301-1/+8
|\| |
| * | Merge pull request #3745 from danjm/i3723-fix-long-token-ammountskumavis2018-03-281-1/+8
| |\ \ | | |/ | |/| Long token amounts in wallet are truncated with ellipsis.
| | * Long token amounts in wallet are truncated with ellipsis.Dan2018-03-271-1/+8
| | |
* | | Fix merge conflictsAlexander Tseung2018-03-2723-268/+1101
|\| |
| * | Merge pull request #3710 from danjm/i3326-addtokenscreendesignupdateThomas Huang2018-03-272-40/+145
| |\ \ | | | | | | | | Updates Add token screen to latest design.
| | * \ Merge branch 'master' into i3326-addtokenscreendesignupdateDan2018-03-2710-113/+115
| | |\ \
| | * | | Updates Add token screen to latest design.Dan2018-03-242-44/+153
| | | |/ | | |/|
| * | | Merge pull request #3695 from danjm/i3379-signtypedata-overflowThomas Huang2018-03-271-0/+1
| |\ \ \ | | |_|/ | |/| | Signed type data notification handles long messages.
| | * | Signed type data notification handles long messages.Dan2018-03-231-0/+1
| | |/
| * / Update button stylesAlexander Tseung2018-03-2610-107/+113
| |/
| * Merge pull request #3624 from alextsg/cb-941kumavis2018-03-213-6/+19
| |\ | | | | | | Update confirm transaction screen
| | * Update confirm transaction screenAlexander Tseung2018-03-213-6/+19
| | |
| * | Fix styling regression from master merge.Dan2018-03-201-1/+1
| | |
| * | Improve responsiveness of gas price row on confirm screen.Dan2018-03-201-0/+16
| |/
| * Merge branch 'master' into retry-tx-refractorDan2018-03-207-11/+12
| |\
| | * Fix Account Names being cropped (#3626)Alexander Tseung2018-03-206-11/+6
| | |
| | * Don't block user from setting gas if estimating gas returns errors. (#3627)Dan J Miller2018-03-201-0/+6
| | |
| * | Merge branch 'master' into retry-tx-refractorDan2018-03-205-28/+92
| |\|
| | * Update Confirm Contract screen (#3597)Alexander Tseung2018-03-175-28/+92
| | |
| * | Merge branch 'master' into retry-tx-refractorfrankiebee2018-03-161-10/+0
| |\|
| | * Update Deposit Eth icon (#3569)Alexander Tseung2018-03-161-10/+0
| | |
| * | Merge branch 'master' into retry-tx-refractorDan2018-03-147-35/+145
| |\|
| | * Merge branch 'master' into i18nThomas Huang2018-03-144-5/+83
| | |\
| | | * Merge branch 'master' into i3033-responsive-newui-onboardingkumavis2018-03-146-33/+105
| | | |\
| | | | * Merge pull request #3495 from alextsg/cb-290kumavis2018-03-142-4/+21
| | | | |\ | | | | | | | | | | | | Increase tap areas for menu buttons on mobile
| | | | | * Increase tap areas for menu buttons on mobileAlexander Tseung2018-03-102-4/+21
| | | | | |
| | | * | | Left align create password.Dan2018-03-131-0/+12
| | | | | |
| | | * | | Styling fixes to welcome; hide network component on create password; shown ↵Dan2018-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | welcoem in popup.
| | | * | | Add welcome screen to new-ui browser first time flow.Dan2018-03-092-0/+50
| | | | | |
| | | * | | Make new-ui create password screen responsive.Dan2018-03-081-24/+0
| | | | | |
| | * | | | Merge branch 'master' into i18nThomas Huang2018-03-143-29/+57
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Update deposit ether styling (#3510)Alexander Tseung2018-03-133-29/+57
| | | | |/ | | | |/|
| | * | | Merge branch 'master' into i18nThomas Huang2018-03-122-1/+5
| | |\| |
| | | * | Explicitly define state in import account from json component (#3491)Alexander Tseung2018-03-091-1/+1
| | | | |
| | * | | Merge branch 'master' into i18nDan Finlay2018-03-072-2/+13
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'master' into i18nDan2018-03-0716-54/+690
| | |\ \ \
| | * | | | complete i18n across new UINick Doiron2018-01-301-0/+4
| | | | | |
| * | | | | Styling for dropped.Dan2018-03-141-0/+4
| | | | | |
| * | | | | Merge branch 'master' into retry-tx-refractorDan2018-03-094-2/+21
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Update network colours for better accessibility. (#3469)Dan J Miller2018-03-081-0/+4
| | | |_|/ | | |/| |
| | * | | Merge branch 'master' into ImportAccountMessageV2kumavis2018-03-071-0/+4
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Shapeshift form handles market info unavailable errors.Dan2018-03-071-0/+4
| | | | |
| | * | | Merge branch 'master' into ImportAccountMessageV2Dan Finlay2018-03-071-4/+3
| | |\| |
| | * | | Merge branch 'master' into ImportAccountMessageV2Thomas Huang2018-03-034-3/+379
| | |\ \ \
| | * | | | Import Account disclaimerThomas2018-03-031-0/+10
| | | | | |
| | * | | | Swap color scheme for import account labelThomas2018-03-031-2/+3
| | | | | |
| * | | | | Adds inline opening of gas customization to confirm-send-ether screen.Dan2018-03-091-0/+21
| | | | | |
| * | | | | Add html and css for responsive retry button.Dan2018-03-092-0/+48
| | |_|/ / | |/| | |
| * | | | Fix seed phrase validation clearing form (#3417)Alexander Tseung2018-03-071-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 Tseung2018-03-021-1/+4
| | | |
| * | | Merge pull request #3356 from MetaMask/cdn-minimizationKevin Serrano2018-03-021-2/+336
| |\ \ \ | | | | | | | | | | Check in all font files locally.
| | * | | Correct ttf format name to 'truetype'Dan2018-03-021-42/+42
| | | | |
| | * | | Check in all font files locally.Kevin Serrano2018-03-011-2/+336
| | |/ /
| * | | Adds beta label to Metamask name in full screen app bar.Dan2018-02-281-0/+15
| | | |
| * | | Body width container in first time flow is consistent with app bar.Dan2018-02-281-0/+24
| |/ /
| * | Merge pull request #3209 from danjm/MM-634-newui-reset-accountDan Finlay2018-02-141-29/+45
| |\ \ | | | | | | | | [NewUI] Add reset account button to new UI.
| | * | Add reset account button to new UI.Dan2018-02-091-29/+45
| | | |
| * | | Updates the styling of confirm send ether and token screens. (#3235)Dan J Miller2018-02-131-8/+6
| | | |
| * | | Send screen style updates. (#3234)Dan J Miller2018-02-133-4/+44
| | | |
| * | | Remove chrome focus outline for mouse users. (#3230)Dan J Miller2018-02-131-0/+6
| |/ /
* | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵Alexander Tseung2018-02-096-8/+168
|\| | | | | | | | | | | into cb-254
| * | Make blockies icon round to match identicons (#3205)Alexander Tseung2018-02-081-1/+1
| | |
| * | Update modal header design on send screen (#3196)Alexander Tseung2018-02-072-1/+114
| | |
| * | Fix alignment of ellipsis and address in wallet view. (#3198)Dan J Miller2018-02-072-1/+2
| | |
| * | Wallet view supports screen sizes between 576px and 667px (#3193)Dan J Miller2018-02-063-6/+52
| | |
* | | Fix merge conflicts from uat-nextAlexander Tseung2018-02-014-4/+41
|\| |
| * | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120)Dan J Miller2018-02-013-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 Miller2018-02-011-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 updatesAlexander Tseung2018-02-011-2/+3
| |
* | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254Alexander Tseung2018-01-3016-227/+628
|\|
| * Fix transaction list font sizes, paddingAlexander Tseung2018-01-191-12/+6
| |
| * Merge pull request #3024 from alextsg/cb-529Kevin Serrano2018-01-191-0/+2
| |\ | | | | | | [NewUI] Update popout to fullscreen icon
| | * Update popout to fullscreen iconAlexander Tseung2018-01-181-0/+2
| | |
| * | [NewUI] Send screen gas loading fixes (#3027)Dan J Miller2018-01-181-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 stylingAlexander Tseung2018-01-183-8/+14
| |
| * Vertically centers the text of the new ui modal header. (#2987)Dan J Miller2018-01-171-0/+1
| |
| * Fix Hide Token modal styling, popup positioningAlexander Tseung2018-01-163-23/+13
| |
| * Fix Add Token button order, stylingAlexander Tseung2018-01-131-10/+12
| |
| * Fix input box padding and select highlight in new account create and import ↵Dan2018-01-131-0/+11
| | | | | | | | page.
| * New add account page with create and import options.Dan2018-01-132-0/+183
| |
| * Merge branch 'uat' into cb-388Chi Kei Chan2018-01-134-6/+265
| |\
| | * Fix styling in initializationAlexander Tseung2018-01-131-4/+9
| | |
| | * [NewUI-flat] New deposit ether modal UI. (#2642)Dan J Miller2018-01-132-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 Miller2018-01-121-1/+1
| | |
| * | Fix token balance colorAlexander Tseung2018-01-121-1/+3
| | |
| * | Change styling for network dropdownAlexander Tseung2018-01-121-27/+15
| | |
| * | Update styling for buttons, font weightsAlexander Tseung2018-01-129-109/+62
| | |
| * | Update main view stylingAlexander Tseung2018-01-117-45/+55
| |/
| * ui - fix font path namekumavis2018-01-091-2/+2
| |
* | Add react-router to allow use of the browser back buttonAlexander Tseung2017-12-155-0/+24
|/
* Adds button for opening app in main browser window in extension.Dan2017-12-131-0/+4
|
* Merge branch 'NewUI-flat' into cb-372Chi Kei Chan2017-12-084-1/+43
|\
| * Show user notifications after switch between UIsDan2017-12-052-0/+41
| |
| * Add UI selectionDan2017-12-052-1/+2
| |
* | Update font weights to 300, remove animation from network dropdown, fix ↵Alexander Tseung2017-12-023-5/+5
|/ | | | network dropdown not closing from certain click-areas