1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src/component
Thomas Heartman f46d420b10
feat: add warning icons to environments in selector (#6290)
This PR adds warning icons to the environment selector for environments
that have problems detected. However, because we don't have any way
detect problems yet, this PR only adds the icons and the infrastructure
to display them. They're always set to "not displayed" for now.

The icons have "problems detected" as accessible text.

It looks like this when you add them in (for every environment):

<img width="1137" alt="image"
src="https://github.com/Unleash/unleash/assets/17786332/c29bfa52-ddee-4b16-b3ac-5c1f8fcc326e">
2024-02-21 13:28:37 +08:00
..
accessOverview chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
admin feat: permission matrix (PoC) (#6223) 2024-02-16 14:31:33 +01:00
application feat: add warning icons to environments in selector (#6290) 2024-02-21 13:28:37 +08:00
archive chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
banners task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
changeRequest feat: project applications UI (#6260) 2024-02-19 09:50:53 +02:00
common feat: project applications UI (#6260) 2024-02-19 09:50:53 +02:00
context Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
demo fix: add new steps to demo guide (#6112) 2024-02-05 11:36:15 +01:00
environments feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
events Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
executiveDashboard feat: Adding Project access requires same role (#6270) 2024-02-20 15:56:53 +01:00
feature feat: show info on what would be deleted (#6235) 2024-02-16 04:13:40 +00:00
featureTypes fix: misc UI/UX fixes (#6241) 2024-02-15 08:17:11 +00:00
feedback chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
feedbackNew feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
filter chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
incomingWebhooks fix: clickable names in inc wh and action tables (#6275) 2024-02-20 09:28:00 +00:00
integrations fix: misc UI/UX fixes (#6241) 2024-02-15 08:17:11 +00:00
layout feat: sdk reporting flag and e2e test (#6216) 2024-02-13 14:13:21 +02: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 feat: add tabs (#6267) 2024-02-20 17:32:33 +08:00
playground/Playground fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
project fix: display all roles if we can't get project roles 2024-02-20 16:23:25 +01:00
providers task: Use fine-grained project permissions in frontend (#5974) 2024-01-22 15:34:10 +01:00
segments Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies fix: strategy screen re-rendering table bug (#6006) 2024-01-23 15:49:13 +01:00
tags Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
user fix: store redirect to localStorage to avoid loss of redirect (#5929) 2024-01-19 11:32:26 +02:00
App.tsx Feat/UI error observability (#6169) 2024-02-09 13:07:44 +01:00
InitialRedirect.tsx Fix: losing redirect on provider login (#5970) 2024-01-19 14:31:42 +02:00