aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/settings/settings-tab
Commit message (Collapse)AuthorAgeFilesLines
* I#5956 fix2 dont overwrite existing rpc settings (#6044)Frankie2019-01-302-3/+2
| | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method
* I#5956 fix 1 (#6026)Frankie2019-01-181-0/+3
| | | | | * prevent invalid chainId's when adding cusstom rpcs * migration 30 removes invalid chaids from preferences and networkController for custom rpcs
* Fix grammar error in Current Conversion (#6029)Alexander Tseung2019-01-171-1/+1
|
* EIP-1102: add user privacy optionbitpshr2018-11-062-36/+37
|
* EIP-1102: Add option to force-enable providerbitpshr2018-11-062-0/+33
|
* EIP-1102: updated implementationbitpshr2018-11-062-0/+33
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-263-38/+110
|
* Adds toggle for primary currency (#5421)Alexander Tseung2018-10-173-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* support editable customRPC (#5267)HackyMiner2018-09-291-0/+1
| | | | | | * support editable customRPC #5246 * remove rpcList size restriction
* Add Current Conversion Updated string to translationsAlexander Tseung2018-09-201-1/+1
|
* Refactor settings page to use JSX and follow component file folder structureAlexander Tseung2018-09-204-0/+470