Scan all feeds toast #37

Closed
opened 2026-09-18 18:12:23 -07:00 by rays · 1 comment
Owner
image.png

The toast that shows what feeds are being scanned is not a desired behavior.

  1. It should only update that users feed.
  2. Use a spinner next to the feed that is being scanned. a toast like this is detracting
<img width="225" alt="image.png" src="attachments/2b486295-0159-4507-908c-a49963785ef2"> The toast that shows what feeds are being scanned is not a desired behavior. 1. It should only update that users feed. 2. Use a spinner next to the feed that is being scanned. a toast like this is detracting
rays closed this issue 2026-09-18 18:17:41 -07:00
Author
Owner

Fixed in 905dfa0, deployed.

  • No more scan toasts: the ": N new" and "Scanning…" pop-ups are gone.
  • A spinner instead: a feed being checked shows a small spinner at the end of its row in the sidebar, after its unread count; a folder shows one while any feed inside it is checked. It goes when that feed's check finishes, is skipped or fails.
  • Only your feeds: the page reacts to scan events only for feeds you read, so other people's scans no longer refresh or notify your screen. A "Downloaded" toast now appears only for a file whose progress bar is on your screen, as when you download one yourself.
  • "Check every feed" now checks every feed you subscribe to, not every feed on the server. The hourly schedule still covers everyone's.

Two new browser tests cover the spinner and the scope.

Fixed in 905dfa0, deployed. - **No more scan toasts**: the "<feed>: N new" and "Scanning…" pop-ups are gone. - **A spinner instead**: a feed being checked shows a small spinner at the end of its row in the sidebar, after its unread count; a folder shows one while any feed inside it is checked. It goes when that feed's check finishes, is skipped or fails. - **Only your feeds**: the page reacts to scan events only for feeds you read, so other people's scans no longer refresh or notify your screen. A "Downloaded" toast now appears only for a file whose progress bar is on your screen, as when you download one yourself. - **"Check every feed"** now checks every feed you subscribe to, not every feed on the server. The hourly schedule still covers everyone's. Two new browser tests cover the spinner and the scope.
rays added the bug label 2026-09-18 18:42:20 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rays/ipodderx-rs#37