Files
multica/server/internal
yushen 101cf87f10 fix(issues): load all issues by paginating through API results
The frontend was fetching at most 200 issues in a single request,
causing workspaces with more than 200 total issues to show incomplete
data in status columns (especially "done"). The backend also returned
len(results) as "total" instead of the actual database count.

- Add CountIssues SQL query to return true total from the database
- Update ListIssues handler to return the real total count
- Implement auto-pagination in the issue store's fetch() to load all pages
- Consolidate error-recovery fetches to use the store's paginated fetch

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 13:31:56 +08:00
..
2026-03-31 16:25:20 +08:00