hensei-web/src/lib/features
Devin AI 67eb624bfc fix: type errors cleanup (161 -> 130 errors)
- Fix Party.svelte: add null checks for existingChar/existingWeapon/existingSummon
- Fix DropdownItem.svelte: replace asChild with child snippet pattern for bits-ui v2
- Fix UncapStar.svelte, TranscendenceStar.svelte: tabIndex -> tabindex
- Fix Party.svelte, Navigation.svelte: remove asChild prop usage
- Fix images.ts: add | undefined to pose/element params for exactOptionalPropertyTypes
- Fix ItemHeader.svelte, UncapIndicator.svelte: accept number | null | undefined
- Fix GridRepCollection.svelte, GuidebookUnit.svelte: PartyView -> Party type
- Fix search.adapter.ts: add optional type property to SearchResult
- Update various Props interfaces for exactOptionalPropertyTypes compliance

Co-Authored-By: Justin Edmund <justin@jedmund.com>
2025-11-28 21:58:11 +00:00
..
database fix: DetailScaffold.svelte optional props (162 -> 161 errors) 2025-11-28 21:23:03 +00:00
description fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
details add sidebar components for descriptions and details 2025-09-23 22:08:51 -07:00
job fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
search feat: adapt SearchSidebar to use new sidebar system with component-based content 2025-09-20 12:54:18 -07:00