multica/apps/web/core/issues
Bohan Jiang 4bdb86057e
fix(issues): use TanStack Query for sub-issue data fetching (#499)
The sub-issue code was using direct `api` calls, but the codebase was
refactored to TanStack Query and the `api` import was removed from
issue-detail.tsx, causing a build error on Vercel.

Replace useState+useEffect with useQuery for both parent and child
issue fetching, consistent with the TQ migration.
2026-04-08 16:10:40 +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(web): address review — shared types and stable optimistic data 2026-04-08 15:41:16 +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(web): add load-more pagination for Done column on issue board (#492) 2026-04-08 14:58:51 +08:00