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

@ -133,7 +133,7 @@ export const ReleaseInfoInfo = (props: {
</Table.Cell>
<Table.Cell className="font-medium text-gray-900 whitespace-nowrap dark:text-white">
{props.aired_on_date != 0 ? (
unixToDate(props.aired_on_date)
unixToDate(props.aired_on_date, "full")
) : props.year ? (
<>
{props.season && props.season != 0