1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/frontend/src/hooks/api/getters
olav 25c25c9206 refactor: port tokens list to react-table (#1026)
* refactor: extract ApiTokenDocs component

* refactor: extract CreateApiTokenButton component

* refactor: extract RemoveApiTokenButton component

* refactor: extract CopyApiTokenButton component

* refactor: port tokens list to react-table

* refactor: remove unused imports

* fix: api token table default sort order

* fix: updates to table of api tokens

* fix: add highlighting when searching

Co-authored-by: Tymoteusz Czech <tymek+gpg@getunleash.ai>
Co-authored-by: Nuno Góis <github@nunogois.com>
2022-05-27 08:48:01 +01:00
..
useAddons Feat/new addons table (#1021) 2022-05-25 15:37:32 +02:00
useApiGetter feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
useApiTokens refactor: port tokens list to react-table (#1026) 2022-05-27 08:48:01 +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: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02: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 Persistent table query (#999) 2022-05-25 08:14:22 +00: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
useInstanceStatus feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
useInvoices refactor: use camel case for files and dirs (#817) 2022-03-25 12:34:20 +01:00
useProject fix: resolve issues around changing a toggle's project (#978) 2022-05-18 11:07:19 +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 refactor: port segments list to react-table (#1024) 2022-05-27 08:57:30 +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 refactor: port tokens list to react-table (#1026) 2022-05-27 08:48:01 +01:00
useUnleashContext feat: new contexts table (#998) 2022-05-20 08:29:23 +00: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