aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list.js
Commit message (Collapse)AuthorAgeFilesLines
* Set initial scale for mobile.Dan Finlay2017-07-271-1/+3
|
* Lots of flex rearrangement on account detail viewDan Finlay2017-07-261-5/+7
| | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
* Replace ui with responsive-uiDan Finlay2017-07-251-2/+6
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+79
|
* Make folder for responsive UIDan Finlay2017-07-041-79/+0
|
* Merge branch 'master' into AddTokenListDan Finlay2017-06-131-1/+2
|\
| * Remove redux dependency from eth-balance and its dependent treeDan Finlay2017-05-131-1/+2
| | | | | | | | For better unit testability of the conf-tx view.
* | Add functional but ugly and hard-coded token listDan Finlay2017-04-211-11/+0
|/
* Clean up message manger includes:Frankie2017-01-291-2/+2
| | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern
* Clean up codeFrankie2017-01-141-2/+2
|
* Take some of the tx Logic out of the UI and create a visble state for ↵Frankie2017-01-121-4/+5
| | | | pending and unaproved transactions
* Revert "Interface enhancements"Dan Finlay2016-12-171-1/+2
|
* Better account details viewLuis Iván Cuende2016-12-151-2/+1
|
* More lintingDan Finlay2016-08-231-2/+1
|
* LintedDan Finlay2016-08-231-3/+1
|
* Removed view more button, added account info button.Dan Finlay2016-08-231-16/+12
| | | | | | Also: - Also fixed bug that caused React warning when rendering the tx history. - Renamed 'Transactions' to 'History', since it now has more than that.
* Merge branch 'master' into i390-TransactionLimitDan Finlay2016-08-231-0/+5
|\
| * WIP: ShapeShift txFrankie2016-08-191-1/+5
| |
* | Change 'View More' to 'Show More'Dan Finlay2016-08-191-1/+1
| |
* | LintedDan Finlay2016-08-191-1/+1
| |
* | Added `view more` button to transaction listDan Finlay2016-08-191-7/+26
|/ | | | Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message.
* Implemt new account layoutFrankie2016-07-011-2/+3
|
* Manually lintedDan Finlay2016-06-221-9/+8
|
* Auto lintedDan Finlay2016-06-221-4/+4
|
* Fix network referenceDan Finlay2016-05-271-1/+1
|
* Add clicking txs in list shows tx conf screenDan Finlay2016-05-271-2/+4
|
* Add pending messages to sign to tx listDan Finlay2016-05-271-1/+3
|
* Move transaction list item into its own componentDan Finlay2016-05-261-107/+7
|
* Make transaction list into actual React ComponentDan Finlay2016-05-261-35/+43
|
* 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
|
* ui - redesign - txList improvedkumavis2016-05-191-25/+83
|
* 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