anix/feat: add new stats

anix/fix: search links from release page
This commit is contained in:
Kentai Radiquum 2025-08-25 01:48:56 +05:00
parent b93aeeed04
commit c636c843ed
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 102 additions and 44 deletions

View file

@ -164,6 +164,9 @@ export const ProfilePage = (props: any) => {
watched_count={user.watched_episode_count}
watched_time={user.watched_time}
profile_id={user.id}
preferred_genres={user.preferred_genres || []}
preferred_audiences={user.preferred_audiences || []}
preferred_themes={user.preferred_themes || []}
/>
<ProfileWatchDynamic watchDynamic={user.watch_dynamics || []} />
<div className="flex flex-col gap-2 lg:hidden">