tercul-frontend/client
google-labs-jules[bot] 358f640eb6 Enforce type safety using zod v4 across the application
- Updated `Search.tsx` to align `tags` type with schema (string[]).
- Fixed `useQuery` usage in various files (`Search.tsx`, `Explore.tsx`, `Home.tsx`, `AuthorProfile.tsx`) by adding explicit return types or using `select` with type assertions to handle complex data transformations.
- Removed unused variables and files, including several custom hooks that were referencing non-existent API clients.
- Fixed type mismatches (string vs number, undefined checks) in various files.
- Fixed server-side import path in `server/routes/blog.ts` and `server/routes/userProfile.ts`.
- Updated `server/routes/userProfile.ts` to use correct GraphQL generated members.
- Replaced usage of missing hooks with direct `useQuery` or `apiRequest` calls.
- Fixed `RefObject` type in `comparison-slider.tsx`.
- Removed `replaceAll` usage for better compatibility.
- Cleaned up unused imports and declarations.
2025-11-30 21:55:23 +00:00
..
src Enforce type safety using zod v4 across the application 2025-11-30 21:55:23 +00:00
index.html Introduce the core functionality and basic structure of the platform 2025-05-01 03:05:33 +00:00