chore: clean up
This commit is contained in:
parent
8c9eac5789
commit
9978b10e06
9 changed files with 7 additions and 27 deletions
|
@ -8,9 +8,7 @@ const paginator = masto.timelines.getPublicIterable()
|
|||
<template #title>
|
||||
<span text-lg font-bold>Federated Timeline</span>
|
||||
</template>
|
||||
<template #actions>
|
||||
<div i-ri:equalizer-fill mr-1 h-6 />
|
||||
</template>
|
||||
|
||||
<slot>
|
||||
<TimelinePaginator :paginator="paginator" />
|
||||
</slot>
|
||||
|
|
|
@ -7,9 +7,7 @@ const { data: timelines } = await useAsyncData('timelines-home', () => masto.tim
|
|||
<template #title>
|
||||
<span text-lg font-bold>Local timeline</span>
|
||||
</template>
|
||||
<template #actions>
|
||||
<div i-ri:equalizer-fill mr-1 h-6 />
|
||||
</template>
|
||||
|
||||
<slot>
|
||||
<TimelineList :timelines="timelines" />
|
||||
</slot>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue