feat: display i value

This commit is contained in:
codytseng 2025-05-25 15:44:19 +08:00
parent 01462da65f
commit a319204910
15 changed files with 65 additions and 13 deletions

View file

@ -17,6 +17,7 @@ import ParentNotePreview from '../ParentNotePreview'
import UserAvatar from '../UserAvatar'
import Username from '../Username'
import Highlight from './Highlight'
import IValue from './IValue'
import { UnknownNote } from './UnknownNote'
export default function Note({
@ -76,6 +77,7 @@ export default function Note({
}}
/>
)}
<IValue event={event} className="mt-2" />
{event.kind === kinds.Highlights ? (
<Highlight className="mt-2" event={event} />
) : isSupportedKind(event.kind) ? (