Conversation
…rols to manage reference frame attachments
…zing, and deletion
…g sections in Thumbnail and Video nodes
…g a unified separator-based layout
…lignment and remove redundant copy button logic
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.
📋 Summary
This PR refactors the layout of ConversationNode, ThumbnailNode, and VideoNode components to improve message alignment and unify metadata display. It removes redundant copy button logic and moves node metadata from image overlays to dedicated info tag sections. Additionally, it introduces a new lock feature for frame nodes to prevent dragging, resizing, and deletion. A new SlimTooltip component is also added and integrated into graph node controls to better manage reference frame attachments.
🔗 Related Tasks
#7be4c13 - Update ConversationNode layout for dynamic message alignment and remove redundant copy button logic
#427060f - Simplify node info tags in ThumbnailNode and VideoNode using unified separator-based layout
#aebe7fc - Move node metadata from image overlays to dedicated info tag sections in Thumbnail and Video nodes
#95fb42d - Add lock functionality to frame nodes to prevent dragging, resizing, and deletion
#f2c901e - Add SlimTooltip component and integrate into graph node controls for reference frame attachments
📝 Additional Details
The refactoring improves UI consistency and usability by consolidating metadata display and enhancing control over frame nodes. The SlimTooltip component provides a lightweight tooltip solution tailored for graph node controls, enhancing user interaction with reference frames.
📜 Commit List
7be4c13 refactor: update ConversationNode layout to support dynamic message alignment and remove redundant copy button logic
427060f refactor: simplify node info tags in ThumbnailNode and VideoNode using a unified separator-based layout
aebe7fc refactor: move node metadata from image overlays to dedicated info tag sections in Thumbnail and Video nodes
95fb42d feat: add lock functionality to frame nodes to prevent dragging, resizing, and deletion
f2c901e feat: add SlimTooltip component and integrate it into graph node controls to manage reference frame attachments