-
Notifications
You must be signed in to change notification settings - Fork 6
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
Webhooks execution #922
Webhooks execution #922
Conversation
✅ Deploy Preview for harness-design ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for harness-xd-review ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
0fabb7c
to
bb511fc
Compare
Few issues observed in the video:
|
{ id: 0, title: t('views:repos.details', 'Details'), to: 'details' }, | ||
{ id: 1, title: t('views:repos.executions', 'Executions'), to: 'executions' } |
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.
navigation paths should not be hardcoded. use routes
object instead
return ( | ||
<SandboxLayout.Main> | ||
<SandboxLayout.Content maxWidth="2xl"> | ||
<h1 className="text-2xl font-medium text-foreground-1 mb-4">Order Status Update Webhook</h1> |
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.
Is the title of the page hardcoded? should not be.
<SandboxLayout.Content maxWidth="2xl"> | ||
<h1 className="text-2xl font-medium text-foreground-1 mb-4">Order Status Update Webhook</h1> | ||
<Text> | ||
This webhook triggers every time an order status is updated, sending data to the specified endpoint for |
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.
same here
]} | ||
primaryButton={{ | ||
label: t('views:webhookData.create', 'Create webhook'), | ||
to: `${toRepoWebhooks(repo_ref)}/create` |
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.
no hardcoded routes
8c84fcb
to
14906b9
Compare
Screen.Recording.2025-02-03.at.10.59.59.AM.movFixes flciker and page jumping issue. Lets take up |
webhook-execution-list
page.Screen.Recording.2025-01-31.at.3.51.39.PM.mov