1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src
Thomas Heartman 257b8d1f40
test/refactor: useEditableConstraint hook (#9970)
Adds a test suite for the useEditableConstraint hook, attempting to test
all the parts of it that we can't test in isolation.

Plus: a few, small refactorings:
- Renames `onAutoSave` on `onUpdate` to better match `onDelete` (and
because autosave doesn't really mean anything anymore).
- Simplifies and collapses some types
2025-05-13 11:30:07 +02:00
..
__mocks__
assets fix: appropriately size case icon for non-editing constraints (#9869) 2025-04-30 08:37:16 +00:00
component test/refactor: useEditableConstraint hook (#9970) 2025-05-13 11:30:07 +02:00
constants chore: make operator checking more ergonomic and type-ful (#9932) 2025-05-08 14:10:57 +02:00
contexts
hooks feat: ui for external link templates (#9945) 2025-05-12 11:05:04 +02:00
interfaces Chore/cleanup tag color feature falg (#9959) 2025-05-12 13:54:38 +02:00
openapi chore: update frontend OpenAPI models - (#9943) 2025-05-09 13:05:22 +02:00
themes refactor: remove flagOverviewRedesign flag (#9888) 2025-05-06 10:25:57 +02:00
types
utils feat: redirect logic refactor (#9734) 2025-04-17 12:07:08 +02:00
index.tsx feat: use Unleash React SDK in Admin UI (#9723) 2025-04-10 08:26:30 +02:00
setupTests.ts
vite-env.d.ts