multica/apps/web/core/issues
LinYushen 76354cd968
fix(board): show total count in Done column and infinite scroll (#498)
* fix(board): show total count in Done column header and auto-load on scroll

- Column header now shows server-side doneTotal instead of loaded count
- Replace "Load more" button with IntersectionObserver sentinel for
  infinite scroll in the Done column

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(board): move sentinel below imports and stabilize observer

- Move InfiniteScrollSentinel after all import statements
- Use callback ref to avoid recreating IntersectionObserver on every render

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 16:15:15 +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(board): show total count in Done column and infinite scroll (#498) 2026-04-08 16:15:15 +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