aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
Commit message (Collapse)AuthorAgeFilesLines
* Generate explorer link to match current blockchainDan Finlay2016-04-202-37/+10
|
* Improve some UI formattingDan Finlay2016-04-202-13/+33
|
* Move transaction list after account panelDan Finlay2016-04-201-12/+1
|
* Moved transaction-list into its own componentDan Finlay2016-04-202-8/+55
|
* Merge branch 'master' into TransactionListDan Finlay2016-04-201-2/+1
|\
| * Fix displayed RPC addressDan Finlay2016-04-191-2/+1
| | | | | | | | Fixes #119
* | Prototype Transaction Details in account-detail.jsJohn Whitton2016-04-201-0/+17
|/ | | | Rough prototype with hyperlink
* Add leading zero to account balancesDan Finlay2016-04-161-1/+1
|
* ui - util - fixes#110 formatBalancekumavis2016-04-151-2/+2
|
* Fix eth resolutionDan Finlay2016-04-151-2/+7
| | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-1433-0/+3539