/security/p5-Digest/

llet' title='dexon-wallet Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/settings/settings-tab/settings-tab.container.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix UI bugsHsuan Lee2018-12-101-2/+2
|
* Complete onboarding flowHsuan Lee2018-12-101-3/+0
|
* EIP-1102: add user privacy optionbitpshr2018-11-061-2/+6
|
* EIP-1102: Add option to force-enable providerbitpshr2018-11-061-0/+1
|
* EIP-1102: updated implementationbitpshr2018-11-061-0/+1
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-6/+8
|
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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