blackmann / story_view

Story view for apps with stories.
BSD 3-Clause "New" or "Revised" License
417 stars 342 forks source link

Read/unread story index not found #173

Closed palakinofie closed 5 months ago

palakinofie commented 8 months ago

How can we set story index like i want to open unread story index first

geekpius commented 5 months ago

This is a nice suggestion. I will find time and come up with an intuitive way of doing that

geekpius commented 5 months ago

Upon analyzing this, it seems you could do this regardless. Just save the viewed index in local store or mark your object as viewed. Then use the the controller to select which one is the next unread

palakinofie commented 5 months ago

Thanks.