WEB - DELETE ISSUE

This commit is contained in:
Ine Maria Nilssen Aanonsen
2026-02-24 15:33:58 +01:00
parent be56123955
commit 0c56c4c2b6
5 changed files with 60 additions and 3 deletions

View File

@@ -29,6 +29,17 @@ templ IssueDetailCard(props IssueDetailCardProps) {
</div>
}
<div class="divider my-2"></div>
<div class="flex flex-wrap gap-2 mt-2">
<button
type="button"
class="btn btn-error btn-sm btn-outline"
hx-delete={ "/issues/" + props.Issue.ID }
hx-confirm="Are you sure you want to delete this issue? This action cannot be undone."
hx-target="body"
>
Delete issue
</button>
</div>
<div class="grid grid-cols-2 gap-2 text-sm">
<div class="bg-base-200 rounded-lg p-2">
<span class="text-xs opacity-70 block">Created</span>