aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/eth-balance.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception thrown when styleOverride is not present (#3364)Alexander Tseung2018-03-021-1/+1
|
* Lint fixesDan2017-08-311-2/+2
|
* Clean up send.js and eth-balance.js with es6.Dan2017-08-311-33/+25
|
* Using eth balance component to ensure proper rounding.Dan2017-08-291-27/+42
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+89
|
* Make folder for responsive UIDan Finlay2017-07-041-89/+0
|
* Fix fiat renderingDan Finlay2017-05-171-2/+2
| | | | | | | | 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-8/+8
| | | | For better unit testability of the conf-tx view.
* Fix rendering of loose accountsDan Finlay2016-12-241-1/+3
|
* LintedDan Finlay2016-09-071-23/+22
|
* Got basic fiat display modularizedDan Finlay2016-09-071-22/+24
|
* Nearly finished factoring fiat value into eth-balanceDan Finlay2016-09-071-2/+2
|
* Continuing fiat balance modularizationDan Finlay2016-09-041-7/+11
|
* Fix issue where if given a balance that does not need to be parsed will not ↵Frankie2016-08-201-5/+6
| | | | be parsed
* Make ballance teal for shapeshift tx and add to change logFrankie2016-08-191-2/+2
|
* linting and ignoring.Kevin Serrano2016-08-171-1/+0
|
* Divided eth components for tx and account detail.Kevin Serrano2016-08-171-14/+2
|
* Fix default value. Add loading indication for async.Kevin Serrano2016-08-101-3/+1
|
* Get fiat numbers rendering on tooltip. Need to find way to create line breaks.Kevin Serrano2016-08-061-2/+21
|
* Fix eth balance tooltip to show 6 decimals (#440)Frankie2016-07-141-2/+2
| | | | | | | | | | | | * 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-27/+29
|
* eth-balance fixkumavis2016-07-081-1/+10
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-081-10/+1
|\ | | | | | | ConfirmationStyle
| * Fixed eth_balance style, completing partial mergeDan Finlay2016-07-081-10/+1
| |
* | ui - remove doubled eth-balancekumavis2016-07-081-5/+0
|/
* lint fixkumavis2016-07-081-1/+1
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-07-081-21/+36
|\ | | | | | | ConfirmationStyle
| * Change function name to generateBalanceObjectFrankie2016-07-081-2/+2
| |
| * Add method to deal with small decimals and create the object for eth-balance ↵Frankie2016-07-081-17/+22
| | | | | | | | component
* | LintedDan Finlay2016-07-081-1/+1
| |
* | Add configurable params to eth-balanceDan Finlay2016-07-081-10/+17
| |
* | Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-081-20/+15
|\|
| * Revert back to original formatBalanceFrankie2016-07-081-20/+15
| |
* | Fixed up pending-tx-detailsDan Finlay2016-07-071-1/+2
|/
* Add a postion option for tool tipFrankie2016-07-071-0/+1
|
* Add decimal hendeling to ETH balanceFrankie2016-07-071-15/+19
|
* Implemt new account layoutFrankie2016-07-011-6/+16
|
* WIP: Working on new layoutFrankie2016-07-011-1/+17
|
* Manually lintedDan Finlay2016-06-221-1/+0
|
* Auto lintedDan Finlay2016-06-221-2/+2
|
* correctly displaying small balances with testsZac Mitton2016-05-261-10/+2
|
* ui - redesign - ether amount componentkumavis2016-05-191-0/+40