aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
Commit message (Collapse)AuthorAgeFilesLines
* bugfix - exportAccount - fix copyToClipboardkumavis2016-05-231-0/+1
|
* Added ability to nickname wallets locallyDan Finlay2016-05-211-0/+52
| | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature.
* Improve tx list styleDan Finlay2016-05-201-25/+2
| | | | Tx list no longer enlarges on hover, and failed transactions no longer have hover styles nor direct to an explorer page.
* Do not forward to null tx explorer pageDan Finlay2016-05-201-0/+1
|
* Render failed tx in tx listDan Finlay2016-05-201-7/+28
|
* Add special rendering for contracts in transaction listDan Finlay2016-05-201-14/+39
|
* Merge branch 'eyeballs' of github.com:MetaMask/metamask-plugin into eyeballskumavis2016-05-191-0/+31
|\
| * Merge pull request #190 from MetaMask/MenuDroppokumavis2016-05-191-0/+31
| |\ | | | | | | Drop-down menu
| | * Finish clean implementation of drop-down menuDan Finlay2016-05-191-1/+1
| | |
| | * Add dynamic list item stylesDan Finlay2016-05-191-0/+31
| | |
* | | ui - redesign - txList improvedkumavis2016-05-191-25/+83
|/ /
* / ui - redesign - ether amount componentkumavis2016-05-191-0/+40
|/
* ui - txList - add timekumavis2016-05-141-0/+11
|
* ui - txlist - better scroll bar positioningkumavis2016-05-141-1/+1
|
* ui - fix account-export marginkumavis2016-05-141-13/+22
|
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-142-41/+56
|
* clean - remove logging from tx listkumavis2016-05-141-1/+0
|
* ui - redesign - account detailskumavis2016-05-111-6/+8
|
* hotfix - identicon jazz bugkumavis2016-05-111-2/+6
|
* Began adding jazziconsDan Finlay2016-05-113-11/+53
| | | | | | | | 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.
* Style transaction list using new panel componentDan Finlay2016-05-071-26/+48
|
* Move account panel style into reusable componentDan Finlay2016-05-073-62/+96
| | | | | | | | 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.
* Always show transaction listDan Finlay2016-05-061-18/+10
|
* Move account export to subviewDan Finlay2016-05-052-1/+88
| | | | | | | | | | Account detail view now has an animated transitioning `subview` section that allows us to show extra details within it. Clicking `export` now slide replaces the transaction list with the export UI. Added cancel/done/submit buttons to the Export UI. Done submits like Enter did, the other two transition back to the transaction list. For some reason when first unlocking, the selected account is being instantly replaced with the accounts list, so I need to fix that before merging this into master.
* Improve tx UIDan Finlay2016-05-042-0/+14
|
* Add UI for Signing MessagesDan Finlay2016-05-043-0/+155
| | | | | | | | | | Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
* 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.
* Improve transaction list titleDan Finlay2016-04-201-1/+1
|
* Generate explorer link to match current blockchainDan Finlay2016-04-201-36/+6
|
* Improve some UI formattingDan Finlay2016-04-201-12/+32
|
* Moved transaction-list into its own componentDan Finlay2016-04-201-0/+49
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-142-0/+158