1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src/component
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
..
accessOverview
admin feat: Orphaned tokens - new API tokens list icon (#7693) 2024-08-01 14:31:42 +00:00
application feat: redirect to new feature flag creation (#7679) 2024-07-26 14:27:02 +03:00
archive
banners feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
changeRequest feat: add projects and environments to cr preview (#7740) 2024-08-02 12:56:29 +02:00
commandBar fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
common fix: Avoid collaborators being smooshed together (#7741) 2024-08-05 10:33:10 +02:00
context feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
demo chore[demo]: update handling of strategy deletion for demo walkthrough (#7719) 2024-08-02 11:13:42 +02:00
environments chore: don't prevent users from entering the env form when they're at the limit (#7549) 2024-07-05 13:11:00 +02:00
events feat: new useEventSearch hook (#7757) 2024-08-05 13:12:45 +00:00
feature Update front end schemas for new event search (#7758) 2024-08-05 12:48:01 +00:00
featureTypes
feedback feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
feedbackNew feat: command bar feedback (#7485) 2024-07-01 14:15:51 +03:00
filter fix: align event log filter buttons (#7726) 2024-08-02 11:09:55 +02:00
insights fix: insights health info link placement (#7750) 2024-08-05 10:39:48 +02:00
integrations Feat: webhook markdown (#7658) 2024-07-25 09:45:20 +00:00
layout fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
loginHistory task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
maintenance
menu feat: command bar poc (#7350) 2024-06-11 15:27:59 +03:00
playground/Playground feat: playground try configuration mode (#7752) 2024-08-05 12:34:24 +02:00
project Update front end schemas for new event search (#7758) 2024-08-05 12:48:01 +00:00
providers feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
segments feat: limit segments component (#7553) 2024-07-08 09:03:08 +02:00
signals feat: what's new in Unleash (#7497) 2024-07-03 09:54:38 +02:00
splash
strategies feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
tags feat: separate command bar and search hotkeys (#7651) 2024-07-24 12:46:03 +03:00
user feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
App.tsx fix: make loader not exlpode to 100vh in unnecessary locations (#7589) 2024-07-15 14:41:45 +02:00
InitialRedirect.tsx fix: use a fullscreen loader for the initial redirect load (#7619) 2024-07-18 14:50:59 +02:00