feat: support for video events

This commit is contained in:
codytseng 2025-08-24 16:24:35 +08:00
parent d6a5a82cf8
commit 6b88da3f03
28 changed files with 116 additions and 72 deletions

View file

@ -1,7 +1,7 @@
import { Skeleton } from '@/components/ui/skeleton'
import { cn } from '@/lib/utils'
import client from '@/services/client.service'
import { TImageInfo } from '@/types'
import { TImetaInfo } from '@/types'
import { getHashFromURL } from 'blossom-client-sdk'
import { decode } from 'blurhash'
import { ImageOff } from 'lucide-react'
@ -20,7 +20,7 @@ export default function Image({
wrapper?: string
errorPlaceholder?: string
}
image: TImageInfo
image: TImetaInfo
alt?: string
hideIfError?: boolean
errorPlaceholder?: React.ReactNode