Conversation
… non-draggable interaction zones
…ing drag on interactive elements
…ant move cursor override
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 enhances the graph interaction experience by replacing inline SVG icons with Iconify Tabler components in the GraphToolbar, implementing a space-to-pan navigation mode for smoother graph panning, and improving node interaction through the addition of drag handles and prevention of dragging on interactive elements. Additionally, cursor styling is simplified in the GraphChatPage by removing redundant overrides.
🔗 Related Tasks
#6408a55 - Replace inline SVG icons with Iconify Tabler components in GraphToolbar
#794ac13 - Implement space-to-pan navigation mode with improved graph interaction handling
#5ba93a1, #f8caf82 - Improve node interaction by adding drag handles and preventing drag on interactive elements
#bddb7db - Simplify cursor styling in GraphChatPage by removing redundant move cursor override
📝 Additional Details
📜 Commit List
6408a55 feat: replace inline SVG icons with Iconify tabler components in GraphToolbar
bddb7db refactor: simplify cursor styling in GraphChatPage by removing redundant move cursor override
794ac13 feat: implement space-to-pan navigation mode with improved graph interaction handling
5ba93a1 refactor: improve node interaction by adding drag handles and preventing drag on interactive elements
f8caf82 refactor: improve node UX by adding drag handles, text selection, and non-draggable interaction zones