From 89e7d08d19b37d36b7efa340a1cdb85d97f2d602 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Mon, 30 Mar 2026 09:07:30 +0300 Subject: [PATCH] feat(parcel-sync): add Monitor link next to WDS on export tab Co-Authored-By: Claude Opus 4.6 (1M context) --- .../parcel-sync/components/tabs/export-tab.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/modules/parcel-sync/components/tabs/export-tab.tsx b/src/modules/parcel-sync/components/tabs/export-tab.tsx index 179cee0..28eec8b 100644 --- a/src/modules/parcel-sync/components/tabs/export-tab.tsx +++ b/src/modules/parcel-sync/components/tabs/export-tab.tsx @@ -16,6 +16,7 @@ import { ArrowDownToLine, AlertTriangle, Moon, + Activity, } from "lucide-react"; import Link from "next/link"; import { Button } from "@/shared/components/ui/button"; @@ -1326,7 +1327,7 @@ export function ExportTab({ )} - {/* Weekend Deep Sync hint */} + {/* Weekend Deep Sync + Monitor hints */}
@@ -1340,6 +1341,18 @@ export function ExportTab({ {" "}— sincronizare automata Vin/Sam/Dum noaptea.
+
+ + + Rebuild PMTiles si status servicii?{" "} + + Monitor + + +
{/* Background sync progress */} {bgJobId && bgProgress && bgProgress.status !== "unknown" && (