Skip to content

Pull-to-refresh triggers a content poll#26

Merged
windoze95 merged 2 commits into
mainfrom
feature/pull-to-refresh-poll
Jun 11, 2026
Merged

Pull-to-refresh triggers a content poll#26
windoze95 merged 2 commits into
mainfrom
feature/pull-to-refresh-poll

Conversation

@windoze95

Copy link
Copy Markdown
Owner

Pulling down to refresh now actually checks YouTube for new content instead of just re-reading the server's catalog:

  • Channel detail — refresh calls the new synchronous POST /api/channels/{id}/poll, so a new upload shows up in the same gesture
  • Home / Library — refresh fires the background POST /api/channels/poll (all channels) alongside reloading; results land via WS events or the next refresh

Poll failures (server offline, YouTube hiccup) never block refreshing already-cached data. Pairs with windoze95/nullfeed-backend#65.

🤖 Generated with Claude Code

- Channel detail: refresh polls that channel synchronously (new uploads
  appear in the same gesture), then reloads
- Home and Library: refresh fires a background all-channels poll
  alongside reloading cached data

Pairs with nullfeed-backend poll-on-demand endpoints.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@windoze95 windoze95 merged commit bab0f7f into main Jun 11, 2026
6 checks passed
@windoze95 windoze95 deleted the feature/pull-to-refresh-poll branch June 11, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant