feat: improve timeline reordering

This commit is contained in:
patak 2023-01-04 13:09:09 +01:00
parent bf0c3425fc
commit 9890656477
7 changed files with 119 additions and 21 deletions

View file

@ -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>