mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
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>