1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-22 01:16:07 +02:00
unleash.unleash/frontend/src/component
Nuno Góis c6ba9603c8
fix: demo banner zIndex, display on top (#5776)
This PR does 2 things:
- Fixes the `DemoBanner` zIndex to be the same as the sticky banners (no
longer displays on top of modals)
- Moves the `Demo` wrapper to `App` instead of `MainLayout`, always
displaying the demo banner before other banners


![image](https://github.com/Unleash/unleash/assets/14320932/b115ee7f-26e0-468f-91aa-1f82335a6538)
2024-01-05 14:57:34 +00:00
..
accessOverview feat: add a button to download user access information (#4746) 2023-09-15 11:51:29 +02:00
admin feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
application Fix: icon rendering issue in ApplicationList and add help to app update (#5730) 2023-12-27 18:35:08 +01:00
archive fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00
banners fix: properly handle markdown links (#5768) 2024-01-05 08:18:34 +00:00
changeRequest fix: align timeline icon for schedule failures (#5761) 2024-01-04 16:04:50 +05:30
common fix: properly handle markdown links (#5768) 2024-01-05 08:18:34 +00:00
context chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
demo fix: demo banner zIndex, display on top (#5776) 2024-01-05 14:57:34 +00:00
environments feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
events chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
feature fix: add condition to show variants tab (#5775) 2024-01-05 11:05:58 +01: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
feedbackNew feat: plausible for feedback (#5763) 2024-01-04 14:38:54 +02:00
filter feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
integrations fix: properly handle markdown links (#5768) 2024-01-05 08:18:34 +00:00
layout fix: demo banner zIndex, display on top (#5776) 2024-01-05 14:57:34 +00:00
loginHistory fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
maintenance feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
menu fix: UI improvements related to the increase of width (#5752) 2024-01-04 09:57:30 +00:00
playground/Playground feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
project fix: add checks to remove warnings on project settings (#5766) 2024-01-05 09:23:12 +01:00
providers feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
segments Feat: show change request data on segment project usage page (#5410) 2023-11-28 10:01:56 +01:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
tags feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
user chore(update): Updates biome config to 1.3 format (#5421) 2023-11-27 13:42:58 +01:00
App.tsx fix: demo banner zIndex, display on top (#5776) 2024-01-05 14:57:34 +00:00
InitialRedirect.tsx