forked from Mirrors/elk
ui: navbar for status detail
This commit is contained in:
parent
83c0fafbec
commit
9485830da2
1 changed files with 25 additions and 23 deletions
|
@ -10,6 +10,7 @@ const { data: context } = useAsyncData(`context:${id}`, () => masto.statuses.fet
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<MainContent>
|
||||||
<template v-if="status">
|
<template v-if="status">
|
||||||
<template v-if="context">
|
<template v-if="context">
|
||||||
<template v-for="comment of context?.ancestors" :key="comment.id">
|
<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>
|
<CommonNotFound v-else>
|
||||||
Status not found
|
Status not found
|
||||||
</CommonNotFound>
|
</CommonNotFound>
|
||||||
|
</MainContent>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue