Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 2 | -6/+15 |
| | | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value | ||||
* | fixed currency-display (#5619) | HackyMiner | 2018-10-30 | 2 | -3/+22 |
| | | | * call getValueFromWeiHex() with fromCurrency=nativeCurrency | ||||
* | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 1 | -2/+2 |
| | |||||
* | Fix account display width for large currency values | Alexander Tseung | 2018-10-21 | 4 | -7/+28 |
| | |||||
* | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 4 | -9/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
* | Allow denominations in CurrencyDisplay component | Alexander Tseung | 2018-09-13 | 3 | -4/+55 |
| | |||||
* | Fix naming, add eth.getCode check for actions, fix translations for statuses | Alexander Tseung | 2018-08-24 | 2 | -2/+3 |
| | |||||
* | Add CurrencyDisplay and TokenCurrencyDisplay components | Alexander Tseung | 2018-08-24 | 5 | -0/+133 |