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,