mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-21 21:14:20 +00:00
42a2c70b14
Replace fixed grid-cols breakpoints (which forced up to 4 narrow cards on wide screens) with auto-fill columns and a 24rem minimum card width on both the main market grid and the featured recommendation rows. The featured rows already measure real column count via ResizeObserver, so pagination adapts automatically.
Debug LangBot Frontend
Please refer to the Development Guide for more information.
Tests
Run the frontend smoke tests without a backend process:
pnpm test:e2e
The Playwright suite starts Vite and mocks the LangBot backend and Space APIs.