feat: afficher les commentaires (locaux et Mastodon)

This commit is contained in:
2026-07-04 23:45:27 +04:00
parent b40e2d71b0
commit eda30345c6
7 changed files with 177 additions and 7 deletions
+2
View File
@@ -29,6 +29,7 @@ import {StreamButton} from '../streaming-buttons'
import EntegreMizik from './entegre-mizik'
import OkiMizik from './oki-mizik'
import DiferansDialog from './diferans-dialog'
import Komante from './komante'
import {useCurrentTrack} from './current-track-context'
const IMAGE_URL = process.env.NEXT_PUBLIC_API_URL_ROOT || 'http://localhost:1337'
@@ -281,6 +282,7 @@ export default function Teks({parole}) {
)
))}
</Box>
<Komante commentaires={parole.commentaires} />
</Root>
)
}