-
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): Nv 4476 workflow editor header navigation #6700
Conversation
novu
@novu/client
@novu/framework
@novu/headless
@novu/nest
@novu/nextjs
@novu/js
@novu/node
@novu/notification-center
@novu/react
@novu/providers
@novu/react-native
@novu/shared
@novu/stateless
commit: |
✅ Deploy Preview for novu-stg-vite-dashboard-poc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -0,0 +1,96 @@ | |||
import { cn } from '@/utils/ui'; |
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.
Nit picky comment: Is breadcrumb a primitive? It's a specific component displayed in one place in the app. Should we remove it from this folder?
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.
I guess we will use it in other areas too, like Activity feed, Subscribers list page
< Development / Subscribers / Biswajeet Das
|
||
const BreadcrumbList = React.forwardRef<HTMLOListElement, React.ComponentPropsWithoutRef<'ol'>>( | ||
({ className, ...props }, ref) => ( | ||
<ol |
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.
💯
{ label: currentEnvironment?.name, href: '/' }, | ||
{ | ||
label: 'Workflows', | ||
href: workflowsRoute, |
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.
these two will be the same route
What changed? Why was the change needed?
Screenshots
Screen.Recording.2024-10-16.at.4.33.37.PM.mov
Expand for optional sections
Related enterprise PR
Special notes for your reviewer