zeno-ml / zeno-hub

AI Evaluation Platform
https://hub.zenoml.com
MIT License
44 stars 10 forks source link

feat: add infinite scrolling to home and explore #474

Closed Sparkier closed 11 months ago

Sparkier commented 11 months ago

Description

Loads 20 cards immediately and 20 more whenever the last card becomes visible. Could probably be optimized further but I think it feels pretty good already.

fix ZEN-356

linear[bot] commented 11 months ago

ZEN-356 add infinite scroll or pagination to homescreen

cabreraalex commented 11 months ago

Looks gooood. Some thoughts:

Sparkier commented 11 months ago

Fixed. This padding bottom thing has been bothering me as well.

cabreraalex commented 11 months ago

I think we can get rid of updateEntries and its call in both files now? It calls homeentriest way too many times

Sparkier commented 11 months ago

I think we can get rid of updateEntries and its call in both files now? It calls homeentriest way too many times

We need it for filter and sort changes, no?

cabreraalex commented 11 months ago

oh lol duh. idk if we can prevent the extra calls at the start, otherwise fine