1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/src/component
andreas-unleash a8936a13c3
Feat: default strategy UI (#3682)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->
- Removed `strategyTitle` and `strategyDisable` flags. Unified under
`strategyImprovements` flag
- Implements the default strategy UI
- Bug fixes

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->

<!-- Does it close an issue? Multiple? -->
Closes #
[1-875](https://linear.app/unleash/issue/1-875/default-strategy-frontend)

<!-- (For internal contributors): Does it relate to an issue on public
roadmap? -->
<!--
Relates to [roadmap](https://github.com/orgs/Unleash/projects/10) item:
#
-->
![Screenshot 2023-05-04 at 11 21
05](https://user-images.githubusercontent.com/104830839/236149232-84601829-1327-42af-9527-5cc15196517a.png)

### Important files
<!-- PRs can contain a lot of changes, but not all changes are equally
important. Where should a reviewer start looking to get an overview of
the changes? Are any files particularly important? -->


## Discussion points
<!-- Anything about the PR you'd like to discuss before it gets merged?
Got any questions or doubts? -->

---------

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
2023-05-05 14:32:44 +03:00
..
addons feat: revive features (#3344) 2023-03-17 18:21:13 +00:00
admin chore: move google auth ui behind flag (#3606) 2023-04-26 10:55:55 +02:00
application feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
archive feat: remove bulk operations flag (#3643) 2023-04-28 11:18:03 +03:00
changeRequest Disable and enable strategies - frontend (#3582) 2023-04-26 11:41:24 +02:00
common Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
context feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
demo feat: demo guide improvements (#3676) 2023-05-03 21:47:35 +03:00
environments
events feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
feature Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
feedback fix: media query issue in feedback modal (#3470) 2023-04-07 11:10:14 +02:00
layout feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
loginHistory
maintenance feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
menu feat: Footer sdks (#3654) 2023-04-28 15:56:35 +02:00
playground/Playground feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
project Feat: default strategy UI (#3682) 2023-05-05 14:32:44 +03:00
providers feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
segments chore: GA project specific segments (#3583) 2023-04-21 10:25:40 +02:00
splash feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00
strategies chore: remove deprecated strategies and allow deprecate default (#3575) 2023-04-21 11:42:36 +02:00
tags feat: enable dark mode for all (#3614) 2023-04-25 10:13:06 +02:00
user feat: authorization middleware (#3464) 2023-04-06 11:46:54 +02:00
App.tsx feat: demo ui-ux improvements (#3634) 2023-04-27 08:15:17 +01:00
InitialRedirect.tsx