From 6b46177dc0cf9ea59accada947d3e9783c17dceb Mon Sep 17 00:00:00 2001 From: Maximilian Liebmann Date: Fri, 27 Jun 2025 23:06:19 +0200 Subject: [PATCH] feat: tempcommit --- .../misc/profile-picture-upload.tsx | 7 +- src/components/misc/settings-page.tsx | 142 ++++++++++-------- 2 files changed, 82 insertions(+), 67 deletions(-) diff --git a/src/components/misc/profile-picture-upload.tsx b/src/components/misc/profile-picture-upload.tsx index 41b64e0..cdd1673 100644 --- a/src/components/misc/profile-picture-upload.tsx +++ b/src/components/misc/profile-picture-upload.tsx @@ -15,12 +15,7 @@ export default function ProfilePictureUpload({ <>
- + {data?.data.user.image ? (
- +
@@ -127,7 +124,7 @@ export default function SettingsPage() { type='text' label='Timezone' placeholder='Europe/Berlin' - defaultValue={data?.data.user.timezone} + defaultValue={data?.data.user.timezone ?? ''} >
@@ -147,7 +144,12 @@ export default function SettingsPage() {
- + Permanently delete your account and all associated data. @@ -165,67 +167,85 @@ export default function SettingsPage() { Notification Preferences -
- - -
-
-
- - -
-
+ +
- +
-
- - + + + +
+
+ + +
+
+ + +
+
+
+ +
+
+ + +
+
+ +
+
-
- - + + +
+
+ + +
+
+ + +
-
- - -
-
- - -
-
+