Add storage keys for ResourcesView in search, tagged, and user pages

This commit is contained in:
2025-06-05 20:04:18 +08:00
parent 9c6882a771
commit f8998d13bf
3 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export default function SearchPage() {
{t("Search")}: {keyword}
</h1>
<ResourcesView
storageKey={`search-${keyword}`}
loader={(page) => network.searchResources(keyword, page)}
></ResourcesView>
</div>