-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(web,novui): initial implementation of var autocomplete in controls #6097
feat(web,novui): initial implementation of var autocomplete in controls #6097
Conversation
…to nv-4097-controls-auto-complete-in-the-dashboard
…n-the-dashboard' into nv-4097-controls-auto-complete-in-the-dashboard
…ps://github.com/novuhq/novu into nv-4097-controls-auto-complete-in-the-dashboard
@antonjoel82 thanks for the style fixes! It seems to work fine now in web. Will appreciate your final overview and approval so we can merge this 💪 |
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.
Awesome work!
}, | ||
}, | ||
}, | ||
staticCss: ['*'], |
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.
🗒 note (non-blocking): This tells Panda to generate styles for all variants and slots, regardless of which ones are actually used in code. When using defineSlotRecipe
, Panda normally only generates classes and styles for recipes that the static checker detects are used in code.
libs/novui/src/json-schema-components/widgets/VariableSuggestionList.tsx
Show resolved
Hide resolved
…ps://github.com/novuhq/novu into nv-4097-controls-auto-complete-in-the-dashboard
What changed? Why was the change needed?
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer