Add graph editor filter, anchor-based positioning, and context docs
- Add name/kind/subtype filter bar with keyboard shortcut (F key) - Filtered-out nodes get dimmed styling, nearly invisible on minimap - Add anchor-based positioning for minimap and toolbar (remembers which corner element is closest to, maintains offset on resize) - Fix minimap not movable after reload (_applyMinimapAnchor undefined) - Fix ResizeObserver to use anchor system for both minimap and toolbar - Add graph-editor.md context file and update frontend.md with graph sync notes - Add filter i18n keys for en/ru/zh locales Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1407,5 +1407,8 @@
|
||||
"graph.relayout_confirm": "Reset all manual node positions and re-layout the graph?",
|
||||
"graph.fullscreen": "Toggle fullscreen",
|
||||
"graph.add_entity": "Add entity",
|
||||
"graph.color_picker": "Node color"
|
||||
"graph.color_picker": "Node color",
|
||||
"graph.filter": "Filter nodes",
|
||||
"graph.filter_placeholder": "Filter by name...",
|
||||
"graph.filter_clear": "Clear filter"
|
||||
}
|
||||
|
||||
@@ -1407,5 +1407,8 @@
|
||||
"graph.relayout_confirm": "Сбросить все ручные позиции узлов и перестроить граф?",
|
||||
"graph.fullscreen": "Полноэкранный режим",
|
||||
"graph.add_entity": "Добавить сущность",
|
||||
"graph.color_picker": "Цвет узла"
|
||||
"graph.color_picker": "Цвет узла",
|
||||
"graph.filter": "Фильтр узлов",
|
||||
"graph.filter_placeholder": "Фильтр по имени...",
|
||||
"graph.filter_clear": "Очистить фильтр"
|
||||
}
|
||||
|
||||
@@ -1407,5 +1407,8 @@
|
||||
"graph.relayout_confirm": "重置所有手动节点位置并重新布局图表?",
|
||||
"graph.fullscreen": "切换全屏",
|
||||
"graph.add_entity": "添加实体",
|
||||
"graph.color_picker": "节点颜色"
|
||||
"graph.color_picker": "节点颜色",
|
||||
"graph.filter": "筛选节点",
|
||||
"graph.filter_placeholder": "按名称筛选...",
|
||||
"graph.filter_clear": "清除筛选"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user