diff --git a/src/masto/timelines.ts b/src/masto/timelines.ts index 2e49145..ce73490 100644 --- a/src/masto/timelines.ts +++ b/src/masto/timelines.ts @@ -38,6 +38,7 @@ export function useTimeline( async ([tl], info) => { let tlChanged = false; if (otl !== tl) { + console.debug("timeline reset"); npager = opager = undefined; otl = tl; tlChanged = true; diff --git a/src/timelines/Home.tsx b/src/timelines/Home.tsx index 6371250..b83de4d 100644 --- a/src/timelines/Home.tsx +++ b/src/timelines/Home.tsx @@ -11,7 +11,7 @@ import { Suspense, Match, Switch as JsSwitch, - ErrorBoundary, + ErrorBoundary } from "solid-js"; import { useDocumentTitle } from "../utils"; import { type mastodon } from "masto"; @@ -126,11 +126,9 @@ const TimelinePanel: Component<{ }; return ( - { - return

Oops: {String(err)}

; - }} - > + { + return

Oops: {String(err)}

+ }}> { } > - -
-
-
- -
+
+
+
+
-
-
- -
-
-
-
- -
-
-
- +
+
+ +
+
+
+
+ +
+
+
+