1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00
unleash.unleash/frontend/src/hooks/api/getters
Tymoteusz Czech b1166bb2f4 Project overview feature toggles list (#971)
* refactor: page container

* refactor: table page header

* feat: new feature toggles list in project overview

* feat: sortable enviromnents in project overview

* feat: project overview toggles search

* feat: project overview features column actions

* project overview table column sizing

* project overview feature actions permissions

* project overview archive feature action

* project overview toggle state strategy fallback

* remove previous project overview implementation

* fix: remove additional prop in sortable table

* fix: stale feature refetch

* improvements after review

* feat: manage visible columns in project overview

* improve project overview columns selection

* fix: simplify columns

* Revert "remove previous project overview implementation"

This reverts commit 98b051ff6a5a4fb8a9a0921b661514e15a00249a.

* restore legacy project overview table
2022-05-13 14:51:22 +02:00
..
useAddons Refactor: convert jsx files to typescript (#881) 2022-05-02 12:52:33 +02:00
useApiGetter feat: show archived toggles on a project level (#942) 2022-05-03 15:27:43 +01:00
useApiTokens refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useApplication chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useApplications chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useAuth feat: add FeedbackCES component (#826) 2022-03-31 09:23:46 +02:00
useAuthSettings refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useConstraintsValidation feat: add segments (#780) 2022-03-29 09:30:57 +02:00
useContext refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useDefaultProject fix: use the first project if there's no default project (#859) 2022-04-07 11:08:05 +02:00
useEnvironment chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useEnvironments refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useEvents chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useFeature fix: add missing refetch after feature strategy create/edit (#909) 2022-04-26 11:21:35 +02:00
useFeatureEvents fix: avoid constraint accordion close on focus (#907) 2022-04-26 09:54:16 +02:00
useFeatureMetrics chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useFeatureMetricsRaw chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useFeatures feat: generate an OpenAPI client (2) (#875) 2022-04-26 10:53:46 +02:00
useFeaturesArchive feat: generate an OpenAPI client (2) (#875) 2022-04-26 10:53:46 +02:00
useFeatureTypes chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useHealthReport chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useInvoices refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useProject Project overview feature toggles list (#971) 2022-05-13 14:51:22 +02:00
useProjectAccess chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useProjectFeaturesArchive feat: show archived toggles on a project level (#942) 2022-05-03 15:27:43 +01:00
useProjectRole refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useProjectRolePermissions chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useProjectRoles refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useProjects chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useResetPassword refactor: convert auth tests from Cypress to Jest (#864) 2022-04-08 13:13:45 +02:00
useSegment feat: generate an OpenAPI client (2) (#875) 2022-04-26 10:53:46 +02:00
useSegments feat: generate an OpenAPI client (2) (#875) 2022-04-26 10:53:46 +02:00
useSegmentValidation fix: reject duplicate segment names (#855) 2022-04-08 11:34:59 +01:00
useStrategies chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useStrategiesBySegment feat: generate an OpenAPI client (2) (#875) 2022-04-26 10:53:46 +02:00
useStrategy refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useTags chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useTagType refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useTagTypes chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useUiBootstrap refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useUiConfig Project overview feature toggles list (#971) 2022-05-13 14:51:22 +02:00
useUnleashContext chore: update paths 🧼 (#820) 2022-03-28 09:49:59 +01:00
useUserInfo refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useUsers refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
httpErrorResponseHandler.ts refactor: replace ts-ignore with ts-expect-error (#681) 2022-02-09 13:39:18 +01:00