From 1a7a8ec66e3f2ef0789592802ea0ac23cdcc195b Mon Sep 17 00:00:00 2001 From: wisecolt Date: Tue, 3 Feb 2026 10:25:15 +0300 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20mount=20kontrol=20aray=C3=BCz?= =?UTF-8?q?=C3=BCn=C3=BC=20yeniden=20d=C3=BCzenle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/routes/Settings.svelte | 40 +++++++++++++++++++------------ 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/client/src/routes/Settings.svelte b/client/src/routes/Settings.svelte index 82edb99..7d251ae 100644 --- a/client/src/routes/Settings.svelte +++ b/client/src/routes/Settings.svelte @@ -450,7 +450,30 @@ -
+ {#if error} +
+ + {error} +
+ {/if} + {#if success} +
+ + {success} +
+ {/if} +
+ + +
+
+
+ + Mount Kontrol +
+
+ +
@@ -460,7 +483,7 @@
{#if rcloneStatus} -
+
Durum:
Enabled: {rcloneStatus.enabled ? "Evet" : "Hayır"}
@@ -505,19 +528,6 @@ {/if}
{/if} - - {#if error} -
- - {error} -
- {/if} - {#if success} -
- - {success} -
- {/if}
{:else if activeTab === "advanced"}
Gelişmiş ayarlar burada yer alacak.