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

feat(dashboard): Add workflow page action menu #7222

Merged
merged 10 commits into from
Dec 5, 2024
Merged

Conversation

scopsy
Copy link
Contributor

@scopsy scopsy commented Dec 5, 2024

What changed? Why was the change needed?

  • Added a new workflow editor action menu
  • Delete Workflow
  • Sync workflow

Screenshots

CleanShot 2024-12-05 at 15 00 07@2x

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

isLoading?: boolean;
};

export const DeleteWorkflowDialog = ({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reused between workflows list and editor

@@ -14,7 +14,7 @@ interface SuccessToastProps {
export function SuccessButtonToast({ title, description, actionLabel, onAction, onClose }: SuccessToastProps) {
return (
<>
<ToastIcon variant="default" />
<ToastIcon variant="success" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This should be success :)

Copy link

netlify bot commented Dec 5, 2024

Deploy Preview for dashboard-v2-novu-staging ready!

Name Link
🔨 Latest commit 78cb49c
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/6751ad9126a87e000893ba6d
😎 Deploy Preview https://deploy-preview-7222.dashboard-v2.novu-staging.co
📱 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.

Copy link

netlify bot commented Dec 5, 2024

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit 78cb49c
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/6751ad9139186b0008b562df
😎 Deploy Preview https://deploy-preview-7222.dashboard.novu-staging.co
📱 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.

@scopsy scopsy marked this pull request as draft December 5, 2024 13:02
@scopsy scopsy marked this pull request as ready for review December 5, 2024 13:46
@scopsy scopsy merged commit 3637026 into next Dec 5, 2024
34 checks passed
@scopsy scopsy deleted the add-workflow-page-menu branch December 5, 2024 14:05
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