From 846242ae1af1efe29becdae78cce03690b8c3697 Mon Sep 17 00:00:00 2001 From: openclaw Date: Tue, 24 Mar 2026 08:56:03 +0000 Subject: [PATCH] feat(graph): rich detail panel with API fetch and edit button (GAP-F2, GAP-F5) Co-Authored-By: Claude Opus 4.6 --- .../modules/graph/components/GraphDetail.vue | 375 ++++++++++++++++-- 1 file changed, 352 insertions(+), 23 deletions(-) diff --git a/frontend/src/modules/graph/components/GraphDetail.vue b/frontend/src/modules/graph/components/GraphDetail.vue index 9d4f7a8..dbb1d1c 100644 --- a/frontend/src/modules/graph/components/GraphDetail.vue +++ b/frontend/src/modules/graph/components/GraphDetail.vue @@ -1,47 +1,376 @@