aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list-item.js
Commit message (Collapse)AuthorAgeFilesLines
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+165
|
* Make folder for responsive UIDan Finlay2017-07-041-165/+0
|
* Tolerate nonces of any formatDan Finlay2017-05-231-2/+2
|
* Render txs with no nonceDan Finlay2017-05-231-1/+1
|
* LintDan Finlay2017-05-221-3/+1
|
* Add transaction number (nonce) to tx listDan Finlay2017-05-221-0/+21
|
* Fix fiat renderingDan Finlay2017-05-171-3/+4
| | | | | | | | Fixes #1439. When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter. This now passes it in wherever it's used.
* Remove redux dependency from eth-balance and its dependent treeDan Finlay2017-05-131-1/+2
| | | | For better unit testability of the conf-tx view.
* Merge branch 'master' into rinkebyDan Finlay2017-04-281-2/+0
|\
| * Fix linting warningsThomas Huang2017-04-271-2/+0
| |
* | Add missing changes. Create unique style for rinkeby icon.Kevin Serrano2017-04-261-1/+1
|/
* clean - remove unused extension refkumavis2017-04-051-3/+2
|
* extension - prefer extensionizer modulekumavis2017-03-311-1/+1
|
* Enable etherscan linking on Kovan transaction list items.Kevin Serrano2017-03-231-1/+1
|
* Clean up message manger includes:Frankie2017-01-291-1/+0
| | | | | | | | | 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
* Merge branch 'master' into devDan Finlay2017-01-171-2/+1
|\
| * remove network Id 2 from explorer link and Add network Id 3Frances Pangilinan2016-12-211-2/+1
| |
* | Take some of the tx Logic out of the UI and create a visble state for ↵Frankie2017-01-121-7/+11
| | | | | | | | pending and unaproved transactions
* | First pass at revision requestsFrances Pangilinan2016-12-221-2/+2
| |
* | Linting to the max.Kevin Serrano2016-11-121-1/+1
|/
* Fix CHANGELOG.md and restructure onClick eventsFrankie2016-09-161-17/+12
|
* lintingFrankie2016-09-161-21/+22
|
* add tx-viz link to transaction historyFrankie2016-09-161-12/+27
|
* Nearly finished factoring fiat value into eth-balanceDan Finlay2016-09-071-0/+1
|
* LintedDan Finlay2016-08-231-1/+1
|
* Removed view more button, added account info button.Dan Finlay2016-08-231-1/+0
| | | | | | Also: - Also fixed bug that caused React warning when rendering the tx history. - Renamed 'Transactions' to 'History', since it now has more than that.
* WIP: ShapeShift txFrankie2016-08-191-2/+4
|
* Implement some cross-browser practices (#473)Dan Finlay2016-07-221-1/+2
| | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests
* Fix eth balance tooltip to show 6 decimals (#440)Frankie2016-07-141-0/+1
| | | | | | | | | | | | * Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log
* Integrate changes back into eth-balanceKevin Serrano2016-07-121-1/+1
|
* Move shorten balance to util. Add as property of generateBalance object output.Kevin Serrano2016-07-121-1/+1
|
* Implement alternate shortening scheme.Kevin Serrano2016-07-091-0/+2
|
* Add new component for tx-history to avoid messing with other styles. Add ↵Kevin Serrano2016-07-081-1/+1
| | | | fixed width specifically to this style.
* Modified test views again. Added fixed length to center tx information.Kevin Serrano2016-07-081-1/+4
|
* Add new test state with tx history. Fix alignment issue with transaction ↵Kevin Serrano2016-07-081-1/+2
| | | | history text.
* Add copy button to transaction listDan Finlay2016-06-301-0/+3
|
* Change color of failure to yellow. Change pending to ellipsis. (#338)Kevin Serrano2016-06-291-1/+1
| | | | | | * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog.
* Swap out Transat font for MontserratFrankie2016-06-231-2/+2
|
* Manually lintedDan Finlay2016-06-221-8/+2
|
* Auto lintedDan Finlay2016-06-221-12/+10
|
* Fix build errorDan Finlay2016-05-271-5/+2
|
* Remove etherscan links from non standard blockchainsDan Finlay2016-05-271-2/+9
|
* Fix network reference part 2Dan Finlay2016-05-271-1/+1
|
* Fix network referenceDan Finlay2016-05-271-1/+1
|
* Add clicking txs in list shows tx conf screenDan Finlay2016-05-271-1/+8
|
* Add pending messages to sign to tx listDan Finlay2016-05-271-53/+45
|
* Move transaction list item into its own componentDan Finlay2016-05-261-0/+126