aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix floating point input bugDan Finlay2016-04-201-3/+5
| | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working.
* Improve some UI formattingDan Finlay2016-04-201-1/+1
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+139