1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/changeRequest
Fredrik Strand Oseberg 0ccfc29e26
fix: generalize multi action button (#6294)
This PR moves the CR specific logic out of the MultiActionButton and
generalises so that we can re-use it across the application. The CR
specific logic is moved into:

* ApplyButton.tsx
* ReviewButton.tsx

This fixes a bug where multi action button would be disabled if you
tried to apply an approved change request that you had created yourself.
2024-02-21 14:37:35 +01:00
..
ChangeRequest feat: project applications UI (#6260) 2024-02-19 09:50:53 +02:00
ChangeRequestConfirmDialog feat: add disabled state handling on slow network (#6165) 2024-02-08 10:27:51 +01:00
ChangeRequestOverview fix: generalize multi action button (#6294) 2024-02-21 14:37:35 +01:00
ChangeRequestSidebar feat: add disabled state handling on slow network (#6165) 2024-02-08 10:27:51 +01:00
ChangeRequestStatusBadge feat: show suspended states in change request badge (#5871) 2024-01-12 16:48:34 +05:30
ModifiedInChangeRequestStatusBadge Feat: scheduled change request badges (#5300) 2023-11-09 13:48:29 +02:00
ProjectChangeRequests fix: add keys to the features cell component (#5978) 2024-01-22 07:57:38 +00:00
ChangeRequest.test.tsx chore: upgrading vite to newer version (#5703) 2023-12-20 14:48:18 +01:00
changeRequest.types.ts feat: show env var conflicts in change requests (#6182) 2024-02-14 10:12:19 +09:00
ChangeRequestContext.tsx chore: track metrics for how many CRs are moved into next state with conflicts (#6109) 2024-02-05 18:27:11 +09:00
ChangeRequestPermissions.test.tsx
changesCount.ts refactor: use union types for change request types (#5870) 2024-01-12 13:15:43 +05:30
UpdateCount.test.tsx chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
UpdateCount.tsx Feat/scheduled cr UI tests (#5296) 2023-11-08 14:28:16 +02:00