1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-09 11:14:29 +02:00
unleash.unleash/frontend/src/component/common/DialogFormTemplate
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
..
ConfigButtons feat: Use a toggling button for impression data on/off (#7682) 2024-07-29 08:05:35 +00:00
DialogFormTemplate.styles.tsx fix: display feature naming patterns in dialog (#7837) 2024-08-12 13:56:07 +02:00
DialogFormTemplate.tsx fix: display feature naming patterns in dialog (#7837) 2024-08-12 13:56:07 +02:00
NamingPatternInfo.tsx fix: display feature naming patterns in dialog (#7837) 2024-08-12 13:56:07 +02:00