-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feat/custom preview #612
base: master
Are you sure you want to change the base?
Feat/custom preview #612
Conversation
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
add css modules
PR Type
Enhancement, Tests
Description
nodes-previews
package for previewing nodes in the graph editor.Color Scale
node with associated UI components and utilities.nodes-previews
package.nodes-previews
package.nodes-previews
package.Changes walkthrough 📝
24 files
Added new theme styles and updated editor configuration
Updated import path for Checkbox component
Updated import path for Select component
Added support for tabLoader in editor props
Introduced dynamic tab loading and updated layout handling
Enhanced panel factory with group property
Updated import path for Button component
Updated import path for Text component
Updated import path for Stack component
Updated import path for Text component
Added entry points for nodes and UI
Introduced Color Scale node definition
Registered Color Scale node in system
Exported specifics for UI components
Added Color Scale preview panel
Added specifics for Color Scale preview
Added utility functions for color handling
Integrated preview specifics into editor data
Updated data import path in editor component
Refactored node types to use flatten utility
Added preview nodes to panel items
Updated import path for Stack component
Updated import path for Toast component
Updated import path for Toast component
1 files
Minor formatting adjustment in Node class
1 files
Added smoke test for nodes existence
11 files
Added Docker ignore file
Added ESLint ignore file
Added ESLint configuration
Added Prettier ignore file
Added Prettier configuration
Added package.json for nodes-previews
Added TypeScript configuration for documentation
Added TypeScript configuration
Added production TypeScript configuration
Added Typedoc configuration
Added Vite configuration for testing
2 files
Added license file
Added readme for nodes-previews
1 files
Added dependency for graph-engine-nodes-preview
2 files