1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/hooks
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
..
api chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
useChangeRequestAddStrategy.ts
useChangeRequestInReviewWarning.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useChangeRequestsEnabled.test.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useChangeRequestsEnabled.ts
useChangeRequestToggle.ts
useCollaborateData.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useConditionallyHiddenColumns.ts
useDefaultProjectSettings.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useDragItem.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useEventSettings.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useFormErrors.ts
useGlobalLocalStorage.ts
useGlobalState.ts
useHasAccess.ts feat: delete dependnecy button through change request (#4983) 2023-10-10 14:38:10 +02:00
useHiddenEnvironments.ts
useHighestPermissionChangeRequestEnvironment.test.ts
useHighestPermissionChangeRequestEnvironment.ts
useId.test.ts
useId.ts
useIsAppleDevice.ts
useKeyboardShortcut.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useLastViewedProject.ts
useLoading.ts fix: now project overview has skeleton instead of placeholders (#5696) 2023-12-20 14:59:41 +02:00
useLocationSettings.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useOnBlur.test.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useOnBlur.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useOnClickOutside.test.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useOnClickOutside.ts
useOnVisible.ts feat: add search to event log pages (#1205) 2022-08-09 16:00:51 +02:00
useOptionalPathParam.ts
usePageTitle.ts Refactor project health table (#1098) 2022-06-21 09:08:37 +02:00
usePagination.ts
usePersistentGlobalState.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
usePersistentTableState.test.tsx feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
usePersistentTableState.ts feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
usePinnedFavorites.test.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
usePinnedFavorites.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
usePlausibleTracker.ts feat: plausible for feedback (#5763) 2024-01-04 14:38:54 +02:00
useQueryParams.ts
useQueryStringNumberState.ts
useQueryStringState.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useRequiredPathParam.ts
useRequiredQueryParam.ts
useSearch.test.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useSearch.ts chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
useSubmittedFeedback.ts feat: add dont ask me again button (#5753) 2024-01-04 14:10:01 +02:00
useTabs.ts
useThemeMode.ts
useToast.tsx
useUiFlag.ts feat: useUiFlag shorthand hook (#4566) 2023-09-11 10:01:20 +02:00
useUsersPlan.ts
useVariant.ts
useVirtualizedRange.ts
useWeakMap.ts fix: separate concerns for ConstraintAccordionList (#5701) 2023-12-20 15:36:23 +01:00