aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-panel.js
Commit message (Collapse)AuthorAgeFilesLines
* 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