mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-24 11:10:25 +02:00
1. Move sub-issues section from sidebar to main content area (below description), matching Linear's layout. Shows status icon, title, and assignee avatar for each child issue. 2. Fix real-time refresh: invalidate parent's childIssuesOptions query in useCreateIssue mutation (onSuccess), onIssueCreated WS handler, and onIssueDeleted WS handler so sub-issues list updates immediately without page refresh.