1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component
Nuno Góis 4a49cd5c74
feat: display internal message banners (#5079)
https://linear.app/unleash/issue/2-1511/adapt-internalmessagebanners-to-use-the-new-hooks-and-display-the

Adapts the `InternalMessageBanners` component to use the new hook and
display the internal message banners.
2023-10-18 20:00:45 +01:00
..
accessOverview feat: add a button to download user access information (#4746) 2023-09-15 11:51:29 +02:00
admin fix: maintenance banner should show right away when toggled (#5021) 2023-10-13 14:30:50 +01:00
application feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
archive fix: use correct flag name (#5026) 2023-10-13 17:02:48 +03:00
changeRequest feat: visualize dependencies managment in change requests (#4978) 2023-10-10 10:36:13 +02:00
common feat: allow selection of text in strategies for contexts (#5071) 2023-10-18 09:55:19 +03: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: warn about sdk update with feature dependencies (#5065) 2023-10-17 13:43:49 +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 feat: make maintenance banner sticky (#5016) 2023-10-13 10:29:01 +01:00
menu feat: adds a new design to the header icons (#5025) 2023-10-13 14:31:07 +01:00
messageBanners feat: display internal message banners (#5079) 2023-10-18 20:00:45 +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 fix: small adjustments on the new header icons (#5043) 2023-10-16 12:25:27 +01:00
App.tsx feat: re-order message banners (#4995) 2023-10-11 11:55:54 +01:00
InitialRedirect.tsx