You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed homepage latency and packet-loss lookup for newer Komari servers by reading authenticated /api/public theme settings and following homepagePingBindings.
Matched the Komari homepage behavior by fetching ping records only for each node's bound task and treating value <= 0 samples as packet loss.
Kept WebSocket updates focused on realtime resource/status data instead of guessing latency/loss from WS payload fields.
Added parser tests for homepage ping bindings, bound-task record filtering, loss calculation, and both supported WebSocket status payload shapes.
Improved the menu popover with a wider scrollable layout, fade handling, Escape/app-deactivation dismissal, and an explicit ad-hoc signed app bundle in the build script.