One thing that really puzzles me in NetNewsWire's UI is the lack for an "all" category. There is "today", "all unread" but not simply "all". Heck, "today" could even be replaced by an "all" category and today's articles would simply appear at the top.
4
Replies
0
Boosts
@tclementdev @brentsimmons What do you think of this idea?
@pasi @tclementdev It could be a lot of data — an All group would have to fetch everything in the database(s), which could be just way too much, particularly for the users with thousands of feeds.
@brentsimmons @pasi I guess it could fetch identifiers only, then fetch full data on-demand as the user scrolls (loading worth of several pages each time).
@tclementdev @brentsimmons Yep some sort of incremental loading as you reach the bottom of currently loaded items.