From 31877fde9e777711a77b169fba1e883377ff3f28 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Mon, 30 Mar 2026 08:58:18 +0300 Subject: [PATCH] feat(wds): add 'Descarca parcele' button for quick terenuri+cladiri sync Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/(modules)/wds/page.tsx | 41 +++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/src/app/(modules)/wds/page.tsx b/src/app/(modules)/wds/page.tsx index 4571891..09291a1 100644 --- a/src/app/(modules)/wds/page.tsx +++ b/src/app/(modules)/wds/page.tsx @@ -17,6 +17,7 @@ import { WifiOff, Activity, Play, + Download, } from "lucide-react"; import { Button } from "@/shared/components/ui/button"; import { Input } from "@/shared/components/ui/input"; @@ -253,19 +254,33 @@ export default function WeekendDeepSyncPage() { )} {syncStatus !== "running" && ( - + <> + + + )}