feat: game page search, cached filters #105
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: degmods/degmods.com#105
Loading…
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.