Commit Graph

19 Commits

Author SHA1 Message Date
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
defnax
fbf2d1c859 Improved forum create 2026-08-12 20:43:39 +02:00
defnax
04d42dc38f Added comments viewer & composer for boards
Added Navbar for webui on phones
for Boards and Channels:
* Validate API responses before processing.
* Keep rendering/navigation functional if a response is incomplete.
* Log a clear warning instead of throwing an uncaught error.
* Use independent sorted arrays, avoiding mutation of the master list.
2026-07-28 23:58:26 +02:00
defnax
6fa597ea15 Improved for phone the webui pages
Added Board posts display
Added for Network to list last Chats
2026-07-26 20:50:14 +02:00
jolavillette
0c7705c392 forums now usable for reading 2026-03-24 06:31:09 +01:00
jolavillette
15b0d169fe V1: makes chat usable, fetch history, add logout and reload buttons, add version number 2026-02-16 21:14:20 +01:00
zelfroster
344d9f2113 fix: forum needs bug fix, fixed basic ui 2023-06-19 23:57:35 +05:30
Sukhamjot Singh
12aecc7d72 Added comments 2022-09-06 15:58:14 +05:30
Sukhamjot Singh
0533dedc58 edit thread working 2022-08-29 16:13:38 +05:30
Sukhamjot Singh
d81e835459 create channel(without thumnail) 2022-08-02 19:11:45 +05:30
Sukhamjot Singh
a6ea4c09c3 Create forums 2022-08-02 16:26:51 +05:30
Sukhamjot Singh
89d3a7285a Developed forums idea 2022-07-12 15:41:04 +05:30
Sukhamjot Singh
b2fbdcc6c1 comment section working 2022-07-09 01:38:37 +05:30
Sukhamjot Singh
d80ff0733e removed comments and check. 2022-06-16 16:12:42 +05:30
Sukhamjot Singh
cddca62662 Comment changes, added posts. 2022-06-13 23:04:14 +05:30
Sukhamjot Singh
2d01eca511 forums subscribe fix 2022-06-09 12:07:15 +05:30
Sukhamjot Singh
fbb8178a65 Displayed all forums and description. 2022-05-30 16:53:32 +05:30
Sukhamjot Singh
f88dc80a80 called api, few editings 2022-05-25 15:15:21 +05:30
Sukhamjot-Singh
8fb58cfa2e added forums 2022-05-24 16:52:28 +05:30