1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/hooks/api/actions
Youssef Khedher c34d8439bd Feat/splash (#491)
* splash screen

* add styles for controllers

* feat: animated circles

* fix: remove unused code

* fix: folder structure

* create splash screens for envs

* add styles and ui changes

* fix: revert App.tsx

* add splash state to store

* add splash to app.tsx + add a loader

* fix: mobile view + desktop view

* fix: render splash condition + styling fix

* fix: change splash display to full screen

* Update src/hooks/api/actions/useSplashApi/useSplashApi.ts

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

* fix: change function type

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>

* fix: disable incrementing counter when matching the components length.

* fix: add SWR configuration

* fix: spelling mistakes in splash screen

* fix: add keys and adjust styling

* fix: tests

* fix: tests

* fix: default command timeout

Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com>
2021-11-26 11:12:37 +01:00
..
useAdminUsersApi fix: envrionments should give understandable error if not possible to… (#433) 2021-10-14 19:58:57 +02:00
useApi Fix/variants: Fix delete one variant + remove switch when add first variant (#466) 2021-10-28 13:32:29 +02:00
useApiTokensApi feat: Add project and environment scoping to API keys (#336) 2021-09-26 22:41:38 +02:00
useEnvironmentApi Feat/environment crud (#335) 2021-09-14 14:20:23 +02:00
useFeatureApi feat: Use new Variants API (#518) 2021-11-25 14:05:44 +01:00
useFeatureStrategyApi Feat/environment strategies (#339) 2021-09-27 13:35:32 +02:00
useProjectApi feat: project environments configuration (#365) 2021-09-30 10:24:16 +02:00
useSplashApi Feat/splash (#491) 2021-11-26 11:12:37 +01:00
useToggleFeatureByEnv