From 064a04d89869d9ff9ba2c597d01b1dde0c089062 Mon Sep 17 00:00:00 2001 From: wisecolt Date: Tue, 3 Feb 2026 09:37:09 +0000 Subject: [PATCH] =?UTF-8?q?refactor(settings):=20ayarlar=20sayfas=C4=B1=20?= =?UTF-8?q?d=C3=BCzenini=20g=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/SettingsPage.tsx | 104 ++++++++++++++-------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/frontend/src/pages/SettingsPage.tsx b/frontend/src/pages/SettingsPage.tsx index 941a2bd..8be7877 100644 --- a/frontend/src/pages/SettingsPage.tsx +++ b/frontend/src/pages/SettingsPage.tsx @@ -190,58 +190,6 @@ export function SettingsPage() { - - - Image Temizliği - - -
-
- -
- setCleanupValue(e.target.value)} - className="bg-white" - /> - -
-
-
- - -
-
-
-
- Webhook Secret @@ -277,6 +225,58 @@ export function SettingsPage() { + + + + Image Temizliği + + +
+
+ +
+ setCleanupValue(e.target.value)} + className="bg-white" + /> + +
+
+
+ + +
+
+
+
); }