multica/apps/web/features/modals
Bohan Jiang a8a8ff6eca
feat(issues): add sub-issue support (#483)
* feat(issues): add sub-issue support

- Backend: Add ListChildIssues SQL query, add parent_issue_id to UpdateIssue,
  add GET /api/issues/{id}/children endpoint
- Frontend: Display parent issue breadcrumb and link in issue detail sidebar,
  show child issues list with status icons, add "Create sub-issue" action in
  dropdown menu and sidebar, pass parent_issue_id through create issue modal
- Update test mocks for new API method

* fix(issues): add parent validation, cycle detection, and improve child refresh

- CreateIssue: validate parent issue exists in the same workspace
- UpdateIssue: validate parent exists, prevent self-referencing, detect
  circular parent chains (up to 10 levels deep)
- Frontend: derive child issues from store when available instead of
  refetching on every global issue count change
2026-04-08 15:57:13 +08:00
..
create-issue.tsx feat(issues): add sub-issue support (#483) 2026-04-08 15:57:13 +08:00
create-workspace.tsx fix(web): navigate to /issues when switching workspaces 2026-04-02 00:15:47 +08:00
index.ts refactor: migrate stores to features/, remove dead packages, add modals + workspace sync 2026-03-25 16:37:22 +08:00
registry.tsx Revert "feat: add global issue search" 2026-04-01 22:24:35 +08:00
store.ts Revert "feat: add global issue search" 2026-04-01 22:24:35 +08:00