-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: handle rendering and filtering functionality #3512
Conversation
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped. Last Modified at 22 Aug 24 19:13 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…con and related components on hover and click for better user experience
…iptions for better clarity and understanding 🐛 (frontend/tests): Fix mouse move coordinates to properly connect components with a single click in end-to-end tests
…gradient background images for certain elements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This pull request refactors the handle rendering and filtering functionality in the codebase. It includes several commits that make changes to the store, handle rendering components, and node input/output fields. The changes ensure that the handles are always centered, modularize conditions, and centralize the handle without arbitrary values. Additionally, the code now supports connecting on click and shows only the type in the handle tooltip component. This refactoring improves the overall code structure and enhances the user experience when interacting with handles.