hensei-web/src/lib
Justin Edmund 2da99a7bf8 fix: add type annotations for implicit any parameters
- database/weapons/+page.svelte: Add types to template functions (nameObj, rarity)
- database/summons/+page.svelte: Add types to template functions (nameObj, rarity)
- JobSkillSlot.svelte: Add type annotations to snippet parameters (locked, skill, skillIconUrl, slot)
- BasicInfoSection.svelte: Add types to map callbacks (r, p)
- DatabaseProvider.ts: Add type to normalizer callback parameter (item)

Fixes "Parameter 'X' implicitly has an 'any' type" errors (12 instances fixed).

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 18:07:34 -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: add type annotations for implicit any parameters 2025-11-28 18:07:34 -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: add type annotations for implicit any parameters 2025-11-28 18:07:34 -08: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: consolidate WeaponKey type definition 2025-11-28 18:05:46 -08:00
utils fix: consolidate WeaponKey type definition 2025-11-28 18:05:46 -08: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