feat: game page search, cached filters #105
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "52-game-page-search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds mod search to the game page (Closes #52).
Additionally, the PR optimizes the
searchParam
handling for search generally, and also adds caching to the filters (localStorage
- per type). Two types of filters are cached as of right now,filter-profile
for the profile page filters andfilter
for everything else.