aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/panel.js
Commit message (Collapse)AuthorAgeFilesLines
* account-panel combine panel into account-panelkumavis2016-06-241-54/+0
|
* icon-factory - overhaul to provide svg or imagified elkumavis2016-06-241-3/+3
|
* tx-conf add non-interactive mode for notificationkumavis2016-06-241-3/+3
|
* Manually lintedDan Finlay2016-06-221-4/+0
|
* Auto lintedDan Finlay2016-06-221-3/+2
|
* 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.