1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src/component
Fredrik Strand Oseberg 049c5b9afa
feat: variant name change on create (#5742)
This PR refactores the StrategyVariants component to be passed in from
the outside to the new form component. This allows us to pass in the
StrategyVariants with an "editable" property in the create form which we
use to determine the editable state of the name input field. If the
editable field is not passed in we keep the old behavior.

Notable changes:
* StrategyVariants is now passed in from the outside, allowing us to
define different props at call time
* Added tests for the new behavior, and for keeping the old behavior
(such as in edit strategy)
* Added tracking
2024-01-02 13:53:04 +01:00
..
accessOverview
admin feat: add reset password to user manager (#5580) 2023-12-18 13:54:04 +01: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: prevent banner from crashing with invalid variant (#5686) 2023-12-19 13:09:40 +00:00
changeRequest feat: variant name change on create (#5742) 2024-01-02 13:53:04 +01:00
common feat: variant name change on create (#5742) 2024-01-02 13:53:04 +01:00
context chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
demo chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
environments
events chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
feature feat: variant name change on create (#5742) 2024-01-02 13:53:04 +01:00
featureTypes
feedback
feedbackNew feat: keep feedback submission in local storage (#5737) 2023-12-29 10:08:19 +02:00
filter feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
integrations
layout feat: increase unleash width (#5707) 2023-12-21 08:42:28 +01:00
loginHistory
maintenance
menu feat: increase unleash width (#5707) 2023-12-21 08:42:28 +01:00
playground/Playground feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
project Fix row selection on paginated pages (#5706) 2023-12-21 11:01:10 +02:00
providers
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
tags
user chore(update): Updates biome config to 1.3 format (#5421) 2023-11-27 13:42:58 +01:00
App.tsx
InitialRedirect.tsx