1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/admin/roles
Nuno Góis 10c3acd27d
chore: adapt integrations layout for incoming webhooks (#5828)
https://linear.app/unleash/issue/2-1823/adapt-integrations-page-to-incoming-webhooks-tab-layout

Adapts the current integrations page to the incoming webhooks feature,
which includes things like:
- Displaying both configured and available integrations in a single
"page block"
 - Implement tabs
 - Add "Incoming Webhooks" integration card
 - Adapt the existing `IntegrationCard` component to support `onClick`

This also includes a small girl scouting fix: Some tabs (like on the
roles page) did not correctly reflect the active tab.

### `incomingWebhooks` disabled


![image](https://github.com/Unleash/unleash/assets/14320932/f5c1c61b-0eb1-487e-ab5a-c65e9fc168c8)

### `incomingWebhooks` enabled

Notice the new "Incoming webhooks" tab and integration card.


![image](https://github.com/Unleash/unleash/assets/14320932/f5680ad5-4a00-4acb-bc8d-77160cc91034)
2024-01-10 10:33:51 +00:00
..
RoleForm feat: improve role form validation (#5548) 2023-12-05 12:39:30 +00:00
RoleModal feat: improve role form validation (#5548) 2023-12-05 12:39:30 +00:00
RolesTable fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
Roles.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
RolesPage.tsx chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00