feat: polls (#210)
This commit is contained in:
parent
0e7076b991
commit
9af2956b1e
3 changed files with 65 additions and 0 deletions
|
@ -30,6 +30,7 @@ const visibility = $computed(() => STATUS_VISIBILITIES.find(v => v.value === sta
|
|||
{{ status.spoilerText }}
|
||||
</template>
|
||||
<StatusBody :status="status" :with-action="false" text-2xl />
|
||||
<StatusPoll v-if="status.poll" :poll="status.poll" />
|
||||
<StatusMedia
|
||||
v-if="status.mediaAttachments?.length"
|
||||
:status="status"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue