1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +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 feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
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 feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useChangeRequestToggle.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useCollaborateData.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useConditionallyHiddenColumns.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
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 feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useGlobalLocalStorage.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useGlobalState.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useHasAccess.ts feat: delete dependnecy button through change request (#4983) 2023-10-10 14:38:10 +02:00
useHiddenEnvironments.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useHighestPermissionChangeRequestEnvironment.test.ts feat(#4209): add segment to drafts (#4408) 2023-08-04 12:57:26 +00:00
useHighestPermissionChangeRequestEnvironment.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useId.test.ts
useId.ts
useIsAppleDevice.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
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 feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useOnVisible.ts
useOptionalPathParam.ts
usePageTitle.ts
usePagination.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
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 feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
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 fix: dark theme UI fixes (#3423) 2023-03-30 16:57:35 +01:00
useToast.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useUiFlag.ts feat: useUiFlag shorthand hook (#4566) 2023-09-11 10:01:20 +02:00
useUsersPlan.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useVariant.ts feat: message banner (variants) (#3788) 2023-05-18 09:38:59 +01:00
useVirtualizedRange.ts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
useWeakMap.ts fix: separate concerns for ConstraintAccordionList (#5701) 2023-12-20 15:36:23 +01:00