Closed Sparkier closed 11 months ago
Looks gooood. Some thoughts:
page.ts
, that way you don't get a blank page first and have to wait for it to load. This is also better for SEO, which is minor but could be a factor.Fixed. This padding bottom thing has been bothering me as well.
I think we can get rid of updateEntries
and its call in both files now? It calls homeentriest way too many times
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?
oh lol duh. idk if we can prevent the extra calls at the start, otherwise fine
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