-
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): Create workflow sheet #6699
Conversation
✅ Deploy Preview for novu-stg-vite-dashboard-poc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4fcb704
to
367cdd5
Compare
@novu/client
@novu/framework
novu
@novu/headless
@novu/nest
@novu/js
@novu/nextjs
@novu/node
@novu/notification-center
@novu/react
@novu/providers
@novu/shared
@novu/react-native
@novu/stateless
commit: |
9db54e7
to
a592779
Compare
a592779
to
506c6f4
Compare
506c6f4
to
38c33ca
Compare
38c33ca
to
fbab06c
Compare
fbab06c
to
c1de3a0
Compare
c1de3a0
to
3e72524
Compare
3e72524
to
425aa41
Compare
import { RiErrorWarningFill, RiInformationFill } from 'react-icons/ri'; | ||
import { BsFillInfoCircleFill } from 'react-icons/bs'; |
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.
❓ question: What is our approach for icons for the dashboard?
I see we are also creating react svg files from figma.
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 was the closest I could find. I generally thought we were using remix icons, but it seems that it's not the case.
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.
we are also using icons like this by copying from the figma directly
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.
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?
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.
No i think it's fine, was just curious about how we are using the icons in the new dashboard
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.
only these are the custom icons: https://www.figma.com/design/iOS9MnuJjLR7avdSIHemFy/novu-v3.0-Design-System-%E2%9A%A1%EF%B8%8F?node-id=125-263&node-type=text&m=dev
the rest are remix icons
425aa41
to
5fbd1d9
Compare
5fbd1d9
to
677565a
Compare
677565a
to
8778d77
Compare
What changed? Why was the change needed?
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer