From 64653fbc614a60430eebf052d0e3335f66d3f33f Mon Sep 17 00:00:00 2001 From: autocommit Date: Sun, 17 May 2026 01:07:36 -0700 Subject: [PATCH] =?UTF-8?q?feat(quote-page):=20=E2=9C=A8=20Add=20QuotePage?= =?UTF-8?q?=20component=20with=20React=20logic=20and=20VIP=20frontend=20UI?= =?UTF-8?q?=20for=20displaying=20quotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx b/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx index 3f750d0e..e49f5de4 100644 --- a/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx +++ b/codebase/@features/vip/frontend-client/src/pages/QuotePage.tsx @@ -4,6 +4,7 @@ import { useParams } from '@lilith/ui-router'; import { fetchQuote, VipApiError, type VipQuote, type VipQuotePresentation } from '@/api'; import { getAnimation, type AnimationPhase } from '@/components/animations/registry'; +import { DevTweakPanel } from '@/components/dev/DevTweakPanel'; type LoadState = | { kind: 'fetching' } @@ -128,6 +129,7 @@ export function QuotePage(): ReactElement { return (
+ {renderCombo && comboDescriptor && (