mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-06 12:59:40 +05:00
Frontend: add dynamic color from user avatar.
Backend: add image proxy
This commit is contained in:
parent
76bb133955
commit
1a83a80e07
7 changed files with 45 additions and 6 deletions
|
@ -99,13 +99,13 @@ export const UserProfile = (props) => {
|
|||
<div>
|
||||
<p className="small">
|
||||
Просмотрено серий:{" "}
|
||||
<span class="bold">
|
||||
<span className="bold">
|
||||
{props.profile.watched_episode_count}
|
||||
</span>
|
||||
</p>
|
||||
<p className="small">
|
||||
Время просмотра:{" "}
|
||||
<span class="bold">
|
||||
<span className="bold">
|
||||
{convertMinutes(props.profile.watched_time)}
|
||||
</span>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue