Frontend: add dynamic color from user avatar.

Backend: add image proxy
This commit is contained in:
Kentai Radiquum 2024-04-26 03:20:13 +05:00
parent 76bb133955
commit 1a83a80e07
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 45 additions and 6 deletions

View file

@ -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>