1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src/component/changeRequest/ChangeRequest
Thomas Heartman 7c0bd12a24
add tabs to milestone start (#10237)
Adds changes/view diff tabs to release plan changes that show diffs. The
only instances I found where we show JSON diffs today was starting
milestones and adding a new release plan if you already have one.

I've moved the old file into a legacy file because we're touching two
out of three internal components, so it seemed like leaving it all in
one file would be a bit of a hassle. plus, this way it's consistent with
segments and strategies.

Start milestone:
<img width="1035" alt="image"
src="https://github.com/user-attachments/assets/2b4616f6-8452-4976-8101-11a94d6d5828"
/>

<img width="1054" alt="image"
src="https://github.com/user-attachments/assets/0ba58c72-b3dc-48fa-95bf-a3980dc620fe"
/>

Plan replacement:
<img width="1006" alt="image"
src="https://github.com/user-attachments/assets/9381a48f-e23e-435e-8fa5-02fcb5050bfd"
/>

<img width="818" alt="image"
src="https://github.com/user-attachments/assets/c5ceb9db-b095-4d05-88e8-fd8a70776479"
/>
2025-06-30 13:18:18 +02:00
..
Changes add tabs to milestone start (#10237) 2025-06-30 13:18:18 +02:00
NameWithChangeInfo feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
StrategyTooltipLink feat(1-3878)/diffable segment changes (#10234) 2025-06-30 09:53:21 +00:00
ChangeRequest.test.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
ChangeRequest.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
SegmentTooltipLink.tsx feat(1-3878)/diffable segment changes (#10234) 2025-06-30 09:53:21 +00:00