1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/src/component
Thomas Heartman 795aa18bca
fix: use the correct icon for failed scheduled CRs (#5760)
This PR switches the notification icon to an exclamation mark (the Error
icon). It updates three components:

1. The badge
2. The timeline
3. The review status

Screenshot with all the replaced icons

![image](https://github.com/Unleash/unleash/assets/17786332/cb10b8d1-9da3-4c48-b13c-09c7680e2b05)
2024-01-04 15:44:53 +05:30
..
accessOverview feat: add a button to download user access information (#4746) 2023-09-15 11:51:29 +02:00
admin feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
application Fix: icon rendering issue in ApplicationList and add help to app update (#5730) 2023-12-27 18:35:08 +01:00
archive fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00
banners feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
changeRequest fix: use the correct icon for failed scheduled CRs (#5760) 2024-01-04 15:44:53 +05:30
common feat: variant name change on create (#5742) 2024-01-02 13:53:04 +01:00
context chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
demo chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
environments feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
events chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
feature Feat/add feedback to new strategy form (#5745) 2024-01-03 15:43:22 +01:00
featureTypes feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
feedback feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
feedbackNew Feat/add feedback to new strategy form (#5745) 2024-01-03 15:43:22 +01:00
filter feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
integrations fix: UI improvements related to the increase of width (#5752) 2024-01-04 09:57:30 +00:00
layout fix: UI improvements related to the increase of width (#5752) 2024-01-04 09:57:30 +00:00
loginHistory fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
maintenance feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
menu fix: UI improvements related to the increase of width (#5752) 2024-01-04 09:57:30 +00:00
playground/Playground feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
project chore: remove private projects flag (#5743) 2024-01-02 15:53:26 +02:00
providers feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
segments Feat: show change request data on segment project usage page (#5410) 2023-11-28 10:01:56 +01:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
tags feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
user chore(update): Updates biome config to 1.3 format (#5421) 2023-11-27 13:42:58 +01:00
App.tsx feat: license checker for self-hosted (#5239) 2024-01-02 20:06:35 +00:00
InitialRedirect.tsx