1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src
Thomas Heartman f49cc8cd33
feat: update UI to add hints about implicit ^ and $ (#4667)
This PR updates the UI to reflect the changes to the implicit ^ and $
that we now add. The changes are:

1. Show input adornments for ^ and $ when you create a pattern.
2. Mention that ^ and $ are added implicitly in description.
3. Checks the example you provide against the pattern with added ^ and $
+ adds a test for that.

Points 1 and 2:

![image](https://github.com/Unleash/unleash/assets/17786332/88c610b4-444b-4a83-a50a-4b7639614a86)


## Discussion point:

I have not touched the information about the pattern yet as the PR that
updates that is still in review (#4656), but it would be prudent to also
update that info to make it clearer. I can address that in a follow-up
PR.
2023-09-13 06:22:55 +00:00
..
__mocks__
assets feat: Edge integration page (#4657) 2023-09-12 14:25:38 +02:00
component feat: update UI to add hints about implicit ^ and $ (#4667) 2023-09-13 06:22:55 +00:00
constants feat: add usage info to project role deletion dialog (#4464) 2023-08-17 09:43:43 +02:00
contexts refactor: token permissions, drop admin-like permissions (#4050) 2023-06-22 08:35:54 +01:00
hooks feat: keyboard navigation in search (#4651) 2023-09-11 12:53:31 +02:00
interfaces feat: variant with number payload (#4654) 2023-09-11 16:57:42 +03:00
openapi feat: Edge integration page (#4657) 2023-09-12 14:25:38 +02:00
themes Integrations form (#4622) 2023-09-07 10:27:46 +00:00
types
utils chore: remove newProjectLayout flag (#4536) 2023-08-21 13:55:04 +03:00
index.tsx
setupTests.ts
vite-env.d.ts