Restore virtuoso states on browser back navigation

- manga chapter list
- library duplicates
- updates
- history
- download queue
This commit is contained in:
schroda
2025-05-25 15:36:25 +02:00
parent 5f982e07e0
commit c3b22f92a9
13 changed files with 209 additions and 82 deletions

View File

@@ -114,6 +114,7 @@ export const Updates: React.FC = () => {
})}
</Typography>
<StyledGroupedVirtuoso
persistKey="updates"
heightToSubtract={lastUpdateTimestampCompHeight}
components={{
Footer: () => (isLoading ? <LoadingPlaceholder usePadding /> : null),