Add visual graph editor for entity interconnections
SVG-based node graph with ELK.js autolayout showing all 13 entity types and their relationships. Features include: - Pan/zoom canvas with bounds clamping and dead-zone click detection - Interactive minimap with viewport rectangle, click-to-pan, drag-to-move, and dual resize handles (bottom-left/bottom-right) - Movable toolbar with drag handle and inline zoom percentage indicator - Entity-type SVG icons from Lucide icon set with subtype-specific overrides - Command palette search (/) with keyboard navigation and fly-to - Node selection with upstream/downstream chain highlighting - Double-click to zoom-to-card, edit/delete overlay on hover - Legend panel, orphan node detection, running state indicators - Full i18n support with languageChanged re-render - Catmull-Rom-to-cubic bezier edge routing for smooth curves Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1373,5 +1373,16 @@
|
||||
"sync_clock.reset_done": "Часы сброшены на ноль",
|
||||
"sync_clock.delete.confirm": "Удалить эти часы синхронизации? Привязанные источники потеряют синхронизацию и будут работать на скорости по умолчанию.",
|
||||
"color_strip.clock": "Часы синхронизации:",
|
||||
"color_strip.clock.hint": "Привязка к часам для синхронизации анимации между источниками. Скорость управляется на часах."
|
||||
"color_strip.clock.hint": "Привязка к часам для синхронизации анимации между источниками. Скорость управляется на часах.",
|
||||
"graph.title": "Граф",
|
||||
"graph.fit_all": "Показать все узлы",
|
||||
"graph.zoom_in": "Приблизить",
|
||||
"graph.zoom_out": "Отдалить",
|
||||
"graph.search": "Поиск узлов",
|
||||
"graph.search_placeholder": "Поиск сущностей...",
|
||||
"graph.legend": "Легенда",
|
||||
"graph.minimap": "Миникарта",
|
||||
"graph.relayout": "Перестроить",
|
||||
"graph.empty": "Ещё нет сущностей",
|
||||
"graph.empty.hint": "Создайте устройства, источники и цели, чтобы увидеть их здесь."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user