detail de l'issue

This commit is contained in:
Cédric OLIVIER
2026-05-22 18:03:06 +02:00
parent 9fbcf805c7
commit f6acfd0e30
8 changed files with 242 additions and 14 deletions
+6 -1
View File
@@ -20,7 +20,12 @@
</thead>
<tbody>
@for (issue of issues(); track issue.id) {
<tr>
<tr
class="clickable-row"
tabindex="0"
(click)="openIssue(issue.id)"
(keydown.enter)="openIssue(issue.id)"
>
<td>{{ issue.title }}</td>
<td>{{ issue.priority }}</td>
<td>{{ issue.status }}</td>