- Removed pagination from getCategoryPartsByVin API endpoint
- API now returns all parts for a category (not just first 50)
- Frontend filters by subGroupId correctly with full dataset
- Removed debug console.log statements from frontend
Previously, only 2 parts would show when selecting a subgroup that had 67 parts
because the API was returning paginated results and the user's subgroup parts
weren't in the first page.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>