🎨 style: refresh topology visualization

This commit is contained in:
2026-08-13 02:19:26 +07:00
parent e4729d4d57
commit 019ca5c99b
12 changed files with 699 additions and 890 deletions
@@ -1,10 +1,10 @@
import type { TopologyEdge, TopologyNode } from "@/lib/topology-types";
const LAYOUT_CONFIG = {
TIER_SPACING: 300, // Vertical spacing between proxy and server tiers
NODE_SPACING: 250, // Horizontal spacing between nodes
START_X: 150, // Left padding
START_Y: 100, // Top padding
TIER_SPACING: 300,
NODE_SPACING: 250,
START_X: 150,
START_Y: 100,
} as const;
export function applyHierarchicalLayout(