implementing board view; set add comment section above the displayed comments in the details page; delete confirmation window; open same details page from board view; make assignee button more obvious
This commit is contained in:
@@ -46,7 +46,7 @@ templ IssueDetail(props IssueDetailProps) {
|
|||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
>
|
>
|
||||||
if props.Issue.Assignee == "" {
|
if props.Issue.Assignee == "" {
|
||||||
<span>Unassigned (click to assign)</span>
|
<span>Unassigned (click to assign) </span>
|
||||||
} else {
|
} else {
|
||||||
<span>Assignee: { props.Issue.Assignee }</span>
|
<span>Assignee: { props.Issue.Assignee }</span>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user