1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src/component/admin
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
..
apiToken
auth feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
banners
billing chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
cors
groups
instance-admin feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
instance-privacy
invoice
license feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
maintenance
menu
network
roles chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
serviceAccounts
users feat: add reset password to user manager (#5580) 2023-12-18 13:54:04 +01:00
Admin.tsx feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
AdminIndex.tsx
AdminRedirect.tsx
adminRoutes.ts feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
filterAdminRoutes.test.ts
filterAdminRoutes.ts
LazyAdmin.tsx
LazyAdminExport.tsx
useAdminRoutes.ts