cscarney / syndic

Convergent feed reader for Plasma and Android
12 stars 2 forks source link

Highlights page: include feed updates #203

Closed cscarney closed 8 months ago

cscarney commented 9 months ago

When feeds are updated on launch, the "highlights" page selects items from before the update; the highlights should pull articles from the newly-added items. This probably involves one or both of of (a) waiting for pending updates to complete before populating the list and (b) merging in a new highlight query whenever an update completes.

We should also consider not auto-opening articles from the highlight feed (e.g. wait for them to be explicitly clicked)