feat(feeds): display country info in details popover. Closes #549#954
Merged
regulartim merged 3 commits intoGreedyBear-Project:developfrom Mar 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds GeoIP country information to the Feeds table “Details” popover under the Enrichment section.
Changes:
- Render a new “Country” line in the Details popover content.
- Add frontend tests covering presence/absence of the country field in the popover.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| frontend/src/components/feeds/tableColumns.jsx | Adds a “Country” row to the Details popover enrichment section. |
| frontend/tests/components/feeds/TableColumns.test.jsx | Adds tests asserting the country line renders with a value or falls back to “-”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
Hey @lvb05 ! Pleas add a screenshot of your change. |
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
cclts
pushed a commit
to cclts/GreedyBear
that referenced
this pull request
Mar 11, 2026
…ar-Project#549 (GreedyBear-Project#954) * feat(feeds): display country in details popover * Replace 'country' with 'attacker_country' in table * Update TableColumns.test.jsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Added GeoIP country information to the existing "Details" column popover
in the Feeds table, under the Enrichment section. When country data is
available for an IOC, it is displayed as "Country: ". When unavailable,
it falls back to "-".
Related issues
Closes #549
Depends on #524
Type of change
Checklist
<feature name>. Closes #999develop.develop.Docs and tests
Ruff) gave 0 errors. If you have correctly installed pre-commit, it does these checks and adjustments on your behalf.GUI changes
Ignore this section if you did not make any changes to the GUI.