-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(ui): Improved the findings page scan Id filter #7827
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
fix(ui): Improved the findings page scan Id filter #7827
Conversation
paabloLC
left a comment
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.
After our huddle, @sumit-tft is working on some refactoring here. (just dropping an update)
…provement # Conflicts: # ui/CHANGELOG.md # ui/app/(prowler)/findings/page.tsx # ui/components/ui/custom/custom-dropdown-filter.tsx # ui/types/filters.ts
…provement # Conflicts: # ui/CHANGELOG.md # ui/components/ui/custom/custom-dropdown-filter.tsx
…provement # Conflicts: # ui/CHANGELOG.md # ui/app/(prowler)/compliance/page.tsx # ui/types/components.ts
| entityAlias={entity.alias ?? undefined} | ||
| entityId={entity.uid} | ||
| hideCopyButton | ||
| /> |
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.
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.
@alejandrobailo, thanks for the comment! I used the ComplianceScanInfo it already had EntityInfoShort so I don't think it will break also we don't have to use EntityInfoShort explicitly in this component.
Please let me know if I misunderstood. Thanks!
|
I've created this Pull request as a proposal: #7949 |
…provement # Conflicts: # ui/components/ui/custom/custom-dropdown-filter.tsx
|
@sumit-tft as we agreed, I'm closing this PR so we can move forward with Alex's proposal. Thanks a lot for laying the groundwork for this functionality! |

Context
This PR introduces the changes in findings Scan Id filter to improve its usability
Description
The Scan ID filter for findings updated to have now more context same as we have for compliance, to include the icon, alias, provider id, name and completed at.
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.