aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fix eth resolutionDan Finlay2016-04-152-4/+21
| | | | | | | | 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.
* Move UI deps into main plugin package.jsonDan Finlay2016-04-142-72/+0
| | | | | Also move UI test scripts into main plugin Also move testing explanation to main plugin README.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-1452-0/+4369