From c49506d51777a53a1557a4599a8d88e5c49ab5dd Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Mon, 27 Jul 2026 15:45:56 +0200 Subject: [PATCH] feat: add "only latest versions" filter to project list Adds a toolbar toggle to the projects page that sends onlyLatestVersions=true to the concise project listing endpoint, as the frontend counterpart to DependencyTrack/dependency-track#6823. The toggle state is persisted in localStorage, mirroring the existing "show inactive projects" filter. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Leo Antunes --- src/views/portfolio/projects/ProjectList.vue | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/views/portfolio/projects/ProjectList.vue b/src/views/portfolio/projects/ProjectList.vue index 5caaea185..a00146a00 100644 --- a/src/views/portfolio/projects/ProjectList.vue +++ b/src/views/portfolio/projects/ProjectList.vue @@ -22,6 +22,16 @@ />{{ $t('message.show_inactive_projects') }} + {{ + $t('message.only_latest_project_versions') + }}