Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update buttons & colors to match design system (#6446) | Chi Kei Chan | 2019-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | 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 | ||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -2/+0 |
| | |||||
* | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 1 | -0/+2 |
| | |||||
* | Refactor settings page to use JSX and follow component file folder structure | Alexander Tseung | 2018-09-20 | 1 | -2/+0 |
| | |||||
* | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 1 | -2/+0 |
| | |||||
* | Update logo wordmark | Alexander Tseung | 2018-08-19 | 1 | -2/+0 |
| | |||||
* | added new global alert | brunobar79 | 2018-07-19 | 1 | -0/+2 |
| | |||||
* | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 1 | -2/+0 |
| | |||||
* | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 1 | -3/+1 |
| | |||||
* | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 1 | -0/+2 |
| | | | | flow | ||||
* | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 1 | -0/+4 |
|\ | |||||
| * | Update Confirm Contract screen (#3597) | Alexander Tseung | 2018-03-17 | 1 | -0/+1 |
| | | |||||
| * | Add welcome screen to new-ui browser first time flow. | Dan | 2018-03-09 | 1 | -0/+3 |
| | | |||||
* | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 1 | -0/+2 |
|\| | |||||
| * | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120) | Dan J Miller | 2018-02-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | * 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. | ||||
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 1 | -0/+2 |
|\| | |||||
| * | New add account page with create and import options. | Dan | 2018-01-13 | 1 | -0/+2 |
| | | |||||
* | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 1 | -0/+2 |
|/ | |||||
* | Network loading does not block network loading. | Dan | 2017-11-10 | 1 | -0/+2 |
| | |||||
* | Allow editing account name in account details modal | Alexander Tseung | 2017-10-26 | 1 | -0/+2 |
| | |||||
* | Signature Request | Dan | 2017-10-26 | 1 | -0/+4 |
| | |||||
* | Update settings screen to new UI | Alexander Tseung | 2017-10-23 | 1 | -0/+5 |
| | |||||
* | [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵ | Dan J Miller | 2017-10-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Adding Account Dropdown V2 | Chi Kei Chan | 2017-10-13 | 1 | -0/+4 |
| | |||||
* | Adds amount and gas field to sendV2. | Dan | 2017-10-13 | 1 | -0/+2 |
| | |||||
* | Add Add Token UI; Add Fuzzy search for tokens | Chi Kei Chan | 2017-09-20 | 1 | -0/+2 |
| | |||||
* | [New-UI] Confirm Screen restyle and connect to state (#2042) | Dan J Miller | 2017-09-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | * Adds utility for converting currencies (WIP) * Implements confirm screen * Style tweaks. * Confirm screen total ammount now uses real data. * Confirm screen total ammount now uses real data. * Replace content divider with sibling css. * Replace section divider with scss. | ||||
* | Implement tokens list UI | Chi Kei Chan | 2017-09-06 | 1 | -0/+2 |
| | |||||
* | Fixes lint errors and adds stylelint-config-standard to package.json | Dan | 2017-08-31 | 1 | -1/+0 |
| | |||||
* | [WIP] Tweak Send Screen Styles | sdtsui | 2017-08-22 | 1 | -0/+3 |
| | |||||
* | Implement new dropdown design, integrate account balances | sdtsui | 2017-08-21 | 1 | -0/+2 |
| | |||||
* | Lint and cleanup all scss | sdtsui | 2017-08-14 | 1 | -0/+8 |
| | |||||
* | Implement responsive wallet balances | sdtsui | 2017-08-11 | 1 | -0/+4 |
| | |||||
* | Cleanup SCSS and improve organization of color vars | sdtsui | 2017-08-11 | 1 | -1/+0 |
| | |||||
* | Implement widescreen layout for tx list | sdtsui | 2017-08-11 | 1 | -0/+1 |
| | |||||
* | Implement modal content for buy flow - mobile view | sdtsui | 2017-08-09 | 1 | -0/+1 |
| | |||||
* | Implement hero balance UI, mobile | sdtsui | 2017-08-07 | 1 | -0/+1 |
| | |||||
* | Move remaining debug, fonts, reset, and transitions into inverted triangle | sdtsui | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Organize app components scss | sdtsui | 2017-08-07 | 1 | -67/+7 |
| | |||||
* | Organize app components | sdtsui | 2017-08-07 | 1 | -1/+67 |
| | |||||
* | Move generic button components and body styles to components and generic, ↵ | sdtsui | 2017-08-07 | 1 | -0/+1 |
| | | | | respectively | ||||
* | Add inverted triangle css (itcss) folder structure | sdtsui | 2017-08-07 | 1 | -0/+0 |