Skip to content

Commit e6dffc2

Browse files
authored
MNTOR-5088 - Deprecate old settings page (#6214)
* rmv old settings page * transfer edit your info tests * transfer manage acconut settings * fix tests * fix onDeleteAccount mock to match Promise return type * remove commented out code * refactor notification tests * fix all notification tests * delete old settings page * Update tests to replace \string\i escaped text queries with plain strings * update mockdata
1 parent a2b3129 commit e6dffc2

14 files changed

+954
-2911
lines changed

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/settings/EmailAddressAdder.module.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/settings/EmailAddressAdder.tsx

Lines changed: 0 additions & 178 deletions
This file was deleted.

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/settings/SettingsConfirmationDialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export const SettingsConfirmationDialog = (props: Props) => {
3939
},
4040
});
4141
const dialogTrigger = useOverlayTrigger({ type: "dialog" }, dialogState);
42-
4342
return (
4443
<>
4544
<TelemetryButton

src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/settings/SettingsContent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ function SettingsContent(props: SettingsProps) {
7979
selectedKey={activeTab}
8080
tabs={tabsData}
8181
orientation="vertical"
82+
/*c8 ignore next 3 */
8283
onSelectionChange={(selectedKey) => {
8384
setActiveTab(selectedKey as TabType);
8485
}}

0 commit comments

Comments
 (0)