aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/settings/advanced-tab
Commit message (Collapse)AuthorAgeFilesLines
* Fix RPC URL message key casing (#6595)Whymarrh Whitby2019-05-101-1/+1
|
* Auto logout after specific time (#6558)Chi Kei Chan2019-05-094-3/+143
| | | | | | | | | | | | | | | | | | | | * Add i18n strings * Finish Auto timeout * Fix linter * Fix copies * Add unit test to Advanced Tab component * Add back actions and container * Add basic test to ensure container completeness * No zero, fix linters * restrict negative in input
* Update buttons & colors to match design system (#6446)Chi Kei Chan2019-04-171-3/+3
| | | | | | | | | | | | | | | | * Refactoring button styles * renaming buttons * Add Link and Button styles * Update new btn styles and storybook * Fix tests * Change font weight; Update storybook * Fix linter
* New settings page rebased (#6333)Dan J Miller2019-03-263-0/+427
* New setting tab * Add InfoTab * Add Advanced tab * Add Security Tab * Finish mobile view * Make new setting page responsive * Fix linter * Fix y scrolling * Update link in network dropdown * Fix e2e tests * Remove duplicate translation key * Resolve merge conflict * Only change settings header in popup view. * Place mobile-sync button in advanced-tab of settings