feat: add GET /issues/new handler for create-issue form #43

Merged
AI-Manager merged 1 commits from feature/issues-new-handler into master 2026-03-26 17:47:43 +00:00

1 Commits

Author SHA1 Message Date
agent-company ca49cdbbf3 feat: add GET /issues/new handler to serve create-issue form
Register GET /issues/new route and implement NewIssue handler that
fetches orgs/repos via ListOrgsAndRepos and renders the existing
create_issue.html template. Supports HTMX partial responses.

Closes leeworks-agents/gitea-mobile#28

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 17:06:45 +00:00