feat: scroll to status (#127)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
e51ca06f97
commit
5c60497421
3 changed files with 9 additions and 2 deletions
|
@ -17,7 +17,7 @@ const visibility = $computed(() => STATUS_VISIBILITIES.find(v => v.value === sta
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div flex flex-col gap-2 py3 px-4>
|
||||
<div flex flex-col gap-2 py3 px-4 :id="`status-${status.id}`">
|
||||
<AccountInfo :account="status.account" />
|
||||
<StatusReplyingTo v-if="status.inReplyToAccountId" :status="status" />
|
||||
<StatusSpoiler :enabled="status.sensitive">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue