1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src/component
Nuno Góis 71f6b8e172
fix: revert form section 100 height (#3345)
Small fix that reverts
https://github.com/Unleash/unleash/pull/3335/files#r1138829014 - Turns
out it wasn't totally harmless and broke some modals that had more than
100% height and no overflow.

This approach maintains the original logic and adds a new prop for the
segment forms to make them proper modals when used in the project
context.
2023-03-17 13:59:46 +00:00
..
addons
admin fix: add container for EditGroups (#3318) 2023-03-15 15:23:59 +01:00
application
archive
changeRequest feat: improve variants modal UI/UX (#3307) 2023-03-15 12:22:06 +00:00
common fix: revert form section 100 height (#3345) 2023-03-17 13:59:46 +00:00
context refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
environments refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
events feat: improve variants modal UI/UX (#3307) 2023-03-15 12:22:06 +00:00
feature Feat/add cypress tests for project scoped stickiness (#3340) 2023-03-17 14:41:59 +02:00
feedback refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
layout refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
loginHistory refactor: rename sign-on log to login history (#3245) 2023-03-02 13:49:50 +00:00
maintenance
menu refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
playground/Playground refactor: light theme colors (#3252) 2023-03-06 12:58:36 +02:00
project fix: revert form section 100 height (#3345) 2023-03-17 13:59:46 +00:00
providers
segments fix: revert form section 100 height (#3345) 2023-03-17 13:59:46 +00:00
splash
strategies fix: strategy access tooltip (#3228) 2023-03-01 13:17:31 +01:00
tags feat: implement project-scoped segments in project settings (#3335) 2023-03-17 08:23:27 +00:00
user UI/bulk select (#3267) 2023-03-14 08:56:03 +00:00
App.tsx feat: remove maintenance feature flag (#3199) 2023-02-27 15:36:56 +02:00
InitialRedirect.tsx