hensei-web/src/lib/utils
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
..
avatar.ts extract avatar utilities and update user profile 2025-09-24 02:51:51 -07:00
database.ts migrate existing image utilities 2025-09-24 03:29:41 -07:00
element.ts update utility functions 2025-09-29 23:47:11 -07:00
gender.ts added methods for getting options from type utils 2025-09-17 21:51:26 -07:00
images.ts fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
jobUtils.ts fix job skill types and slot styling 2025-11-28 11:04:16 -08:00
masteryUtils.ts add mastery display 2025-09-29 23:46:04 -07:00
modificationDetector.ts update utility functions 2025-09-29 23:47:11 -07:00
modificationFormatters.ts update utility functions 2025-09-29 23:47:11 -07:00
modifiers.ts update utility functions 2025-09-29 23:47:11 -07:00
pictureData.ts add user settings modal and page 2025-09-24 22:02:25 -07:00
proficiency.ts update utility functions 2025-09-29 23:47:11 -07:00
race.ts added methods for getting options from type utils 2025-09-17 21:51:26 -07:00
rarity.ts added methods for getting options from type utils 2025-09-17 21:51:26 -07:00
uncap.ts update services and uncap utilities 2025-09-23 22:10:22 -07:00