Commit Graph

3 Commits

Author SHA1 Message Date
Mykyta Poturai 4dba586e09 Fix lazy wrapper's height in list mode 2020-08-25 21:19:25 +03:00
Preston 4a6372b6ac Fix Typo in lazy loading logic 2020-08-24 19:12:38 -04:00
Mykyta Poturai c1ce439399 Improve long list rendering time
Speed up list rendering by wrapping list elements in a lazy container.
Only the first 16 elements are loaded at first. The rest is rendered
after it becomes visible.
2020-08-24 22:59:14 +03:00