RSNewWebUI/webui-src/app
jolavillette 62a3ced094 webui v162: API timings in the phone status sheet
A message typed on a phone far from the core takes ten to twenty seconds
to show up, and nothing on the phone says where the seconds go: a slow
request on its own points at the core, many requests pending at once
points at the browser's six sockets -- one of them held by the event
stream -- or at the link in between.

rswebui.js now counts requests in flight, times every request, keeps the
last /rsChats/sendChat round trip and the five slowest requests, and
stamps the event stream (bytes received, last event, reconnections). The
phone status sheet shows them under the version label.
2026-08-29 12:37:17 +02:00
..
boards Fixed the boards view freezes 2026-08-24 21:12:35 +02:00
channels Fixed the phone-only channel post overlap 2026-08-24 22:24:38 +02:00
chat webui v161: chat room participants reachable on a phone 2026-08-29 12:18:11 +02:00
config Merge master into improvements_v2 2026-08-08 17:10:48 +02:00
files Improved the “Add new file” popup for phones. 2026-08-16 13:36:15 +02:00
forums webui v143: the channel list never refreshed, and three different periods 2026-08-16 13:06:50 +02:00
mail webui v155: marking a mail read must not take it out of the trash 2026-08-27 13:31:04 +02:00
network Improved phone composer spacing 2026-08-27 13:34:59 +02:00
people Improved phone composer spacing 2026-08-27 13:34:59 +02:00
scss webui v162: API timings in the phone status sheet 2026-08-29 12:37:17 +02:00
statistics webui v152: the statistics page polls, and collects, more than it needs 2026-08-23 12:51:13 +02:00
home.js Fixed to keep the adress details when added via short id 2026-08-24 22:04:56 +02:00
jdenticon.js build: modernize WebUI build and lint tooling 2026-08-02 20:46:00 +05:30
login.js login: honour the ?Url= parameter again 2026-08-13 13:51:46 +02:00
main.js webui v162: API timings in the phone status sheet 2026-08-29 12:37:17 +02:00
mithril.js restored changes 2026-08-20 21:01:34 +02:00
rswebui.js webui v162: API timings in the phone status sheet 2026-08-29 12:37:17 +02:00
statusbar.js improvements for mobile phone 2026-08-14 18:48:52 +02:00
widgets.js fixed popup window for phone 2026-08-15 16:37:58 +02:00