1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/src/component
Nuno Góis 742abab41e
feat: multiple external message banners (#4998)
https://linear.app/unleash/issue/2-1495/adapt-existing-message-banner-component-to-be-more-reusablegeneric

https://linear.app/unleash/issue/2-1496/add-support-for-multiple-external-message-banners

This PR does 2 things:
- Refactors the `MessageBanner` component to be more generic and
reusable, by accepting the message info through props;
 - Adds support for multiple external message banners;
2023-10-11 13:42:05 +01:00
..
accessOverview feat: add a button to download user access information (#4746) 2023-09-15 11:51:29 +02:00
admin feat: make invite link more visible (#4984) 2023-10-11 14:31:32 +03:00
application feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
archive feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
changeRequest feat: visualize dependencies managment in change requests (#4978) 2023-10-10 10:36:13 +02:00
common feat: multiple external message banners (#4998) 2023-10-11 13:42:05 +01:00
context fix: local linter did not find formatting error (#4954) 2023-10-06 10:45:29 +02:00
demo feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
environments feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
events feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
feature feat: delete dependnecy button through change request (#4983) 2023-10-10 14:38:10 +02:00
featureTypes feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
feedback feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
integrations feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
layout feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
loginHistory feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
maintenance
menu feat: make invite link more visible (#4984) 2023-10-11 14:31:32 +03:00
messageBanners feat: multiple external message banners (#4998) 2023-10-11 13:42:05 +01:00
playground/Playground refactor: custom render should provide container (#4938) 2023-10-06 09:19:49 +02:00
project refactor: make uiFlags typesafe (#4996) 2023-10-11 12:44:54 +01:00
providers feat: update dependency permission (#4910) 2023-10-04 09:27:14 +02:00
segments refactor: custom render should provide container (#4938) 2023-10-06 09:19:49 +02:00
splash feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
strategies feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
tags feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
user refactor: custom render should provide container (#4938) 2023-10-06 09:19:49 +02:00
App.tsx feat: re-order message banners (#4995) 2023-10-11 11:55:54 +01:00
InitialRedirect.tsx