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

@@ -79,6 +79,7 @@ export const History: React.FC = () => {
return (
<StyledGroupedVirtuoso
persistKey="history"
components={{
Footer: () => (isLoading ? <LoadingPlaceholder usePadding /> : null),
}}