eternagame / eternagame.org

Website for the Eterna citizen science game
https://eternagame.org
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Fix puzzle searching on collections #336

Closed rvwillows closed 1 year ago

rvwillows commented 2 years ago

Fix for #334

luxaritas commented 2 years ago

Is it possible to fetch more when you scroll to the bottom of the autocomplete? Or is that one of those things that would require rewriting that component?

rvwillows commented 1 year ago

Is it possible to fetch more when you scroll to the bottom of the autocomplete? Or is that one of those things that would require rewriting that component?

I don't think so. The component can't fetch data, only read pre-loaded data, and as far as I can tell there's no trigger for when you scroll to the end of the list. https://www.npmjs.com/package/vue-bootstrap-typeahead