1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/user
olav 2e367b3a04 feat: add trial expiration warning banner (#985)
* refactor: simplify useApiGetter cache keys

* refactor: simplify basePath helpers

* refactor: add UNLEASH_BASE_PATH frontend env var

* refactor: make sure AnnouncerElement does not affect the layout

* refactor: draw texture image above footer

* refactor: extract domain check helpers

* refactor: fix a few ts-expect-errors

* feat: add trial expiration warning banner

* refactor: fix IInstanceStatus interface prefix

* refactor: use ConditionallyRender in InstanceStatus

* refactor: simplify env helper functions

* refactor: use FC in InstanceStatus

* refactor: warn about expired trials

* refactor: fix eslint warnings

* refactor: disable banner outside of localhost

* refactor: use new instance state field name
2022-05-19 14:06:18 +02:00
..
Authentication chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
common fix: feature toggle list and UI adjustments (#970) 2022-05-12 15:34:04 +02:00
DemoAuth chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
ForgottenPassword chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
HostedAuth chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
Login chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
NewUser chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
PasswordAuth chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
ResetPassword chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
SimpleAuth chore: update react-router to v6 (#946) 2022-05-05 13:42:18 +02:00
StandaloneBanner chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
UserProfile feat: add trial expiration warning banner (#985) 2022-05-19 14:06:18 +02:00
AuthenticationCustomComponent.tsx chore: update MUI to v5 (#923) 2022-05-02 15:52:41 +02:00
user.module.scss