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): Nv 4476 workflow editor header navigation #6700

Merged
merged 12 commits into from
Oct 17, 2024

Conversation

BiswaViraj
Copy link
Member

@BiswaViraj BiswaViraj commented Oct 16, 2024

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

Copy link

linear bot commented Oct 16, 2024

@BiswaViraj BiswaViraj changed the title Nv 4476 workflow editor header navigation feat(dashboard): Nv 4476 workflow editor header navigation Oct 16, 2024
Copy link

pkg-pr-new bot commented Oct 16, 2024

Open in Stackblitz

novu

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

@novu/client

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

@novu/framework

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

@novu/headless

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

@novu/nest

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

@novu/nextjs

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

@novu/js

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

@novu/node

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

@novu/notification-center

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

@novu/react

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

@novu/providers

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

@novu/react-native

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

@novu/shared

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

@novu/stateless

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

commit: 0fe9966

Copy link

netlify bot commented Oct 16, 2024

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

Name Link
🔨 Latest commit 32494df
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/6710bd0c589a090008ad419e
😎 Deploy Preview https://deploy-preview-6700--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.

@@ -0,0 +1,96 @@
import { cn } from '@/utils/ui';
Copy link
Contributor

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?

Copy link
Member Author

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
Copy link
Contributor

Choose a reason for hiding this comment

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

💯

Comment on lines 37 to 40
{ label: currentEnvironment?.name, href: '/' },
{
label: 'Workflows',
href: workflowsRoute,
Copy link
Contributor

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

@BiswaViraj BiswaViraj merged commit b781886 into next Oct 17, 2024
31 checks passed
@BiswaViraj BiswaViraj deleted the nv-4476-workflow-editor-header-navigation branch October 17, 2024 07:47
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.

3 participants