]> git.ipfire.org Git - pbs.git/commit
frontend: Fetch bugs that belong to a build
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jul 2025 10:49:19 +0000 (10:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jul 2025 10:49:19 +0000 (10:49 +0000)
commita5f19a636d78a468c3e7bcb3ac846922ef5ab140
treef6dd042461886ec586a920ab849de4d5439ed26f
parentcd2903cb27d0b43a74ccd72350454de9b5401e82
frontend: Fetch bugs that belong to a build

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
frontend/src/api/bugs.ts [new file with mode: 0644]
frontend/src/api/builds.ts
frontend/src/components/BugList.vue [new file with mode: 0644]
frontend/src/components/BuildBugs.vue [new file with mode: 0644]
frontend/src/composables/builds.ts
frontend/src/utils/format.ts
frontend/src/views/BuildView.vue