1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/frontend/src/component/project/Project
Thomas Heartman 5d36862ddb
feat: add project status feedback (#8764)
This PR adds the feedback component to the project status page. When you
open the feedback modal, we close the status sidebar. Exiting the
feedback modal takes you back to the project page.

As a bonus: fixes the background color of the health grid, which was a
little bit off.


![image](https://github.com/user-attachments/assets/6e7e61cb-75f4-44ac-9efd-632b40ccab51)


![image](https://github.com/user-attachments/assets/6e049719-cff3-4b85-8f02-e0174b515ab2)
2024-11-15 10:51:00 +02:00
..
ArchiveProject
CreateProject fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01:00
DeleteProject
HiddenProjectIconWithTooltip
hooks chore: remove all deprecated imports of act (#8398) 2024-10-15 13:53:26 +02:00
Import chore: add placeholder project status sidebar (#8629) 2024-11-01 12:04:22 +00:00
PaginatedProjectFeatureToggles feat: archived toggles do not show switch (#8696) 2024-11-08 12:27:41 +02:00
ProjectDoraMetrics fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01:00
ProjectEnterpriseSettingsForm
ProjectFeaturesArchive
ProjectFeatureToggles fix: fix two disabled tooltips (#8464) 2024-10-16 15:25:50 +02:00
ProjectForm
ProjectHealth
ProjectInfo
ProjectInsights chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
ProjectLog
ProjectSettings chore: flag overview page redesign - environments (#8683) 2024-11-08 09:56:46 +00:00
ProjectStats
ProjectStatus feat: add project status feedback (#8764) 2024-11-15 10:51:00 +02:00
LazyProject.tsx
LazyProjectExport.tsx
Project.styles.ts
Project.tsx fix: prevent rendering too many hooks error (#8667) 2024-11-06 12:28:48 +01:00
ProjectFlags.tsx feat: initial setup of change request notification indicator (#8606) 2024-10-31 10:19:08 +01:00
ProjectOverviewChangeRequests.test.tsx
ProjectOverviewChangeRequests.tsx