1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-13 06:40:06 +02:00

add note on the batch logic

This commit is contained in:
Sérgio Ramos 2016-11-21 17:33:10 +00:00
parent 172e0da3f7
commit 929eb86b27

View File

@ -3,4 +3,5 @@
- not fetching when scrolling to the end of a big list
- it's keeping the location when we filter (kinda)
- tried with 100000 rows and it scrolled flawlessly, but it struggled filtering (I assume that the filter itself it the reason)
- because the calculations are based on a fixed container height, we might need to figure out how to handle a responsive ui where the height changes
- because the calculations are based on a fixed container height, we might need to figure out how to handle a responsive ui where the height changes
- I notice that instead of recycling rows progressively, it does it in batches