1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src
Thomas Heartman cd7697db62
feat: new useEventSearch hook (#7757)
Creates a new useEventSearch hook based on the useFeatureSearch hook.
Moves the old useEventSearch hook into useLegacyEventSearch and updates
references to it.

I don't know yet whether this'll work entirely as expected, but I plan
on making any necessary configurations when I implement the state
management in a follow-up PR.

But because this is pretty much a straight copy-paste from
useFeatureSearch (only adjusting types, I think), I also think it might
be possible to turn this into a generic search template. Not sure if now
is the time, but worth thinking about, I think.
2024-08-05 13:12:45 +00:00
..
__mocks__
assets fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
component feat: new useEventSearch hook (#7757) 2024-08-05 13:12:45 +00:00
constants feat: use new environment limit in Unleash UI (#7500) 2024-07-02 06:14:15 +00:00
contexts
hooks feat: new useEventSearch hook (#7757) 2024-08-05 13:12:45 +00:00
interfaces chore: use EventSchema instead of IEvent (#7732) 2024-08-02 11:05:42 +02:00
openapi Update front end schemas for new event search (#7758) 2024-08-05 12:48:01 +00:00
themes
types
utils test: insights filtering (#7612) 2024-07-17 15:03:02 +02:00
index.tsx
setupTests.ts
vite-env.d.ts