From 7bbdec0f853e9f5f3766579290d65f588fdfd52a Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 5 Feb 2026 20:05:54 -0500 Subject: [PATCH] improved settings UX --- apps/web/pages/settings/access-tokens.tsx | 2 +- apps/web/pages/settings/account.tsx | 68 +++++-- apps/web/pages/settings/billing.tsx | 1 + apps/web/pages/settings/password.tsx | 11 +- apps/web/pages/settings/preference.tsx | 223 ++++++++++++++-------- 5 files changed, 210 insertions(+), 95 deletions(-) diff --git a/apps/web/pages/settings/access-tokens.tsx b/apps/web/pages/settings/access-tokens.tsx index b0fb6dc6..8dc89d5d 100644 --- a/apps/web/pages/settings/access-tokens.tsx +++ b/apps/web/pages/settings/access-tokens.tsx @@ -99,7 +99,7 @@ const Page: NextPageWithLayout = () => { )} @@ -423,7 +479,7 @@ const Page: NextPageWithLayout = () => {

{t("tag_preservation_rule_label")}

-
+
{ ))}
+
@@ -603,16 +667,15 @@ const Page: NextPageWithLayout = () => {
+ - - );