1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/changeRequest
Thomas Heartman 9fbb61a1c4
chore: add schedule option to approved change requests (#5252)
The button doesn't do anything at the moment, but it's there visually.

Because this uses the same button as the dual-function button for
approve/reject, I extracted that component into a reusable
"multi-action" button. I could have copied the code wholesale, but it's
a complex component, so I thought this would be a better solution.

I'll add the dialog in a follow-up PR. This one already has a lot of
changes.

Visual:


![image](https://github.com/Unleash/unleash/assets/17786332/9a9bee77-4925-4054-9ef6-ef8ddbb61fae)
2023-11-03 08:46:06 +01:00
..
ChangeRequest
ChangeRequestConfirmDialog
ChangeRequestOverview chore: add schedule option to approved change requests (#5252) 2023-11-03 08:46:06 +01:00
ChangeRequestSidebar
ChangeRequestStatusBadge
ProjectChangeRequests
ChangeRequest.test.tsx feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
changeRequest.types.ts
ChangeRequestPermissions.test.tsx feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
changesCount.ts
UpdateCount.test.tsx
UpdateCount.tsx