Skip to content

feat: Front end filter state management for event search #7776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

thomasheartman
Copy link
Contributor

@thomasheartman thomasheartman commented Aug 6, 2024

This is just the state management part of #7768.

Adds a useEventLogSearch hook.

All the filters work except for the date filters. They don't work because the query parameters in the API don't match what's here, but an update to the API is coming in a follow-up.

It's a little tricky to handle this because the three different event logs should have slightly different filters, which makes making the type checker happy a bit of a pain. However, I'd like to revisit this in a follow-up PR.

Copy link

vercel bot commented Aug 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 6, 2024 0:58am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Aug 6, 2024 0:58am

Copy link
Contributor

github-actions bot commented Aug 6, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@thomasheartman thomasheartman changed the title wip: just backend feat:Front end filter state management for event search Aug 6, 2024
@thomasheartman thomasheartman changed the title feat:Front end filter state management for event search feat: Front end filter state management for event search Aug 6, 2024
@thomasheartman thomasheartman merged commit 2556bd0 into main Aug 6, 2024
11 of 14 checks passed
@thomasheartman thomasheartman deleted the feat/1-2651-front-end-event-search-state-management-just-handling branch August 6, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants