Task
Build a webhook endpoint management page in the dashboard.
Details
- List all registered webhook endpoints
- Add create endpoint form with URL and secret fields
- Add delete endpoint button with confirmation
- Show recent delivery failures per endpoint
- Display last delivery timestamp and status
Path
apps/frontend/app/dashboard/webhooks/
Test
Run pnpm --filter frontend build to verify.
Task
Build a webhook endpoint management page in the dashboard.
Details
Path
apps/frontend/app/dashboard/webhooks/Test
Run
pnpm --filter frontend buildto verify.