Files
lunarfront-app/packages
Ryan Moon 505f8fd4e4
Some checks failed
Build & Release / build (push) Failing after 33s
fix: correct TanStack Router search types for all navigate/Link calls
Each destination route's search must match its validateSearch shape exactly:
- Detail pages (tab-based): { tab: '...' }
- List pages with extra filters: include status, instructorId, view, categoryId etc.
- Form pages (enrollments/new, repairs/new): include only their specific fields
- use-pagination.ts: fix search reducer to use (prev: any) instead of invalid cast

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 10:37:34 -05:00
..