From 55d42d86cf947c038f798671403a6779a576dbfe Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Fri, 12 Jun 2026 13:23:15 +0200 Subject: [PATCH 01/23] refactor: solid account settings (@fehmer) --- frontend/src/index.html | 3 +- frontend/src/ts/components/mount.tsx | 3 +- .../account-settings/AccountSettingsPage.tsx | 55 +++++++++++++++++++ frontend/src/ts/states/account-settings.ts | 14 +++++ 4 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 frontend/src/ts/components/pages/account-settings/AccountSettingsPage.tsx diff --git a/frontend/src/index.html b/frontend/src/index.html index da677825157e..9fbf5ba6ab05 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -33,7 +33,8 @@ - - - - diff --git a/frontend/src/index.html b/frontend/src/index.html index 17deb81ec402..e462f01e88d2 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -33,8 +33,7 @@ - - - + diff --git a/frontend/src/ts/components/pages/account-settings/AuthenticationTab.tsx b/frontend/src/ts/components/pages/account-settings/AuthenticationTab.tsx index eec61f231aff..104c0fc0e1f9 100644 --- a/frontend/src/ts/components/pages/account-settings/AuthenticationTab.tsx +++ b/frontend/src/ts/components/pages/account-settings/AuthenticationTab.tsx @@ -55,7 +55,7 @@ function PasswordAuthentication() { text="update password" onClick={() => showUpdatePasswordModal()} />{" "} - hasAdditionalAuthMethodsReactive("password")}> +