-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: Quick link to matching events from unidentified person #30886
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR introduces quick access to matching events from unidentified person contexts by adding "View events" buttons across key components.
- In /frontend/src/scenes/persons/PersonScene.tsx, the NotFound component is now passed a
meta
prop withurlId
for filtered event access. - In /frontend/src/scenes/persons/PersonPreview.tsx, a new "View events" button is added for scenarios when the person is not found.
- In /frontend/src/lib/components/NotFound/index.tsx, the component renders a "View events" button using
meta?.urlId
to create a filtered events query.
3 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
📸 UI snapshots have been updated3 snapshot changes in total. 0 added, 3 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
Size Change: +737 B (+0.01%) Total Size: 13.2 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
Changes
Adds "View events" buttons to "Person not found" contexts.
How did you test this code?
I clicked on the links and verified they went to the expected filtered views.