- New GET /api/collaborators?repo= endpoint fetches repo owner + collabs
- Assignee dropdown added to the new issue form (lazy-loaded on first open)
- Selected assignee is forwarded to Gitea via the assignees[] field
- Dropdown resets to Unassigned after successful submission
Closes#5
Replace the verbose issue cards (body preview + inline comment form)
with a clean list of links: issue number, title, and an arrow to open
the issue on Gitea. Keeps the tab minimal and noise-free.
Closes#4
The picker shield overlay was blocking elementFromPoint during mousemove,
so the highlight class never got applied to actual page elements.
Fix: temporarily set shield visibility:hidden during the elementFromPoint
call so the cursor position resolves to the real element underneath.
Also enhanced the highlight with a subtle background tint for better
visual feedback.
Closes#3