feat: implement issue detail view with label, comment, and close actions #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap Reference
Phase 2, Section 2.2 — Issue Detail View
Note: The close and comment actions are also tracked in #29. This issue covers the full detail template; #29 covers the backend action handlers specifically.
What to do
Create internal/templates/issue_detail.html and connect to GET /issues/{owner}/{repo}/{index}:
Create Issue (/issues/new) form:
Acceptance Criteria
Closing as implemented.
internal/templates/issue_detail.htmlon master includes:Note: The close and comment action forms are handled via the handlers but the template Actions card currently only shows the label form. Adding close/comment form buttons to the template is a minor gap tracked by #29.