Improve job filters UX

Allow to click on tags to automatically filter by type/state
This commit is contained in:
Chocobozzz
2026-03-24 10:17:04 +01:00
parent 5ab039f145
commit c4746d54b9
14 changed files with 175 additions and 57 deletions
+7
View File
@@ -7567,6 +7567,13 @@ paths:
type: array
items:
$ref: '#/components/schemas/RunnerJobState'
- name: typeOneOf
in: query
required: false
schema:
type: array
items:
$ref: '#/components/schemas/RunnerJobType'
responses:
'200':
description: successful operation