mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Persist studio/gallery/marker list filters (#802)
This commit is contained in:
@@ -11,6 +11,7 @@ export const GalleryList: React.FC = () => {
|
||||
const listData = useGalleriesList({
|
||||
zoomable: true,
|
||||
renderContent,
|
||||
persistState: true,
|
||||
});
|
||||
|
||||
function renderContent(
|
||||
|
||||
@@ -40,6 +40,7 @@ export const SceneMarkerList: React.FC<ISceneMarkerList> = ({ filterHook }) => {
|
||||
renderContent,
|
||||
filterHook,
|
||||
addKeybinds,
|
||||
persistState: true,
|
||||
});
|
||||
|
||||
async function playRandom(
|
||||
|
||||
@@ -17,6 +17,7 @@ export const StudioList: React.FC<IStudioList> = ({
|
||||
const listData = useStudiosList({
|
||||
renderContent,
|
||||
filterHook,
|
||||
persistState: !fromParent,
|
||||
});
|
||||
|
||||
function renderContent(
|
||||
|
||||
Reference in New Issue
Block a user