fresh-main #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "fresh-main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat: Add fullscreen mode with content panel to KnowledgeGraph
This PR introduces a fullscreen viewing mode to the main Knowledge Graph component (
src/components/KnowledgeGraph.astro
).Changes:
handleNodeClickFullscreen
) to display the full post content (node.content
) directly in the right-hand panel when in fullscreen mode.showContentPlaceholder
,fetchPostContent
) for content loading and display logic..post-content
, loading spinner, etc.), and responsiveness.Note: This commit also includes the creation of
src/components/MiniGraph.astro
and potentially other related changes from previous attempts to modify the blog post sidebar, which can be reviewed or addressed in subsequent PRs if needed. The primary focus of this PR is the enhancement toKnowledgeGraph.astro
.