refactor(editor): remove EditorCardManager references from various editors

- Eliminated the inclusion of EditorCardManager from multiple editor header files, streamlining dependencies and reducing coupling.
- Updated comments in PaletteEditor to reflect the transition to EditorCardRegistry for card management.

Benefits:
- Enhances modularity by decoupling editor components from the centralized card manager.
- Improves maintainability and clarity in the codebase by aligning with the new card management approach.
This commit is contained in:
scawful
2025-10-15 16:55:07 -04:00
parent 49c59191ac
commit 7ee8f90574
15 changed files with 11 additions and 1311 deletions

View File

@@ -58,7 +58,6 @@ set(GUI_AUTOMATION_SRC
set(GUI_APP_SRC
app/gui/app/agent_chat_widget.cc
app/gui/app/collaboration_panel.cc
app/gui/app/editor_card_manager.cc
app/gui/app/editor_layout.cc
)