Open
Description
Please confirm the following.
- I checked the existing issues for duplicate problems
- I have tried resolving the issue using the support portal
What browsers are you seeing the problem on?
Firefox
Describe the bug
the search bar lacks event debouncing so typing in it will rapidly update page state which will slow down the browser on lower-powered devices such as mobile phones
Steps to reproduce
- Go to https://modrinth.com/mods
- Type
Expected behavior
onchange events should trigger a short timer to wait and see if the user types another character, which would reset the timer. or at least a setInterval(() => {}, 50)
or something
Additional context
No response