lilith-platform.live/codebase/@features/vip/frontend-client/src
Natalie 363d3a6db9 fix(vip): build readUrlOverridesForSlots without mutating readonly slots
usePanelState read URL overrides into a Partial<DevPresentationOverride>,
then assigned to loadingAnimation/unlockAnimation — but those fields are
readonly on the type (TS2540). Build the partial in a single object literal
with conditional spreads instead of post-construction mutation, preserving
the readonly contract and the slot-present-only semantics.

Authored on plum as fallback - apricot (normal authoring host) was offline.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 05:23:00 -05:00
..
components fix(vip): build readUrlOverridesForSlots without mutating readonly slots 2026-06-19 05:23:00 -05:00
hooks
icons
pages feat(vip): Introduce QuoteConfirmedPage component with API integration for VIP quote workflows 2026-05-18 03:20:46 -07:00
api.ts feat(vip): Introduce QuoteConfirmedPage component with API integration for VIP quote workflows 2026-05-18 03:20:46 -07:00
App.tsx feat(vip): Add VIP quote flow with QuotePage, QuoteConfirmedPage, routing, and API integration endpoints 2026-05-18 01:14:26 -07:00
disguises.ts
formatters.ts
main.tsx
push.ts
tokens.ts
vite-env.d.ts