Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 scrolling button to account list | Alexander Tseung | 2019-01-04 | 1 | -249/+1 |
| | |||||
* | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 1 | -1/+2 |
| | | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com> | ||||
* | Fix blockies icons overriding contract map icons. Refactor Identicon ↵ | Alexander Tseung | 2018-10-25 | 1 | -1/+1 |
| | | | | component (#5599) | ||||
* | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
* | rename keyring | brunobar79 | 2018-08-11 | 1 | -0/+1 |
| | |||||
* | design done | brunobar79 | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | catching up with develop | brunobar79 | 2018-07-13 | 1 | -7/+7 |
| | |||||
* | added tooltip | brunobar79 | 2018-07-12 | 1 | -1/+12 |
| | |||||
* | clean up | brunobar79 | 2018-07-11 | 1 | -3/+3 |
| | |||||
* | account removal is working | brunobar79 | 2018-07-11 | 1 | -10/+10 |
| | |||||
* | finish warning modal UI | brunobar79 | 2018-07-11 | 1 | -0/+5 |
| | |||||
* | added ui to remove accounts | brunobar79 | 2018-07-10 | 1 | -4/+30 |
| | |||||
* | always open connect hardware in full screen mode | brunobar79 | 2018-07-03 | 1 | -1/+9 |
| | |||||
* | initial trezor support | Bruno | 2018-06-10 | 1 | -0/+9 |
| | |||||
* | Render the accounts in keyring order | Whymarrh Whitby | 2018-06-06 | 1 | -3/+4 |
| | |||||
* | Fix merge conflicts | Alexander Tseung | 2018-03-31 | 1 | -8/+13 |
|\ | |||||
| * | Removes t from props via metamask-connect and instead places it on context ↵ | Dan | 2018-03-29 | 1 | -8/+14 |
| | | | | | | | | via a provider. | ||||
* | | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 1 | -9/+8 |
|\| | |||||
| * | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -8/+7 |
| | | | | | | | | t() call; t is just available on props. | ||||
| * | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -9/+9 |
| | | |||||
| * | i18n - load locales manually | kumavis | 2018-03-15 | 1 | -1/+1 |
| | | |||||
* | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 1 | -8/+9 |
|\| | |||||
| * | Correct merge conflict resolution errors. | Dan | 2018-03-07 | 1 | -7/+0 |
| | | |||||
| * | Merge branch 'master' into i18n | Dan | 2018-03-07 | 1 | -2/+9 |
| |\ | |||||
| * | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | separate out cross-browser i18n for extensions | Nick Doiron | 2018-01-25 | 1 | -0/+1 |
| | | | |||||
| * | | first steps to i18n | Nick Doiron | 2018-01-23 | 1 | -7/+7 |
| | | | |||||
* | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 1 | -4/+4 |
|\ \ \ | | |/ | |/| | | | | into cb-254 | ||||
| * | | Make blockies icon round to match identicons (#3205) | Alexander Tseung | 2018-02-08 | 1 | -4/+4 |
| |/ | |||||
* | | Fix lint errors | Alexander Tseung | 2018-02-02 | 1 | -6/+0 |
| | | |||||
* | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 1 | -3/+15 |
| | | |||||
* | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 1 | -9/+19 |
|\| | |||||
| * | New add account page with create and import options. | Dan | 2018-01-13 | 1 | -11/+5 |
| | | |||||
| * | Fix logging out of old UI causing infinite spinner (#2914) | Alexander Tseung | 2018-01-12 | 1 | -1/+1 |
| | | |||||
| * | Hides the sidebar after the an account menu actions changes the screen ↵ | Dan | 2017-12-21 | 1 | -0/+6 |
| | | | | | | | | behind the sidebar. | ||||
* | | Add routes for mascara | Alexander Tseung | 2017-12-15 | 1 | -17/+5 |
| | | |||||
* | | Add react-router to allow use of the browser back button | Alexander Tseung | 2017-12-15 | 1 | -5/+20 |
|/ | |||||
* | Clear import error state on logout. | Dan | 2017-10-27 | 1 | -0/+1 |
| | |||||
* | Add Info section | Alexander Tseung | 2017-10-26 | 1 | -0/+6 |
| | |||||
* | Fix clickable area on logout | Chi Kei Chan | 2017-10-24 | 1 | -2/+3 |
| | |||||
* | Account menu white check mark | Chi Kei Chan | 2017-10-24 | 1 | -3/+3 |
| | |||||
* | New Sidebar uplift | Chi Kei Chan | 2017-10-24 | 1 | -1/+0 |
| | |||||
* | Change LOOSE label to IMPORTED | Chi Kei Chan | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Fix selectors | Chi Kei Chan | 2017-10-20 | 1 | -3/+2 |
| | |||||
* | New Account modal | Chi Kei Chan | 2017-10-18 | 1 | -51/+49 |
| | |||||
* | wip | Chi Kei Chan | 2017-10-18 | 1 | -5/+105 |
| | |||||
* | Adding Account Dropdown V2 | Chi Kei Chan | 2017-10-13 | 1 | -0/+56 |