aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-panel.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-86/+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
* Fix blockies icons overriding contract map icons. Refactor Identicon ↵Alexander Tseung2018-10-251-1/+1
| | | | component (#5599)
* Began reworking tx conf viewDan Finlay2016-07-071-1/+1
|
* Wallet name now is properly truncated.Kevin Serrano2016-06-291-1/+1
|
* breakout pending-tx-detailskumavis2016-06-251-1/+1
|
* pending-tx pass the identicon pref onkumavis2016-06-241-0/+1
|
* account-panel combine panel into account-panelkumavis2016-06-241-12/+37
|
* Manually lintedDan Finlay2016-06-221-5/+0
|
* Auto lintedDan Finlay2016-06-221-9/+6
|
* Fix tx approval address formattingDan Finlay2016-06-171-1/+2
|
* Let account address take more space in account listDan Finlay2016-06-151-2/+1
|
* Began adding jazziconsDan Finlay2016-05-111-1/+1
| | | | | | | | Currently experiencing a few problems: 1. Tons of errors on app start. It's as if Jazzicon is getting called many times at start with some object as its diameter. 2. Weird visual glitches. When leaving a view with a jazzicon, it flashes off its border radius. 3. Messy transitions. Might want to just re-do the transitions. They just look awful, it's barely worthwhile.
* Move account panel style into reusable componentDan Finlay2016-05-071-61/+30
| | | | | | | | The styles that defined the `account-panel` component now belong to the `panel` component, which is now used by the `account-panel` component for its styles. It accepts an optional `onClick` property that it will fire when clicked! Planning to use it for the tx-list.
* Convert icons to identiconsDan Finlay2016-04-301-2/+10
|
* Persist selected accountDan Finlay2016-04-261-4/+2
| | | | | | When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask. Also found the bug where `rawtestrpc` was still being used as a default, and fixed it!
* Make account detail view the primary viewDan Finlay2016-04-261-1/+1
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+93