mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-06 14:00:09 +02:00
List view only showed the first 50 done issues without a total count or load-more mechanism. Reuse the existing useLoadMoreDoneIssues hook and extract InfiniteScrollSentinel into a shared component so both board and list views paginate identically.