Skip to content
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

chore(dashboard): batch of small fixes #6977

Merged
merged 1 commit into from
Nov 13, 2024
Merged

chore(dashboard): batch of small fixes #6977

merged 1 commit into from
Nov 13, 2024

Conversation

LetItRock
Copy link
Contributor

What changed? Why was the change needed?

The batch of small improvements.

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

netlify bot commented Nov 12, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit 92f7c34
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/6733e6f9d386df0008bd28d3
😎 Deploy Preview https://deploy-preview-6977--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -53,7 +53,7 @@ const MenuItem = ({
<span className="text-xs">{children}</span>
{disabled && (
<Badge kind="pill" variant="soft" className="ml-auto opacity-40">
<BadgeContent variant="neutral">soon</BadgeContent>
<BadgeContent variant="neutral">coming soon</BadgeContent>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -67,6 +67,7 @@ export function ConfigureWorkflow() {
<FormField
control={control}
name="name"
defaultValue=""
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes the react warning about changing input from uncontrolled to controlled

@@ -235,7 +235,7 @@ export const AddNode = (_props: NodeProps<NodeType>) => {
}

return (
<div className="flex w-[300px] justify-center">
<div className="flex w-[300px] cursor-pointer justify-center">
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -102,7 +102,7 @@ export const WorkflowList = () => {
) : (
<>
{workflowsQuery.data.workflows.map((workflow) => (
<WorkflowRow workflow={workflow} />
<WorkflowRow key={workflow._id} workflow={workflow} />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react missing key warning

Copy link
Contributor

@SokratisVidros SokratisVidros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📦

@LetItRock LetItRock merged commit 899d78a into next Nov 13, 2024
33 checks passed
@LetItRock LetItRock deleted the batch-of-fixes branch November 13, 2024 08:45
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.

2 participants