Add a feed never loads its Popular list when opened over Directory or Popular #1

Closed
opened 2026-09-14 13:58:16 -07:00 by rays · 0 comments
Owner

The dialog and those two panes each render into an element with id="popular", and listFeeds finds it with $('#popular'), which is querySelector. The main pane comes before the dialog in the page (web/index.html:618, :652), so the list lands in the pane behind the dialog, which then shows the top ten instead of everything, and the dialog stays on "Loading…".

Pass the container into listFeeds. Small, and worth doing before the Directory rework, which touches the same function. (web/index.html:1648)

The dialog and those two panes each render into an element with `id="popular"`, and `listFeeds` finds it with `$('#popular')`, which is `querySelector`. The main pane comes before the dialog in the page (`web/index.html:618`, `:652`), so the list lands in the pane behind the dialog, which then shows the top ten instead of everything, and the dialog stays on "Loading…". Pass the container into `listFeeds`. Small, and worth doing before the Directory rework, which touches the same function. (`web/index.html:1648`)
rays closed this issue 2026-09-14 14:28:50 -07:00
rays added the bug label 2026-09-17 13:33:07 -07:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Reference: rays/ipodderx-rs#1