From 7b84545dc59b0d0788df129fe3751b99638cbfbb Mon Sep 17 00:00:00 2001 From: RaymondVerhoef Date: Mon, 18 May 2026 21:21:58 +0200 Subject: [PATCH] feat: add KnowledgeGraph component for D3-based visualization and AI-driven graph management --- src/components/admin/KnowledgeGraph.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/admin/KnowledgeGraph.jsx b/src/components/admin/KnowledgeGraph.jsx index cbdc98a..2142098 100644 --- a/src/components/admin/KnowledgeGraph.jsx +++ b/src/components/admin/KnowledgeGraph.jsx @@ -1,6 +1,6 @@ import React, { useCallback, useEffect, useRef, useState } from 'react'; import * as d3 from 'd3'; -import { Trash2, Edit2, Save, X, RefreshCw, AlertCircle, Plus, Link as LinkIcon, Github } from 'lucide-react'; +import { Trash2, Edit2, Save, X, RefreshCw, AlertCircle, Plus, Link as LinkIcon } from 'lucide-react'; import * as db from '../../lib/db'; import { anthropicApi } from '../../lib/api'; import { getRepoFolder } from '../../lib/giteaService'; @@ -343,7 +343,7 @@ Analyze this graph and return ONLY the optimized JSON object with this EXACT str variant="outline" className="w-full flex justify-center items-center gap-2" > - + {isSyncing ? 'Checking for updates...' : 'Sync Employee Handbook'} {syncError && (