Feat: Longstrip Viewer(s) & Lag Improvements

This commit is contained in:
Youwes09
2026-06-11 23:27:01 -05:00
parent 1e159bbd73
commit 437b52fd8b
26 changed files with 1298 additions and 1325 deletions
+4
View File
@@ -39,6 +39,8 @@
goto(u.toString(), { replaceState: true, noScroll: true });
}
let pendingPrefill = $state("");
let tabsEl = $state<HTMLDivElement | undefined>(undefined);
let tabIndicator = $state({ left: 0, width: 0 });
@@ -248,11 +250,13 @@
{availableLangs}
{hasMultipleLangs}
{loadingSources}
{pendingPrefill}
popularResults={popular_results}
popularLoading={popular_loading}
{sourceCache}
query={urlQuery}
onQueryChange={setQuery}
onPrefillConsumed={() => { pendingPrefill = ""; }}
onPreview={(m) => setPreviewManga(m)}
/>
{:else if urlTab === "tag"}