-
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(dashboard): Template store modal #7436
base: next
Are you sure you want to change the base?
Conversation
…template-store
LaunchDarkly flag references🔍 2 flags added or modified
|
/> | ||
</form> | ||
</Form> | ||
<CreateWorkflowForm onSubmit={handleSubmit} /> |
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.
Separated the form from the button, to be reused in the template store
@@ -141,4 +141,4 @@ function ButtonGroupIcon<T extends React.ElementType>({ | |||
} | |||
ButtonGroupIcon.displayName = BUTTON_GROUP_ICON_NAME; | |||
|
|||
export { ButtonGroupRoot as Root, ButtonGroupItem as Item, ButtonGroupIcon as Icon }; | |||
export { ButtonGroupIcon, ButtonGroupItem, ButtonGroupRoot }; |
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.
Missing exports
|
||
const HoverCardArrow = HoverCardPrimitive.Arrow; | ||
|
||
export { HoverCard, HoverCardArrow, HoverCardContent, HoverCardPortal, HoverCardTrigger }; |
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.
Missing Exports
controlValues?: any; | ||
} | ||
|
||
export function StepPreview({ type, controlValues }: StepPreviewProps) { |
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.
adds the ability to provide a step preview on hover
return ( | ||
<div | ||
className={`grid ${ | ||
mode === WorkflowMode.FROM_PROMPT ? 'mx-auto w-full max-w-xl grid-cols-1' : 'grid-cols-3' |
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.
This will be used by the AI suggestions PR
@novu/client
@novu/headless
@novu/node
@novu/notification-center
novu
@novu/providers
@novu/shared
commit: |
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.
Eslint
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.
Eslint order
What changed? Why was the change needed?
https://www.loom.com/share/79642309ee494f56bb71ca0f1ea8c267
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer