1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/frontend/src/component
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
..
accessOverview
admin chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
application Fix: icon rendering issue in ApplicationList and add help to app update (#5730) 2023-12-27 18:35:08 +01:00
archive fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00
banners fix: properly handle markdown links (#5768) 2024-01-05 08:18:34 +00:00
changeRequest feat: add tooltip to Scheduled badge (#5726) 2024-01-09 10:32:52 +02:00
common chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
context chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
demo fix: demo banner zIndex, display on top (#5776) 2024-01-05 14:57:34 +00:00
environments
events chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
feature feat: extended metrics options ui (#5786) 2024-01-08 14:49:41 +01:00
featureTypes
feedback
feedbackNew feat: plausible for feedback (#5763) 2024-01-04 14:38:54 +02:00
filter feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
integrations chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
layout fix: demo banner zIndex, display on top (#5776) 2024-01-05 14:57:34 +00:00
loginHistory
maintenance
menu chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
playground/Playground feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
project chore: show new change request diagram for users who are exposed to scheduled CRs (#5777) 2024-01-08 09:49:13 +05:30
providers feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
segments Feat: show change request data on segment project usage page (#5410) 2023-11-28 10:01:56 +01:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies
tags feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
user feat: overflow email when it's too long (#5801) 2024-01-09 11:07:42 +01:00
App.tsx refactor: move plausible context on top of feedback (#5824) 2024-01-10 11:31:41 +02:00
InitialRedirect.tsx