1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/segments
Thomas Heartman 7cab19d9d2
#4209: add 'add to draft' button for segments. (#4400)
Note: it doesn't work yet! It just throws an error.

This PR adds some logic to conditionally display "Add to draft" button
for segments if the segment is part of a project that has change
requests enabled and the flag is enabled.

Also adds a flag (`segmentChangeRequests`) to the frontend.

Holding off on actually adding the change to a draft until the API/orval
has been updated with the most recent changes.
2023-08-03 14:34:38 +02:00
..
CreateSegment fix: revert form section 100 height (#3345) 2023-03-17 13:59:46 +00:00
CreateSegmentButton Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
EditSegment #4209: add 'add to draft' button for segments. (#4400) 2023-08-03 14:34:38 +02:00
EditSegmentButton Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
hooks fix: assume undefined instead of null on segment project (#3304) 2023-03-13 10:25:48 +00:00
RemoveSegmentButton Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
SegmentActionCell
SegmentDelete Refactor/make styles batch 6 part 3 (#2823) 2023-01-05 09:45:17 +01:00
SegmentTable chore: remove split button strategy flag (#4245) 2023-07-14 14:23:23 +03:00
SegmentDocs.tsx feat: better segment info (#3243) 2023-03-02 14:13:27 +00:00
SegmentEmpty.tsx Makestyles refactor #7/1 (#2805) 2023-01-03 16:30:59 +02:00
SegmentForm.tsx fix: assume undefined instead of null on segment project (#3304) 2023-03-13 10:25:48 +00:00
SegmentFormStepList.tsx Makestyles refactor #7/1 (#2805) 2023-01-03 16:30:59 +02:00
SegmentFormStepOne.tsx refactor: misc cleanups (#4022) 2023-06-21 15:08:52 +01:00
SegmentFormStepTwo.tsx feat: implement project-scoped segments in project settings (#3335) 2023-03-17 08:23:27 +00:00
SegmentProjectAlert.tsx feat: context/segment usage plausible (#3956) 2023-06-12 12:41:03 +03:00