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: added Clerk releated templates to the store #7839

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

iampearceman
Copy link
Member

What changed? Why was the change needed?

https://linear.app/novu/issue/MRK-497/add-templates-to-the-workflow-template-store

Screenshots

Screenshot 2025-03-03 at 18 21 40

Copy link

linear bot commented Mar 3, 2025

Copy link

github-actions bot commented Mar 3, 2025

Hey there and thank you for opening this pull request! 👋

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Your PR title is: feat: added Clerk releated templates to the store
It should be something like: feat(scope): Add fancy new feature

Details:

No scope found in pull request title "feat: added Clerk releated templates to the store". Scope must match one of: root, api-service, dashboard, inbound-mail, web, webhook, widget, worker, ws, ee-auth, ee-billing, ee-dal, ee-shared-services, ee-translation, application-generic, automation, dal, design-system, embed, api, notifications, novui, testing, client, framework, headless, js, nest, nextjs, node, notification-center, novu, providers, react, react-native, shared, stateless, nestjs, nextjs.

Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit 9f8dc18
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/67c5d756a06f3c000850a61c
😎 Deploy Preview https://deploy-preview-7839.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.

Copy link

netlify bot commented Mar 3, 2025

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

Name Link
🔨 Latest commit 9f8dc18
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/67c5d756f2ffe600086d29bb
😎 Deploy Preview https://deploy-preview-7839.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.

@iampearceman iampearceman requested a review from scopsy March 4, 2025 10:36
@scopsy
Copy link
Contributor

scopsy commented Mar 4, 2025

cc. @twentyone24 regarding the designs for icons :)


export const invitationTemplate: WorkflowTemplate = {
id: 'invitation',
name: 'invitation',
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's try to make all the capitalizations aligned.

Suggested change
name: 'invitation',
name: 'Team Invite',


export const magicLinkSignInTemplate: WorkflowTemplate = {
id: 'magic-link-sign-in',
name: 'magic-link-sign-in',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
name: 'magic-link-sign-in',
name: 'Magic link Sign in',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants