mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
Shows the cancelled state in the timeline for cancelled CRs. Extracts steps into a separate file. Also, if timestamps are present, it will dynamically show the steps we have times for for rejected and cancelled CRs. If we do not have timestamps, it'll use the old behavior for displaying rejected steps, but does add a new one for cancelled steps, which includes 'Draft', 'In review', 'Approved', 'Cancelled'. CRs can be cancelled after: - In review - Approved CRs can be rejected after: - In review - Schedule For other states, use the existing steps. Cancelled and Rejected are both terminal states, so there's no future steps to show. Regardless of what we have timestamps for, always show 'Draft', 'In review' and the final state (Rejected | Cancelled). ## Gallery Cancellations <img width="381" height="241" alt="image" src="https://github.com/user-attachments/assets/a6af70c5-ef09-4aeb-ae53-0e3ff4b25446" /> <img width="396" height="320" alt="image" src="https://github.com/user-attachments/assets/699c2594-8c0c-44d9-bf50-22a8bdda3d00" /> Rejections <img width="397" height="244" alt="image" src="https://github.com/user-attachments/assets/20887a23-e453-49ce-bc5c-738ba4180868" /> <img width="388" height="384" alt="image" src="https://github.com/user-attachments/assets/e3c5842b-254d-47b8-a8f6-3721643c4223" /> New cancelled steps without timestamps: <img width="387" height="309" alt="image" src="https://github.com/user-attachments/assets/5fba979d-cb5b-4aba-b652-7c5ac89a3e37" /> |
||
---|---|---|
.. | ||
admin | ||
application | ||
archive | ||
banners | ||
changeRequest | ||
commandBar | ||
common | ||
context | ||
counters/ExploreCounters | ||
demo | ||
environments | ||
events | ||
feature | ||
featureTypes | ||
feedback | ||
feedbackNew | ||
filter | ||
impact-metrics | ||
insights | ||
integrations | ||
layout | ||
loginHistory | ||
maintenance | ||
menu | ||
onboarding | ||
personalDashboard | ||
playground/Playground | ||
project | ||
providers | ||
releases | ||
segments | ||
signals | ||
splash | ||
strategies | ||
tags | ||
unknownFlags | ||
user | ||
App.tsx | ||
InitialRedirect.tsx |