1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/hooks
olav 159c54ed37 fix: resolve issues around changing a toggle's project (#978)
* refactor: show save button before using the dropdown

* refactor: simplify FeatureSettingsProject toast message

* refactor: fix FeatureProjectSelect filter prop type

* refactor: hide change project page for non-enterprise

* refactor: derive move targets from projects list instead of from permissions

* refactor: align frontend project compat check with backend

* refactor: fix useProject object stability

* refactor: disable the save button for the current project

* refactor: require equal environments when moving toggles

* refactor: improve arraysHaveSameItems name
2022-05-18 11:07:19 +02:00
..
__snapshots__ refactor: adapt to Vite (#940) 2022-05-05 16:15:22 +01:00
api fix: resolve issues around changing a toggle's project (#978) 2022-05-18 11:07:19 +02:00
useEventSettings.ts
useFeaturesFilter.test.ts refactor: clean up strategy parameter types (#944) 2022-05-04 15:16:34 +02:00
useFeaturesFilter.ts
useFeaturesSort.ts Theme consistency updates (#960) 2022-05-09 12:01:12 +02:00
useGlobalState.ts
useId.test.ts refactor: adapt to Vite (#940) 2022-05-05 16:15:22 +01:00
useId.ts
useLoading.ts
useLocationSettings.ts
useOptionalPathParam.ts
usePageTitle.ts fix: announce navigation to screen readers (#911) 2022-04-27 09:14:44 +02:00
usePagination.ts Feature list table (#908) 2022-05-05 15:34:46 +02:00
usePersistentGlobalState.ts
usePlausibleTracker.test.ts refactor: add Plausible tracker on SaaS domain (#956) 2022-05-06 14:04:09 +02:00
usePlausibleTracker.ts refactor: add Plausible tracker on SaaS domain (#956) 2022-05-06 14:04:09 +02:00
useQueryParams.ts
useQueryStringNumberState.ts
useQueryStringState.ts chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
useRequiredPathParam.ts
useRequiredQueryParam.ts
useSort.ts fix: resolve issues around changing a toggle's project (#978) 2022-05-18 11:07:19 +02:00
useTabs.ts
useToast.tsx
useUsersFilter.ts fix: user search by text instead of regex (#924) 2022-04-29 13:14:17 +02:00
useUsersSort.ts feat: add last seen col to admin users list (#949) 2022-05-05 14:53:28 +01:00
useWeakMap.ts