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): Create workflow sheet #6699

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

desiprisg
Copy link
Contributor

What changed? Why was the change needed?

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

@desiprisg desiprisg self-assigned this Oct 16, 2024
Copy link

linear bot commented Oct 16, 2024

Copy link

netlify bot commented Oct 16, 2024

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

Name Link
🔨 Latest commit 8778d77
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/67112da7c7e7b8000858c43f
😎 Deploy Preview https://deploy-preview-6699--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.

@desiprisg desiprisg force-pushed the nv-4316-build-the-create-workflow-drawer branch from 4fcb704 to 367cdd5 Compare October 16, 2024 11:19
Copy link

pkg-pr-new bot commented Oct 16, 2024

Open in Stackblitz

@novu/client

pnpm add https://pkg.pr.new/novuhq/novu/@novu/client@6699

@novu/framework

pnpm add https://pkg.pr.new/novuhq/novu/@novu/framework@6699

novu

pnpm add https://pkg.pr.new/novuhq/novu@6699

@novu/headless

pnpm add https://pkg.pr.new/novuhq/novu/@novu/headless@6699

@novu/nest

pnpm add https://pkg.pr.new/novuhq/novu/@novu/nest@6699

@novu/js

pnpm add https://pkg.pr.new/novuhq/novu/@novu/js@6699

@novu/nextjs

pnpm add https://pkg.pr.new/novuhq/novu/@novu/nextjs@6699

@novu/node

pnpm add https://pkg.pr.new/novuhq/novu/@novu/node@6699

@novu/notification-center

pnpm add https://pkg.pr.new/novuhq/novu/@novu/notification-center@6699

@novu/react

pnpm add https://pkg.pr.new/novuhq/novu/@novu/react@6699

@novu/providers

pnpm add https://pkg.pr.new/novuhq/novu/@novu/providers@6699

@novu/shared

pnpm add https://pkg.pr.new/novuhq/novu/@novu/shared@6699

@novu/react-native

pnpm add https://pkg.pr.new/novuhq/novu/@novu/react-native@6699

@novu/stateless

pnpm add https://pkg.pr.new/novuhq/novu/@novu/stateless@6699

commit: 8778d77

@desiprisg desiprisg force-pushed the nv-4316-build-the-create-workflow-drawer branch 5 times, most recently from 9db54e7 to a592779 Compare October 16, 2024 21:39
@desiprisg desiprisg force-pushed the nv-4316-build-the-create-workflow-drawer branch from a592779 to 506c6f4 Compare October 16, 2024 21:42
@desiprisg desiprisg force-pushed the nv-4316-build-the-create-workflow-drawer branch from 506c6f4 to 38c33ca Compare October 16, 2024 21:44
@desiprisg desiprisg force-pushed the nv-4316-build-the-create-workflow-drawer branch from 38c33ca to fbab06c Compare October 16, 2024 21:48
@desiprisg desiprisg force-pushed the nv-4316-build-the-create-workflow-drawer branch from fbab06c to c1de3a0 Compare October 17, 2024 08:22
@desiprisg desiprisg force-pushed the nv-4316-build-the-create-workflow-drawer branch from c1de3a0 to 3e72524 Compare October 17, 2024 09:09
Comment on lines +10 to +11
import { RiErrorWarningFill, RiInformationFill } from 'react-icons/ri';
import { BsFillInfoCircleFill } from 'react-icons/bs';
Copy link
Member

Choose a reason for hiding this comment

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

question: What is our approach for icons for the dashboard?
I see we are also creating react svg files from figma.‏

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 was the closest I could find. I generally thought we were using remix icons, but it seems that it's not the case.

Copy link
Member

@BiswaViraj BiswaViraj Oct 17, 2024

Choose a reason for hiding this comment

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

we are also using icons like this by copying from the figma directly

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah but some match icons in react-icons, so there's no need to do that. Do you think I should copy the svg in this case?

Copy link
Member

Choose a reason for hiding this comment

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

No i think it's fine, was just curious about how we are using the icons in the new dashboard

Copy link
Contributor

Choose a reason for hiding this comment

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

@desiprisg desiprisg merged commit dc53494 into next Oct 18, 2024
45 checks passed
@desiprisg desiprisg deleted the nv-4316-build-the-create-workflow-drawer branch October 18, 2024 11:48
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.

4 participants