Refactoring Properties component

This commit is contained in:
2025-08-03 11:10:17 +02:00
parent c694f42c07
commit 2bd998fe69
8 changed files with 354 additions and 23 deletions

View File

@@ -61,6 +61,9 @@ class WorkflowsDesignerState:
connections: list[Connection] = field(default_factory=list)
component_counter: int = 0
designer_height: int = 230
properties_input_width: int = None
properties_properties_width : int = None
properties_output_width: int = None
selected_component_id: str | None = None