RSNewWebUI/webui-src/app/boards
jolavillette 6b988dffa8 webui v143: the channel list never refreshed, and three different periods
The scope predicate of the channel list background task was entirely commented
out, so it returned undefined: setBackgroundTask stopped after the first
interval and the list was loaded once, never refreshed while the page stayed
open. It now tests the route like the boards one does.

The three group lists polled at three different periods: forums every 5 s,
boards every 30 s, channels never. Each poll fetches the whole summaries list,
and on a phone it costs a fresh TCP handshake on a server that answers one
request at a time. All three now share the boards period, named per page.
2026-08-16 13:06:50 +02:00
..
board_kanban.js Added missed identity selector for vote board posts 2026-08-09 15:15:47 +02:00
board_view.js Added to show avatars for comments 2026-08-14 11:12:20 +02:00
boards_util.js webui v136: an HTTP error is not a lost connection 2026-08-13 12:30:45 +02:00
boards.js webui v143: the channel list never refreshed, and three different periods 2026-08-16 13:06:50 +02:00
my_boards.js Improved for phone the webui pages 2026-07-26 20:50:14 +02:00
other_boards.js Improved for phone the webui pages 2026-07-26 20:50:14 +02:00
popular_boards.js Improved for phone the webui pages 2026-07-26 20:50:14 +02:00
subscribed_boards.js Improved for phone the webui pages 2026-07-26 20:50:14 +02:00