Skip to content

Enhanced CVE manage page with filters#643

Open
stijnpotters1 wants to merge 3 commits into
masterfrom
fix/cve-manage-filter
Open

Enhanced CVE manage page with filters#643
stijnpotters1 wants to merge 3 commits into
masterfrom
fix/cve-manage-filter

Conversation

@stijnpotters1

@stijnpotters1 stijnpotters1 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Added filters to cve manage page

  • Made search and filter components more generic
  • Made styling more uniform with the cve overview page
image

@stijnpotters1 stijnpotters1 self-assigned this Jun 30, 2026
@stijnpotters1 stijnpotters1 linked an issue Jun 30, 2026 that may be closed by this pull request
@sonarqubecloud

Copy link
Copy Markdown

Comment on lines +27 to +38
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="8" y1="12" x2="16" y2="12" />
<line x1="11" y1="18" x2="13" y2="18" />
</svg>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a custom icon?
Maybe could be reusable?

});
if (changes['isLoading'] && !this.isLoading()) {
setTimeout(() => this.maybeLoadMore(), 0);
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol

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.

Reuse the cve overview filter inside the cve manage page

3 participants