Show video thumbnails in recordings view#158
Show video thumbnails in recordings view#158Bnyro merged 4 commits intoyou-apps:mainfrom SuhasDissa:main
Conversation
SuhasDissa
commented
Jul 12, 2023
| Before | After |
|---|---|
![]() |
![]() |
|
I have noticed a bug when scrolling through a list of screen recordings. When there are more than two recordings, the list starts to glitch. This is because the thumbnails are being generated every time an item enters the viewport. |
|
Hey there! I'm happy to tell you that I've fixed the glitching by loading all the data into a ViewModel. I didn't expect this to take as long as it did, but I had to do some major code refactoring to get it to work. I hope you're okay with the changes I made. If not, no worries! You can just ignore this PR. Thanks, |
|
Thank you, that looks very promising! |
|
Works fine from my testings and not much to complain about, only pushed some minor style changes. I really love using a view pager, that makes the user experience so much better :) Thank you! |

