1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +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 Task/filter addon by project and environment (#1133) 2022-07-14 12:55:37 +02:00
application.ts refactor: add application interface and add use applications output interface 2022-02-10 09:33:09 +01:00
context.ts feat: add context value descriptions (#874) 2022-04-19 15:20:01 +02:00
environments.ts Update environments (#2339) 2022-11-11 10:24:56 +00:00
event.ts refactor: port EventHistory to TS/SWR (#669) 2022-02-04 14:25:56 +01:00
featureToggle.ts feat: favorite feature and project (#2582) 2022-12-02 09:16:03 +02:00
featureTypes.ts Feat/feature toggle view tags (#399) 2021-10-08 11:23:29 +02:00
group.ts feat: add SSO mappings to groups (#2175) 2022-10-13 11:34:47 +01:00
instance.ts feat: add billing page to admin (#993) 2022-05-25 23:26:05 +02:00
invoice.ts fix: show previous invoices page if UNLEASH_CLOUD is falsy (#1094) 2022-06-14 15:41:28 +02:00
personalAPIToken.ts fix: PAT secret no longer returned (except new), use id instead (#2162) 2022-10-10 12:51:12 +01:00
profile.ts feat: new profile page and PATs front-end (#2109) 2022-10-03 10:49:52 +01:00
project.ts feat: favorite feature and project (#2582) 2022-12-02 09:16:03 +02:00
publicSignupTokens.ts Feat/invite user (#2061) 2022-09-30 13:01:32 +02:00
role.ts fix: project access (#621) 2022-02-09 12:25:02 +01:00
route.ts Suggest changes - initial frontend (#2213) 2022-10-20 14:00:48 +02:00
segment.ts feat: add segments (#780) 2022-03-29 09:30:57 +02:00
strategy.ts feat: update strategy segments with edit / create strategy (#2420) 2022-11-16 15:35:39 +01:00
tags.ts feat: add create and edit screen for tag-types (NEW) (#603) 2022-01-18 14:35:50 +01:00
toast.ts refactor: replace react-dnd with custom implementation (#988) 2022-05-25 11:40:20 +02:00
token.ts feat: add CORS instance settings (#1239) 2022-08-23 14:04:09 +02:00
uiConfig.ts feat: message banner (#2726) 2022-12-22 15:16:51 +00:00
user.ts feat: add user groups (#1130) 2022-07-22 07:31:08 +00:00