From 511bdd48cffbab7b821cb384973ba24ffb56fba3 Mon Sep 17 00:00:00 2001 From: lashman Date: Tue, 14 Apr 2026 04:56:40 +0300 Subject: [PATCH] preload discover rows earlier and reduce scroll jank --- src/components/ui/ContentRow.tsx | 12 ++++-------- src/components/ui/LazyMount.tsx | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/components/ui/ContentRow.tsx b/src/components/ui/ContentRow.tsx index 19a6802..99981da 100644 --- a/src/components/ui/ContentRow.tsx +++ b/src/components/ui/ContentRow.tsx @@ -101,7 +101,7 @@ export default function ContentRow({ title, subtitle, items, aspect = 'poster', const showHeader = !!title || !!subtitle || !!seeAllHref return ( -
+
{/* Row header */} {showHeader && (
@@ -211,13 +211,9 @@ export default function ContentRow({ title, subtitle, items, aspect = 'poster', items.map((item, i) => ( (null)