1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component/segments
Thomas Heartman 452f3942a7
feat(#4209): add segment to drafts (#4408)
This PR sends segments to CR drafts when you use the `add to draft`
button.

It also adds the logic for which environment to pick.

Segments sent to the API are added to drafts, but not displayed in the
UI yet. CRs with only segment changes are also not listed in the table.
This'll be covered in upcoming work.
2023-08-04 12:57:26 +00:00
..
CreateSegment
CreateSegmentButton
EditSegment
EditSegmentButton
hooks
RemoveSegmentButton
SegmentActionCell
SegmentDelete
SegmentTable
SegmentDocs.tsx
SegmentEmpty.tsx
SegmentForm.tsx
SegmentFormStepList.tsx
SegmentFormStepOne.tsx
SegmentFormStepTwo.tsx
SegmentProjectAlert.tsx