mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
7af91c7e9d
https://linear.app/unleash/issue/2-1817/ui-create-an-incoming-webhooks-configuration-page This adds an incoming webhooks page with the respective table. We plan on possibly extending the table with a couple more columns in a future PR. This allows us: - View all configured incoming webhooks; - Copy their URL to the clipboard; - Remove them; For "new" and "edit" operations we still need the incoming webhooks form/dialog, coming in a future PR. **Note**: Even though we are showing the full URL in the table for now, we may end up truncating its start in the future (e.g. `.../api/incoming-webhook/<webhook-name>` - This decision depends on how it will look like after the rest of the columns are added. ![image](https://github.com/Unleash/unleash/assets/14320932/1cac3286-818f-4967-8686-43f78aa6bd33) |
||
---|---|---|
.. | ||
application.ts | ||
banner.ts | ||
context.ts | ||
environments.ts | ||
event.ts | ||
featureToggle.ts | ||
featureTypes.ts | ||
group.ts | ||
incomingWebhook.ts | ||
instance.ts | ||
invoice.ts | ||
loginEvent.ts | ||
permissions.ts | ||
personalAPIToken.ts | ||
profile.ts | ||
project.ts | ||
publicSignupTokens.ts | ||
role.ts | ||
route.ts | ||
segment.ts | ||
service-account.ts | ||
strategy.ts | ||
tags.ts | ||
toast.ts | ||
token.ts | ||
uiConfig.ts | ||
user.ts |