Feature/186 layers should indicate execution#193
Merged
felix-schultz merged 2 commits intodevfrom Aug 17, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and refactors across the flow board UI components and supporting utilities. The main focus is on enhancing the layer node visualization, providing clearer execution and log status indicators, and improving code consistency and readability by standardizing imports and formatting. Additionally, there are updates to configuration and documentation to clarify usage and best practices.
Layer Node Visualization & Execution Status:
LayerNodecomponent to display log severity icons (fatal, error, warning) and execution status indicators (running spinner, done checkmark, trace icon) using new state and hooks for log aggregation and execution tracking. The node now visually dims when execution is complete. [1] [2] [3]LayerNodefor recursively collecting child node IDs and determining execution status and severity from run and log state.Code Consistency & Formatting:
layer-editing-menu.tsx,layer-inner-node.tsx,layer-node.tsx,flow-board-utils.tsx) and consistently terminated statements with semicolons. [1] [2] [3] [4] [5] [6] [7] [8]Configuration & Documentation:
UI Cleanups:
flow-node.tsxand related components for better performance and readability.These changes collectively improve the user experience, code maintainability, and developer clarity across the flow board UI and related utilities.