hensei-web/src/lib/components/ui
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
..
checkbox fix: type errors in svelte-main branch (219 -> 191 errors) 2025-11-28 21:06:05 +00:00
dropdown fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
menu fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
segmented-control refactor segmented control 2025-09-29 23:44:37 -07:00
switch fix: type errors in svelte-main branch (219 -> 191 errors) 2025-11-28 21:06:05 +00:00
Button.svelte fix: type errors in svelte-main branch (219 -> 191 errors) 2025-11-28 21:06:05 +00:00
ContextMenu.svelte add context menu ui components and i18n 2025-09-30 03:42:14 -07:00
DetailItem.svelte fix: more type errors (191 -> 181 errors) 2025-11-28 21:08:56 +00:00
DetailsContainer.svelte add detail UI components and uncap utility 2025-09-17 13:39:28 -07:00
DetailsHeader.svelte added details components for database section 2025-09-17 22:14:19 -07:00
Dialog.svelte refactor: migrate UI components to inline styles 2025-09-17 10:44:52 -07:00
DropdownMenu.svelte add context menu ui components and i18n 2025-09-30 03:42:14 -07:00
Input.svelte fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
Select.svelte fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
Sidebar.svelte update ui components 2025-09-29 23:48:02 -07:00
SidebarHeader.svelte update ui components 2025-09-29 23:48:02 -07:00
Tooltip.svelte refactor: migrate UI components to inline styles 2025-09-17 10:44:52 -07:00