godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
292 stars 87 forks source link

Choosing a category should dynamically filter results immediately #165

Open ajvsol opened 5 years ago

ajvsol commented 5 years ago

Otherwise it's two taps - choose a category and then click search.

It took me a few seconds to realise that the results weren't being updated, so it should dynamically filter results ideally. That or having a sidebar or header which allows navigating to the category immediately.

bojidar-bg commented 5 years ago

That might be doable with some javascript which would auto-submit the form. Eventually, some AJAX going on might be even cooler.