aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/panel.js
Commit message (Collapse)AuthorAgeFilesLines
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-141-4/+7
|
* Began adding jazziconsDan Finlay2016-05-111-10/+3
| | | | | | | | 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-0/+63
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.