feat: add label multi-select to Create Issue form #70
Reference in New Issue
Block a user
Delete Branch "feature/label-multiselect"
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?
Summary
GET /issues/new/labels?owner=X&repo=Yendpoint returns label checkboxes as HTML fragmentPOST /issueshandler now parseslabel_idsfrom form checkboxes and passes them toCreateIssueCloses leeworks-agents/gitea-mobile#67
Test plan
Code review: Well-implemented label multi-select. New GET /issues/new/labels endpoint returns HTML fragments consistent with HTMX patterns. Proper error handling, HTML escaping applied correctly. CreateIssue handler now parses label_ids and passes them through. Ready to merge.