mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: add new stats
anix/fix: search links from release page
This commit is contained in:
parent
b93aeeed04
commit
c636c843ed
3 changed files with 102 additions and 44 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue