Feature/129 duplicate catalog entries#133
Merged
felix-schultz merged 2 commits intodevfrom Aug 3, 2025
Merged
Conversation
This was referenced Aug 3, 2025
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 enhancements and fixes across multiple files, focusing on improving the flow editor's functionality, user interface, and data handling. The changes include updates to hashing logic, enhancements to node and pin management, UI refinements, and the addition of new variable handling capabilities.
Key Changes:
Hashing and Data Handling Improvements:
Nodeto include additional attributes (value_type,schema,default_value, andoptions) and ensure deterministic ordering fordepends_onandconnected_tofields. This ensures more accurate and consistent hashing for nodes.Flow Editor Enhancements:
FlowContextMenuto dynamically generate context-sensitive nodes for variables (GetandSet) and function calls (Call) based on the board's state, improving the flexibility and usability of the flow editor. [1] [2]FlowBoardto pass the board data to the context menu, enabling the context-sensitive features.FlowNodeInnerto align with updated pin management requirements. [1] [2]UI Refinements:
bit-select,enum-variable, andfn-select) by adding aChevronDownicon and refining styles for better user experience. [1] [2] [3]New Features:
VarVariablecomponent to handlevar_refpins, enabling better handling of string variables in the flow editor. [1] [2]Configuration Updates:
biome.jsonto disable import organization for.astrofiles, ensuring compatibility with specific formatting requirements.#127 #129