From 88ff928c301cc1fabe9cf6ec8a491c249065e86a Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Thu, 6 Apr 2023 19:23:59 -0700 Subject: [PATCH] fix --- packages/client/src/pages/timeline.vue | 33 ++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue index 201b4ad131..f98ebba4e1 100644 --- a/packages/client/src/pages/timeline.vue +++ b/packages/client/src/pages/timeline.vue @@ -47,9 +47,26 @@ + + @@ -62,10 +79,18 @@ + @@ -85,6 +110,7 @@ import XTutorial from '@/components/MkTutorialDialog.vue'; import XTimeline from '@/components/MkTimeline.vue'; import MkTab from '@/components/MkTab.vue'; import XPostForm from '@/components/MkPostForm.vue'; +import XNotes from '@/components/MkNotes.vue'; import { scroll } from '@/scripts/scroll'; import * as os from '@/os'; import { defaultStore } from '@/store'; @@ -134,7 +160,6 @@ if (isGlobalTimelineAvailable) { let tab = $ref(timelines[0]); watch($$(tab), () => (syncSlide(timelines.indexOf(tab)))); - const hotPagination = { endpoint: 'notes/featured' as const, limit: 20,