feat: hover card for content @
This commit is contained in:
parent
66393cd838
commit
2becb254b4
8 changed files with 61 additions and 27 deletions
|
@ -1,8 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
const params = useRoute().params
|
||||
const accountName = $(computedEager(() => params.account as string))
|
||||
const handle = $(computedEager(() => params.account as string))
|
||||
|
||||
const account = await fetchAccountByName(accountName)
|
||||
const account = await fetchAccountByHandle(handle)
|
||||
const { t } = useI18n()
|
||||
|
||||
const paginatorPosts = useMasto().accounts.getStatusesIterable(account.id, { excludeReplies: true })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue