From 56bba7958758e52fd936a8fc1e5782fb4a2f01a2 Mon Sep 17 00:00:00 2001 From: wisecolt Date: Mon, 5 Jan 2026 17:34:57 +0000 Subject: [PATCH] =?UTF-8?q?revert=20feat(loop):=20loop=20durdurma=20=C3=B6?= =?UTF-8?q?zelli=C4=9Fi=20ekle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert feat(loop): loop durdurma özelliği ekle --- .../web/src/components/loop/LoopSetupCard.tsx | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/apps/web/src/components/loop/LoopSetupCard.tsx b/apps/web/src/components/loop/LoopSetupCard.tsx index c53437d..4099654 100644 --- a/apps/web/src/components/loop/LoopSetupCard.tsx +++ b/apps/web/src/components/loop/LoopSetupCard.tsx @@ -109,26 +109,6 @@ export const LoopSetupCard = () => { } }; - const stopLoop = async () => { - if (!selectedHash) { - return; - } - try { - await api.post("/api/loop/stop-by-hash", { hash: selectedHash }); - pushAlert({ - title: "Loop durduruldu", - description: "Seçili torrent için loop durduruldu.", - variant: "success", - }); - } catch (error) { - pushAlert({ - title: "Durdurma başarısız", - description: "Loop durdurulamadı.", - variant: "error", - }); - } - }; - const applyProfile = async (profile: Profile) => { if (!selectedHash) { pushAlert({