RSNewWebUI/webui-src/app/forums
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
..
forum_view.js forums: measure the composer limit in bytes, and build the body once 2026-08-13 13:50:09 +02:00
forums_util.js webui v142: stop three request storms that only hurt on a phone 2026-08-16 13:05:57 +02:00
forums.js webui v143: the channel list never refreshed, and three different periods 2026-08-16 13:06:50 +02:00
my_forums.js fix: forum needs bug fix, fixed basic ui 2023-06-19 23:57:35 +05:30
other_forums.js fix: forum needs bug fix, fixed basic ui 2023-06-19 23:57:35 +05:30
popular_forums.js Improved for phone the webui pages 2026-07-26 20:50:14 +02:00
subscribed_forums.js Improved for phone the webui pages 2026-07-26 20:50:14 +02:00