Skip to content

Improve Graph Interaction and Navigation with Iconify Icons and Enhanced Drag Handles#52

Merged
navidshad merged 6 commits into
mainfrom
dev
Apr 11, 2026
Merged

Improve Graph Interaction and Navigation with Iconify Icons and Enhanced Drag Handles#52
navidshad merged 6 commits into
mainfrom
dev

Conversation

@navidshad
Copy link
Copy Markdown
Owner

@navidshad navidshad commented Apr 11, 2026

📋 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

  • The use of Iconify Tabler components standardizes icon usage and improves maintainability.
  • Space-to-pan mode allows users to pan the graph intuitively by holding the space key, enhancing navigation fluidity.
  • Drag handles improve node manipulation, while non-draggable zones on interactive elements prevent unintended drag actions, improving UX.
  • Cursor styling cleanup reduces complexity and potential conflicts in the GraphChatPage interface.

📜 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

@navidshad navidshad changed the title Dev Improve Graph Interaction and Navigation with Iconify Icons and Enhanced Drag Handles Apr 11, 2026
@navidshad navidshad merged commit dd8a2bc into main Apr 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant