feat: add user lists statistic with donut chart

This commit is contained in:
Kentai Radiquum 2024-08-24 04:52:58 +05:00
parent 5c23f204da
commit 6e8f03e7b6
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 276 additions and 35 deletions
app/components/Profile

View file

@ -36,7 +36,7 @@ export const ProfileUser = (props: {
const router = useRouter();
console.log(props.chips);
return (
<Card className="w-full sm:w-[512px]">
<Card className="h-full">
{props.chips.hasChips && (
<div className="flex gap-1 overflow-x-auto scrollbar-thin">
{props.chips.isMyProfile && (