Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Knowledge graph explorer frontend. Rebuilds the core of sphinx-nav-fiber with Ne
- Uses `sphinx-bridge` npm package (postMessage-based, not window.sphinx) for Sphinx app auth
- Custom Dialog component using React createPortal (base-ui Dialog had portal issues with Next.js)
- `.noise-bg` class uses `isolation: isolate` not `position: relative` (breaks fixed positioning on modals)
- Schema/ontology visualization uses dagre for layout, rendered as SVG
- Ontology page (`/admin/ontology`) has two views: the default network view reuses the main graph's `Neo4jCanvas` in standalone mode (`layoutKey`), fed by `src/lib/ontology-graph-data.ts`; the hierarchy view is a dagre tree rendered as SVG
- All API requests go through `src/lib/api.ts` which appends signed message params and handles L402 402 retries
- `NEXT_PUBLIC_USE_MOCKS=true` enables mock mode — skips all API calls, uses local fixtures

Expand Down
Loading
Loading