feat: add watch dynamic graph

This commit is contained in:
Kentai Radiquum 2024-08-24 05:45:30 +05:00
parent 6e8f03e7b6
commit 7dac3c072e
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 133 additions and 334 deletions

View file

@ -15,7 +15,7 @@ export const ProfileBannedBanner = (props: {
{props.is_perm_banned
? "Пользователь был заблокирован администрацией навсегда"
: `Пользователь был заблокирован администрацией до
${unixToDate(props.ban_expires)}`}
${unixToDate(props.ban_expires, "full")}`}
</h2>
<p className="flex items-center text-sm font-normal text-gray-500 dark:text-gray-200">
{props.ban_reason}