From f2370781ac566e3adf3b5f887bd49b8613bd874b Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 4 Apr 2021 15:59:23 +0800 Subject: ... --- FrontEnd/src/app/views/timeline-common/Timeline.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'FrontEnd/src/app/views/timeline-common/Timeline.tsx') diff --git a/FrontEnd/src/app/views/timeline-common/Timeline.tsx b/FrontEnd/src/app/views/timeline-common/Timeline.tsx index 9b67b90b..cbe58300 100644 --- a/FrontEnd/src/app/views/timeline-common/Timeline.tsx +++ b/FrontEnd/src/app/views/timeline-common/Timeline.tsx @@ -8,6 +8,7 @@ import { import { getHttpTimelineClient, HttpTimelinePostInfo } from "@/http/timeline"; import TimelinePagedPostListView from "./TimelinePagedPostListView"; +import TimelineTop from "./TimelineTop"; export interface TimelineProps { className?: string; @@ -80,8 +81,13 @@ const Timeline: React.FC = (props) => { switch (posts) { case "loading": return ( -
- Loading. +
+
); case "offline": -- cgit v1.2.3