feat: display assignee avatar in issue list rows #98
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?
Description
The ROADMAP specifies that each issue row in the Issues List should include an assignee avatar:
Currently issue list rows may not render the assignee avatar. This issue tracks adding it.
What to Do
ListAllIssues()or its template data, ensureAssigneeis included in the returned issue struct (the Gitea SDKIssuestruct already hasAssignee *User)<img>element for the assignee avatar whenAssignee != nil:.avatar-smCSS:width: 20px; height: 20px; border-radius: 50%;Acceptance Criteria
titleattribute with the assignee login for accessibilityRoadmap Reference
ROADMAP.md Phase 2.2 — Issues List: "assignee avatar" in each row
Status: PR Created
PR #101 implements this feature. Changes:
<img>avatar element ininternal/templates/issues.html.avatarCSS class (20px, circular)titleattribute for accessibilityManagement update: PR #101 is open and addresses this issue. Review requested from AI-Engineer. PR is mergeable. Assigned to AI-Engineer.