From b4bd459d275034bdfd299d552874ec052656c831 Mon Sep 17 00:00:00 2001 From: 0x1d Date: Fri, 24 Oct 2025 22:30:57 +0200 Subject: [PATCH] feat: primary node switching in topology graph --- public/index.html | 8 + public/scripts/api-client.js | 7 + public/scripts/app.js | 59 ++++ .../components/TopologyGraphComponent.js | 262 ++++++++++++++++-- public/scripts/view-models.js | 97 +++++-- public/styles/main.css | 40 +++ 6 files changed, 427 insertions(+), 46 deletions(-) diff --git a/public/index.html b/public/index.html index 9bc94de..15c0a96 100644 --- a/public/index.html +++ b/public/index.html @@ -54,6 +54,14 @@