DocMarty84 / miniflutt

Another Miniflux client.
MIT License
115 stars 16 forks source link

Add ability to mark read on scroll #7

Closed jhotmann closed 3 years ago

jhotmann commented 3 years ago

I went ahead and implemented #6 to see how performance is. With about 500 items in my All feed, I can't see a difference in scrolling behavior.

jhotmann commented 3 years ago

Actually hold off on this for now. I need to modify this so it's only marking unread items read. As it stands it's absolutely hammering my database.

jhotmann commented 3 years ago

Ok, much better with df3cbc1fba47e19bce8d037e3d0fda0f165f37f7

DocMarty84 commented 3 years ago

Thanks a lot, it looks good! I'll use it for a couple of days and get back to you.