feat(parcel-sync): add Monitor link next to WDS on export tab
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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({
|
||||
</Card>
|
||||
)}
|
||||
|
||||
{/* Weekend Deep Sync hint */}
|
||||
{/* Weekend Deep Sync + Monitor hints */}
|
||||
<div className="flex items-center gap-2 text-xs text-muted-foreground">
|
||||
<Moon className="h-3.5 w-3.5 shrink-0" />
|
||||
<span>
|
||||
@@ -1340,6 +1341,18 @@ export function ExportTab({
|
||||
{" "}— sincronizare automata Vin/Sam/Dum noaptea.
|
||||
</span>
|
||||
</div>
|
||||
<div className="flex items-center gap-2 text-xs text-muted-foreground">
|
||||
<Activity className="h-3.5 w-3.5 shrink-0" />
|
||||
<span>
|
||||
Rebuild PMTiles si status servicii?{" "}
|
||||
<Link
|
||||
href="/monitor"
|
||||
className="underline hover:text-foreground transition-colors"
|
||||
>
|
||||
Monitor
|
||||
</Link>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
{/* Background sync progress */}
|
||||
{bgJobId && bgProgress && bgProgress.status !== "unknown" && (
|
||||
|
||||
Reference in New Issue
Block a user