1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-21 13:47:39 +02:00
unleash.unleash/frontend/src/interfaces
Nuno Góis aaa96f71cb
feat: message banner (#2726)
Related to:
https://linear.app/unleash/issue/2-511/exploration-build-data-for-the-possibility-of-showing-an-alert-to-the
Namely:
https://unleash-internal.slack.com/archives/C046LV85N3C/p1671443897386729

The idea is to have a general message banner that can be controlled
through a feature flag in Unleash to display announcements, warnings,
informations, etc.

Currently using mock feature flags, but the idea is to bind this to a
feature flag we can manage in our Unleash instance, and use its payload
to provide information to end users whenever we want.

Co-authored-by: Gastón Fournier <gaston@getunleash.ai>
2022-12-22 15:16:51 +00:00
..
addons.ts
application.ts
context.ts
environments.ts Update environments (#2339) 2022-11-11 10:24:56 +00:00
event.ts
featureToggle.ts feat: favorite feature and project (#2582) 2022-12-02 09:16:03 +02:00
featureTypes.ts
group.ts feat: add SSO mappings to groups (#2175) 2022-10-13 11:34:47 +01:00
instance.ts
invoice.ts
personalAPIToken.ts fix: PAT secret no longer returned (except new), use id instead (#2162) 2022-10-10 12:51:12 +01:00
profile.ts
project.ts feat: favorite feature and project (#2582) 2022-12-02 09:16:03 +02:00
publicSignupTokens.ts
role.ts
route.ts Suggest changes - initial frontend (#2213) 2022-10-20 14:00:48 +02:00
segment.ts
strategy.ts feat: update strategy segments with edit / create strategy (#2420) 2022-11-16 15:35:39 +01:00
tags.ts
toast.ts
token.ts
uiConfig.ts feat: message banner (#2726) 2022-12-22 15:16:51 +00:00
user.ts