feat(chat): add support action cards and live entitlements

This commit is contained in:
Codex
2026-07-24 17:59:57 +08:00
parent d746d04503
commit ff2759cf0f
52 changed files with 1151 additions and 40 deletions
+3
View File
@@ -40,6 +40,7 @@ export interface TipScreenProps {
initialPlanId?: string | null;
shouldResumePendingOrder?: boolean;
initialPayChannel?: PayChannel | null;
chatActionId?: string | null;
}
export function TipScreen({
@@ -47,6 +48,7 @@ export function TipScreen({
initialPlanId = null,
shouldResumePendingOrder = false,
initialPayChannel = null,
chatActionId = null,
}: TipScreenProps) {
const character = useActiveCharacter();
const characterRoutes = useActiveCharacterRoutes();
@@ -68,6 +70,7 @@ export function TipScreen({
initialPayChannel: paymentMethodConfig.initialPayChannel,
paymentType: "tip",
shouldResumePendingOrder,
chatActionId,
});
const selectedCategory =