diff --git a/src/app/(modules)/wds/page.tsx b/src/app/(modules)/wds/page.tsx index 8b33469..4571891 100644 --- a/src/app/(modules)/wds/page.tsx +++ b/src/app/(modules)/wds/page.tsx @@ -16,6 +16,7 @@ import { AlertTriangle, WifiOff, Activity, + Play, } from "lucide-react"; import { Button } from "@/shared/components/ui/button"; import { Input } from "@/shared/components/ui/input"; @@ -251,6 +252,21 @@ export default function WeekendDeepSyncPage() { {lastRefresh.toLocaleTimeString("ro-RO", { hour: "2-digit", minute: "2-digit", second: "2-digit" })} )} + {syncStatus !== "running" && ( + + )}