You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: remove "Tested with" LLM logic and add virtualized infinite scroll to /souls
Remove the testedWithModels field and all associated UI (model badges,
model filter, JSON-LD targetProduct) from schema, backend, types, pages,
components, and documentation.
Replace the fixed 50-item load on /souls with cursor-based pagination
(24 per page) and TanStack Virtual row virtualization so only visible
cards are in the DOM. Infinite scroll loads the next page automatically
as the user scrolls near the bottom.
Made-with: Cursor
0 commit comments