-
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: add delete item and name fields for novu providers #3864
feat: add delete item and name fields for novu providers #3864
Conversation
apps/web/src/pages/integrations/components/UpdateIntegrationCommonFields.tsx
Show resolved
Hide resolved
}: { | ||
provider: IIntegratedProvider | null; | ||
onSuccessDelete: () => void; | ||
children?: ReactNode | null; |
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.
To be able to show the Free tag for Novu provider
|
||
<NovuProviderSidebarContent provider={selectedProvider} /> | ||
</Sidebar> | ||
<FormProvider {...methods}> |
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 keept adding stuff up here because I did not like to make the part lower down even more complex.
@@ -184,15 +197,15 @@ export function UpdateProviderSidebar({ | |||
<Sidebar | |||
isOpened={isSidebarOpened} | |||
isLoading={areProvidersLoading || areEnvironmentsLoading} | |||
isExpanded={sidebarState === 'expanded'} | |||
isExpanded={sidebarState === SidebarStateEnum.EXPANDED} |
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.
And some small refactoring
…the-list-of-providers-on-add feat: remove novu providers for select provider
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.
Looks good to me :)
85379f0
into
nv-2503-store-novu-providers-email-sms-in-the-database
What change does this PR introduce?
Change to the normal update header for provider and add name + identifier fields.
Other information (Screenshots)