From 0fe3f88a4a84047e223b19a329d5c366dc98b4e5 Mon Sep 17 00:00:00 2001 From: Alma Date: Thu, 10 Apr 2025 00:31:21 +0200 Subject: [PATCH] update widget design --- components/parole.tsx | 46 ++++++++++++++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/components/parole.tsx b/components/parole.tsx index 1bc7aedd..1b1167dc 100644 --- a/components/parole.tsx +++ b/components/parole.tsx @@ -5,6 +5,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { RefreshCw } from "lucide-react"; import { useRouter } from "next/navigation"; +import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"; interface Message { _id: string; @@ -15,6 +16,8 @@ interface Message { username: string; name?: string; }; + roomName: string; + roomType: string; } export function Parole() { @@ -66,15 +69,18 @@ export function Parole() { return ( router.push('/parole')} > - - Parole Messages + + Talk mentions