aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list.js
Commit message (Collapse)AuthorAgeFilesLines
* ui - txList - add timekumavis2016-05-141-0/+11
|
* ui - txlist - better scroll bar positioningkumavis2016-05-141-1/+1
|
* ui - redesign - trans group + + account detail + tx list fixeskumavis2016-05-141-37/+49
|
* clean - remove logging from tx listkumavis2016-05-141-1/+0
|
* Style transaction list using new panel componentDan Finlay2016-05-071-26/+48
|
* Move account panel style into reusable componentDan Finlay2016-05-071-1/+3
| | | | | | | | 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-051-1/+1
| | | | | | | | | | 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 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