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): Avatar picker component #6765

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

desiprisg
Copy link
Contributor

@desiprisg desiprisg commented Oct 24, 2024

What changed? Why was the change needed?

usage:

<FormField 
  control={form.control} 
  name="avatar" 
  render={({ field }) => ( 
    <FormItem> 
      <AvatarPicker {...field} /> 
    </FormItem> 
  )} 
/>

Screenshots

Screenshot 2024-10-24 at 12 49 14 PM
Expand for optional sections

Related enterprise PR

Special notes for your reviewer

@desiprisg desiprisg requested a review from LetItRock October 24, 2024 09:25
Copy link

linear bot commented Oct 24, 2024

Copy link

pkg-pr-new bot commented Oct 24, 2024

Open in Stackblitz

@novu/client

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

@novu/framework

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

@novu/headless

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

@novu/js

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

@novu/nest

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

@novu/nextjs

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

@novu/node

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

@novu/notification-center

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

novu

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

@novu/react-native

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

@novu/providers

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

@novu/react

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

@novu/shared

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

@novu/stateless

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

commit: 290146d

Copy link

netlify bot commented Oct 24, 2024

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

Name Link
🔨 Latest commit 290146d
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/671a426c77ffa6000893edc0
😎 Deploy Preview https://deploy-preview-6765--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-4517-in-app-step-editor-choose-avatar-popover branch from 6bd830b to 55ba106 Compare October 24, 2024 12:24
@desiprisg desiprisg self-assigned this Oct 24, 2024
@desiprisg desiprisg force-pushed the nv-4517-in-app-step-editor-choose-avatar-popover branch from 55ba106 to 290146d Compare October 24, 2024 12:49
@desiprisg desiprisg merged commit 74a2e9a into next Oct 24, 2024
33 of 34 checks passed
@desiprisg desiprisg deleted the nv-4517-in-app-step-editor-choose-avatar-popover branch October 24, 2024 12:52
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