feat: add type, status, and library filters to jobs list

Filter jobs by type, status, or library with dropdowns above the table.
Shows filtered count and a clear button when filters are active.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 06:37:16 +01:00
parent 34322f46c3
commit 684fcf390c
3 changed files with 69 additions and 5 deletions

View File

@@ -282,6 +282,9 @@ const en: Record<TranslationKey, string> = {
"jobsList.duration": "Duration",
"jobsList.created": "Created",
"jobsList.actions": "Actions",
"jobsList.allTypes": "All types",
"jobsList.allStatuses": "All statuses",
"jobsList.allLibraries": "All libraries",
// Job row
"jobRow.showProgress": "Show progress",

View File

@@ -280,6 +280,9 @@ const fr = {
"jobsList.duration": "Durée",
"jobsList.created": "Créé",
"jobsList.actions": "Actions",
"jobsList.allTypes": "Tous les types",
"jobsList.allStatuses": "Tous les statuts",
"jobsList.allLibraries": "Toutes les bibliothèques",
// Job row
"jobRow.showProgress": "Afficher la progression",