ui: navbar for status detail
parent
83c0fafbec
commit
9485830da2
|
@ -10,6 +10,7 @@ const { data: context } = useAsyncData(`context:${id}`, () => masto.statuses.fet
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<MainContent>
|
||||
<template v-if="status">
|
||||
<template v-if="context">
|
||||
<template v-for="comment of context?.ancestors" :key="comment.id">
|
||||
|
@ -36,4 +37,5 @@ const { data: context } = useAsyncData(`context:${id}`, () => masto.statuses.fet
|
|||
<CommonNotFound v-else>
|
||||
Status not found
|
||||
</CommonNotFound>
|
||||
</MainContent>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue