Idea detail
miniature_graph_pane
reqlan rq/extension/module/activitybar-panels/minigraph.rq:7
Summary
A small interactive graph centred on the cursor idea ( or the file's first idea when the caret is outside any block ).
Consumes graph_library with sidebar-appropriate defaults; slices from local_graph_analysis.
- Default depth 1; + / - controls expand or collapse neighbourhood depth without opening Ideas Summary.
- Pan, zoom, and drag per view_controls.
- Labels default to graph_label_auto via shared GraphCyController ( no separate Labels control here; full control lives on graphical_graph ).
- manual_reframe — " Fit to view " in MiniGraphCanvas.svelte; same API as the full graph tab.
- auto_reframe and reframe_animation when the neighbourhood node set changes ( instant first fit, animated afterward ).
- No full layout / physics menus here ( defer to graphical_graph ).
- Single-click a node opens its source; double-click or " Focus " recentres the slice on that idea.
- Edge kinds styled like the full graph ( including dashed file-reference edges ).
- When nodes are truncated per node_truncation, show " + N more " with a control to open the centred slice in Ideas Summary.
- " Open in Graph tab " hands off centerId and query state to ideas-summary-panel.ts.
Mount cytoscape only while this sub-pane is visible per graph_cy_controller.
Navigation
Attributes
No attributes declared.
Ancestor context
No ancestor chain recorded.
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| file_reference | ideas_summary_panel | packages/extension/src/webview_module/ideas-summary-panel.ts | ideas-summary-panel.ts |
| file_reference | MiniGraphCanvas | packages/extension/webviews/activity-bar/components/MiniGraphCanvas.svelte | MiniGraphCanvas.svelte |
| file_reference | ../../features-graph-analysers.rq | reqlan rq/extension/features-graph-analysers.rq | — |
| file_reference | ../../library/graph.rq | reqlan rq/extension/library/graph.rq | — |
| file_reference | ../graphical_graph.rq | reqlan rq/extension/module/graphical_graph.rq | — |
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| references | minigraph_loading | reqlan rq/extension/module/activitybar-panels/minigraph.rq | miniature_graph_pane |
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| references | auto_reframe | auto_reframe | |
| references | graph_cy_controller | graph_cy_controller | |
| references | graph_label_auto | graph_label_auto | |
| references | graph_library | graph_library | |
| references | graphical_graph | graphical_graph | |
| references | local_graph_analysis | local_graph_analysis | |
| references | manual_reframe | manual_reframe | |
| references | node_truncation | node_truncation | |
| references | reframe_animation | reframe_animation | |
| references | view_controls | view_controls |
Initialising graph…