feat: improve timeline reordering
This commit is contained in:
parent
bf0c3425fc
commit
9890656477
7 changed files with 119 additions and 21 deletions
|
@ -23,6 +23,6 @@ if (account) {
|
|||
<template>
|
||||
<div>
|
||||
<AccountTabs />
|
||||
<TimelinePaginator :paginator="paginator" :preprocess="timelineWithReorderedReplies" context="account" />
|
||||
<TimelinePaginator :paginator="paginator" :preprocess="reorderedTimeline" context="account" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -21,6 +21,6 @@ if (account) {
|
|||
<template>
|
||||
<div>
|
||||
<AccountTabs />
|
||||
<TimelinePaginator :paginator="paginator" :preprocess="timelineWithReorderedReplies" context="account" />
|
||||
<TimelinePaginator :paginator="paginator" :preprocess="reorderedTimeline" context="account" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
@ -21,6 +21,6 @@ if (account) {
|
|||
<template>
|
||||
<div>
|
||||
<AccountTabs />
|
||||
<TimelinePaginator :paginator="paginator" :preprocess="timelineWithReorderedReplies" context="account" />
|
||||
<TimelinePaginator :paginator="paginator" :preprocess="reorderedTimeline" context="account" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue