1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-23 00:16:25 +01:00
unleash.unleash/frontend/src/component
Nuno Góis 5b56fac66f
Chore inc webhooks modal form (#5938)
https://linear.app/unleash/issue/2-1818/ui-create-incoming-webhook-newedit-modal

Adds the incoming webhooks modal form, which allows users to create and
edit incoming webhooks, along with their respective tokens.

Follows a logic similar to service accounts and their tokens, and tries
to use the newest form validation flow that we implemented in the roles
form.


![image](https://github.com/Unleash/unleash/assets/14320932/5d37a72e-2777-4c8b-b71b-3c0610959a52)
2024-01-18 11:38:05 +00:00
..
accessOverview chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
admin Chore inc webhooks modal form (#5938) 2024-01-18 11:38:05 +00:00
application Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
archive chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
banners chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
changeRequest fix: add symbols as constraint ids (#5913) 2024-01-16 13:47:04 +01:00
common Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
context Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
demo Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
environments feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
events Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
executiveDashboard Executive Dashboard page setup (#5949) 2024-01-18 12:32:25 +01:00
feature feat: metrics periods expressed in days (#5928) 2024-01-18 11:54:20 +01:00
featureTypes Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
feedback chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
feedbackNew chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
filter chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
incomingWebhooks Chore inc webhooks modal form (#5938) 2024-01-18 11:38:05 +00:00
integrations Chore inc webhooks modal form (#5938) 2024-01-18 11:38:05 +00:00
layout refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
loginHistory fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
maintenance feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
menu Executive Dashboard page setup (#5949) 2024-01-18 12:32:25 +01:00
playground/Playground chore(deps): update dependency debounce to v2 (#5901) 2024-01-17 10:29:17 +02:00
project fix: table loader (#5937) 2024-01-18 11:26:42 +01:00
providers feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
segments Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
tags Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
user Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
App.tsx refactor: move plausible context on top of feedback (#5824) 2024-01-10 11:31:41 +02:00
InitialRedirect.tsx