aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/settings/security-tab
Commit message (Collapse)AuthorAgeFilesLines
* Connections settings tab (#7013)Whymarrh Whitby2019-08-162-105/+0
| | | | | | | | | | | | * Nix notification for Share Address * Add Connections settings tab in place of privacy mode toggle * Split ProviderApprovalController into two stores * Remove privacyMode feature flag altogether * Add migration to remove privacyMode feature flag
* Address various UI styling issues (#6744)Dan J Miller2019-07-091-5/+5
| | | | | | | | | | | | | | * Add loading spinner to pending tx status label. * Add border around account icon in top right * Change style of settings toggle buttons; wrap with local components * Eliminate large space after settings labels when no description * Remove network form from advanced tab of settings * Keep new account container height to contents when in full screen
* 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/+238
* 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