-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add description for Developers/webhook page #6327
Add description for Developers/webhook page #6327
Conversation
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.
PR Summary
- Added optional
description
field toWebhook
type inpackages/twenty-front/src/modules/settings/developers/types/webhook/Webhook.ts
- Updated
SettingsDevelopersWebhooksDetail.stories.tsx
to includedescription
in mock GraphQL response - Enhanced
SettingsDevelopersWebhookDetail.tsx
to display webhook description - Added
description
field to the new webhook form inSettingsDevelopersWebhooksNew.tsx
- Updated
computeWebhooks.utils.ts
andwebhook.workspace-entity.ts
to supportdescription
field in webhook schema and entity
7 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings
packages/twenty-website/src/content/user-guide/functions/api-webhooks.mdx
Outdated
Show resolved
Hide resolved
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.
@abdulqdaer-q thank you for contributing!
I added a few comments
packages/twenty-front/src/pages/settings/developers/webhooks/SettingsDevelopersWebhooksNew.tsx
Outdated
Show resolved
Hide resolved
packages/twenty-server/src/modules/webhook/standard-objects/webhook.workspace-entity.ts
Show resolved
Hide resolved
...ages/twenty-front/src/pages/settings/developers/webhooks/SettingsDevelopersWebhookDetail.tsx
Outdated
Show resolved
Hide resolved
packages/twenty-front/src/pages/settings/developers/webhooks/SettingsDevelopersWebhooksNew.tsx
Outdated
Show resolved
Hide resolved
@thomtrp Comments have been resolved |
d1137f8
to
588cccb
Compare
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.
LGTM @abdulqdaer-q ✅
Fix #6236