feat: collection activity preview

This commit is contained in:
Kentai Radiquum 2025-04-04 05:26:08 +05:00
parent 6cc9cdaa9e
commit 339d4150b1
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 150 additions and 11 deletions

View file

@ -131,6 +131,7 @@ export const ProfilePage = (props: any) => {
commentCount={user.comment_count}
videoCount={user.video_count}
collectionCount={user.collection_count}
collectionPreview={user.collections_preview || []}
friendsCount={user.friend_count}
/>
)}