kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
feat(front): actorlink for channel cards
rodzic
e883599701
commit
3178654a95
|
@ -12,6 +12,7 @@ import moment from 'moment'
|
|||
import PlayButton from '~/components/audio/PlayButton.vue'
|
||||
import Card from '~/components/ui/Card.vue'
|
||||
import Spacer from '~/components/ui/Spacer.vue'
|
||||
import ActorLink from '~/components/common/ActorLink.vue'
|
||||
|
||||
interface Props {
|
||||
object: Channel
|
||||
|
@ -75,6 +76,10 @@ const updatedAgo = computed(() => moment(props.object.artist?.modification_date)
|
|||
|
||||
<template #default>
|
||||
<Spacer :size="8" />
|
||||
<ActorLink
|
||||
:actor="object.attributed_to"
|
||||
discrete
|
||||
/>
|
||||
</template>
|
||||
|
||||
<template #footer>
|
||||
|
|
Ładowanie…
Reference in New Issue