1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/project
Thomas Heartman ab4c1e0193
feat: add feature naming pattern tracking (#4678)
This PR adds plausible metrics for feature naming patterns. The changes
are tracked whenever the form is submitted and the naming pattern has
changed. We track three different actions:
- added :: if there was no pattern before and now there is one
- removed :: if there was a pattern before and now there is none
- changed :: if there was a pattern before and now there is a different
one

The corresponding event type has been created in plausible.
2023-09-14 09:32:15 +02:00
..
Project feat: add feature naming pattern tracking (#4678) 2023-09-14 09:32:15 +02:00
ProjectAccess fix: multi project roles UI improvements (#4646) 2023-09-08 11:42:58 +01:00
ProjectCard chore: remove newProjectLayout flag (#4536) 2023-08-21 13:55:04 +03:00
ProjectEnvironment Feat: last seen by env UI (#4439) 2023-08-08 12:32:33 +03:00
ProjectList feat: dark theme v1 (#3298) 2023-03-22 16:37:40 +02:00