Merge branch 'WEB---ADD-COMMENTS-ON-ISSUES' of https://github.com/LazyBachelor/LazyPM into WEB---ADD-COMMENTS-ON-ISSUES

This commit is contained in:
Ine Maria Nilssen Aanonsen
2026-02-20 17:04:20 +01:00
2 changed files with 24 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ templ CommentForm(props CommentFormProps) {
hx-post={ "/issues/" + props.IssueID + "/comments" }
hx-target="#comments-list"
hx-swap="beforeend"
hx-on::after-request="this.reset()"
hx-on::after-success="this.reset()"
>
@base.Input(base.InputProps{
Name: "author",