Integrate local guide panel with subtle Pink Pulse attribution and analytics tracking

This commit is contained in:
Ryan Salazar
2026-06-26 21:50:46 -04:00
parent 37ec773431
commit 76834b3d21
13 changed files with 592 additions and 192 deletions

View File

@@ -8,7 +8,7 @@ import { Tabs, TabsList, TabsTrigger, TabsContent } from "@/components/ui/tabs";
import { Send, Image as ImageIcon, Users, Lock, Zap, ChevronDown, ChevronUp } from "lucide-react";
import { timeAgo } from "@/lib/utils";
import { CannedMessagesPanel } from "@/components/CannedMessagesPanel";
import { PinkPulsePartner } from "@/components/PinkPulsePartner";
import { LocalGuidePanel } from "@/components/LocalGuidePanel";
import { GuestUpgradeBanner } from "@/components/GuestUpgradeBanner";
import { useAccess } from "@/components/Providers";
@@ -156,7 +156,7 @@ export function ChatPanel({ dmUserId }: ChatPanelProps) {
<p className="text-xs text-muted-foreground text-center pt-2">
Create a group room free, no limits.
</p>
<PinkPulsePartner variant="card" className="mt-4" />
<LocalGuidePanel placement="chat_groups" variant="card" className="mt-4" />
</div>
</TabsContent>