1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-08 01:15:49 +02:00
unleash.unleash/frontend/src/component/project/Project
Thomas Heartman fa96ff1450
fix: display feature naming patterns in dialog (#7837)
Updates the dialog form template to include a `namingPattern` prop that
can be used to display the naming pattern of whatever the form is used
for.

Also updates the create feature dialog to display the naming pattern in
the current project.

The naming pattern component re-uses the pattern that we have in place
for feature naming patterns, but puts it in an expandable dialog
instead.

Screenies:

Naming pattern closed:

![image](https://github.com/user-attachments/assets/145e4268-1aa0-4c1b-8f08-97857447e2f5)


![image](https://github.com/user-attachments/assets/1613c846-e7d4-41c8-a1c8-a66ab87b6e5f)



Naming pattern open:

![image](https://github.com/user-attachments/assets/1aa37162-500b-4b83-926f-07aa777e8017)
2024-08-12 13:56:07 +02:00
..
ArchiveProject feat: archive project form (#7797) 2024-08-08 09:29:28 +02:00
CreateProject fix: don't delete projects screen from history (#7787) 2024-08-07 09:31:50 +02:00
DeleteProject feat: update description on project deletion (#7539) 2024-07-05 11:07:47 +00:00
HiddenProjectIconWithTooltip fix: icon imports (#6499) 2024-03-12 10:56:10 +01:00
hooks feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
Import feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
PaginatedProjectFeatureToggles fix: display feature naming patterns in dialog (#7837) 2024-08-12 13:56:07 +02:00
ProjectDoraMetrics chore: change toggle to flag #3 (#7101) 2024-05-22 09:58:53 +03:00
ProjectEnterpriseSettingsForm feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
ProjectFeaturesArchive fix: deprecate useProjectNameOrId (#7086) 2024-05-20 14:20:13 +02:00
ProjectFeatureToggles feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
ProjectForm feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
ProjectHealth chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
ProjectInfo feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
ProjectInsights feat: filter project flags by state (#7618) 2024-07-18 14:52:27 +02:00
ProjectLog refactor: Make event log look and act like other pages (#7704) 2024-07-31 09:46:47 +02:00
ProjectSettings feat: archive project form (#7797) 2024-08-08 09:29:28 +02:00
ProjectStats feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
LazyProject.tsx
LazyProjectExport.tsx
Project.styles.ts fix: don't cut off hover-color of favorite button (#7691) 2024-07-29 17:03:47 +02:00
Project.tsx chore: update project overview to flags (#7247) 2024-06-04 09:35:17 +02:00
ProjectFlags.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
ProjectOverviewChangeRequests.test.tsx feat: fetch change request overview in project overview (#6683) 2024-03-25 14:02:06 +01:00
ProjectOverviewChangeRequests.tsx refactor: remove change requests from project insights api (#6685) 2024-03-25 14:44:32 +01:00