d4f58abb9ce43d165de462f5ccec8b4977a30852
Task 5.1 of the data-model refactor. Adds: - OwnerPicker: polymorphic combobox that toggles between client and company autocomplete via a type switch inside the popover. Uses /api/v1/clients/options (search=) and /api/v1/companies/autocomplete (q=). - YachtPicker: yacht autocomplete against /api/v1/yachts/autocomplete with optional ownerFilter prop to scope to a given client/company. Both components use TanStack Query with debounced (300ms) input via the existing use-debounce hook, and apiFetch which attaches X-Port-Id. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
client-portal
@ 84f89f9409
Description
No description provided
Languages
TypeScript
97.3%
HTML
2.3%
Shell
0.2%
CSS
0.2%