1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src/interfaces
Nuno Góis 7af91c7e9d
chore: incoming webhooks table (#5837)
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)
2024-01-11 12:05:14 +00:00
..
application.ts
banner.ts feat: banner modal (#5132) 2023-10-24 16:26:44 +01:00
context.ts
environments.ts
event.ts
featureToggle.ts feat: features list pagination (#5496) 2023-12-01 14:53:05 +00:00
featureTypes.ts
group.ts
incomingWebhook.ts chore: incoming webhooks table (#5837) 2024-01-11 12:05:14 +00:00
instance.ts
invoice.ts
loginEvent.ts
permissions.ts refactor: favor permission name over id (#5409) 2023-11-27 11:12:09 +00:00
personalAPIToken.ts
profile.ts
project.ts feat: update project overview endpoint (#5518) 2023-12-01 20:00:35 +02:00
publicSignupTokens.ts
role.ts
route.ts Fix: integrations form (#4655) 2023-09-11 12:26:40 +00:00
segment.ts
service-account.ts
strategy.ts
tags.ts
toast.ts
token.ts
uiConfig.ts feat: extended metrics options ui (#5786) 2024-01-08 14:49:41 +01:00
user.ts chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00