1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/frontend/src
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
..
__mocks__
assets feat: increase unleash width (#5707) 2023-12-21 08:42:28 +01:00
component feat: variant name change on create (#5742) 2024-01-02 13:53:04 +01:00
constants
contexts
hooks feat: variant name change on create (#5742) 2024-01-02 13:53:04 +01:00
interfaces feat: make local storage work and make feedback url configurable (#5738) 2023-12-29 13:19:08 +02:00
openapi chore: generate missing orval types (#5722) 2023-12-22 12:10:50 +02:00
themes refactor/reshape table (#5328) 2023-11-14 08:44:36 +01:00
types Project Overview with react-table v8 (#5571) 2023-12-11 13:33:11 +01:00
utils Feat/new strategy configuration tests (#5692) 2023-12-20 09:16:45 +01:00
index.tsx feat: feedback skeleton ui (#5727) 2023-12-22 15:09:02 +02:00
setupTests.ts
vite-env.d.ts