lilith-platform.live/codebase/@features/vip/frontend-client
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
..
public
scripts
src fix(vip): build readUrlOverridesForSlots without mutating readonly slots 2026-06-19 05:23:00 -05:00
eslint.config.js
index.html feat(vip): Introduce QuoteConfirmedPage component with API integration for VIP quote workflows 2026-05-18 03:20:46 -07:00
package.json
tsconfig.json
vite.config.ts chore(vip-frontend): 🔧 Update Vite config with optimized plugins and build enhancements for VIP frontend client 2026-05-18 01:42:58 -07:00