feat: improve timeline reordering
This commit is contained in:
parent
bf0c3425fc
commit
9890656477
7 changed files with 119 additions and 21 deletions
|
@ -8,6 +8,6 @@ onBeforeUnmount(() => stream?.then(s => s.disconnect()))
|
|||
<template>
|
||||
<div>
|
||||
<PublishWidget draft-key="home" border="b base" />
|
||||
<TimelinePaginator v-bind="{ paginator, stream }" :preprocess="timelineWithReorderedReplies" context="home" />
|
||||
<TimelinePaginator v-bind="{ paginator, stream }" :preprocess="reorderedTimeline" context="home" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue