hensei-web/src/lib
Justin Edmund a748884faf fix: consolidate SearchResult type definition
- Remove duplicate generic SearchResult<T> from types.ts
- Export SearchResult from search.adapter.ts via index.ts
- Eliminates type conflict between two incompatible SearchResult definitions

This fixes "Type 'SearchResult' is not assignable to type 'SearchResult<any>'" errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 18:05:33 -08:00
..
api fix: consolidate SearchResult type definition 2025-11-28 18:05:33 -08:00
assets Init Svelte migration repo 2025-09-08 13:43:09 -07:00
auth Low-risk cleanup: unused imports, gitignore, auth types, test routes (#439) 2025-11-28 11:21:24 -08:00
components fix: bits-ui component type mismatches with exactOptionalPropertyTypes 2025-11-28 18:05:27 -08:00
composables feat: add grid API endpoints and drag-drop support 2025-09-17 10:46:49 -07:00
data add job system 2025-09-29 23:45:50 -07:00
features fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
providers Fix database pages and images 2025-09-20 02:46:13 -07:00
query add tanstack query with infinite scroll support 2025-11-28 11:00:57 -08:00
services fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
stores fix: sidebar.svelte.ts Component type to accept any props (166 -> 163 errors) 2025-11-28 21:17:55 +00:00
types fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
utils fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
validation Fix zod validation for login 2025-09-11 10:47:12 -07:00
config.ts Re-export OAUTH_BASE from env var 2025-09-09 03:20:27 -07:00
index.ts Init Svelte migration repo 2025-09-08 13:43:09 -07:00
seo.ts Rudimentary import for SEO 2025-09-09 03:20:38 -07:00