aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/fiat-value.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-66/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Merge branch 'master' into mmnChi Kei Chan2017-09-281-1/+2
|\
| * Account for undefined currencies.Kevin Serrano2017-09-271-1/+2
| |
| * Comply with current currency API and add additional styling.Kevin Serrano2017-09-191-1/+1
| |
* | Styles and behaviour correctDan2017-08-291-9/+11
| |
* | Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+63
| |
* | Make folder for responsive UIDan Finlay2017-07-041-63/+0
|/
* Fix fiat renderingDan Finlay2017-05-171-4/+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-11/+5
| | | | For better unit testability of the conf-tx view.
* Rename variables to proper currency state variables.Kevin Serrano2017-03-151-2/+2
|
* Restore broken variable referenceDan Finlay2016-09-091-0/+1
|
* Fix double tooltipDan Finlay2016-09-091-10/+1
|
* Got basic fiat display modularizedDan Finlay2016-09-071-0/+1
|
* Fix fiat-valueDan Finlay2016-09-071-1/+0
|
* Nearly finished factoring fiat value into eth-balanceDan Finlay2016-09-071-2/+1
|
* Continuing fiat balance modularizationDan Finlay2016-09-041-0/+80