multica/apps/web/core/issues
Bohan Jiang bd6731525e
fix(issues): polish sub-issue UI and sync parent children cache (#506)
- Add Linear-style "Sub-issue of …" breadcrumb under the title with a
  parent progress ring
- Refresh sub-issues section: progress ring badge, identifier column,
  bordered list, collapse toggle, dashed assignee placeholder
- useUpdateIssue + onIssueUpdated WS handler now also patch and
  invalidate the parent's children query so sub-issue status/assignee
  changes show up on the parent page without a refresh
2026-04-08 17:04:55 +08:00
..
index.ts fix(web): add load-more pagination for Done column on issue board (#492) 2026-04-08 14:58:51 +08:00
mutations.ts fix(issues): polish sub-issue UI and sync parent children cache (#506) 2026-04-08 17:04:55 +08:00
queries.ts fix(issues): use TanStack Query for sub-issue data fetching (#499) 2026-04-08 16:10:40 +08:00
ws-updaters.ts fix(issues): polish sub-issue UI and sync parent children cache (#506) 2026-04-08 17:04:55 +08:00