Conversation
The tray's new "Open Client Status" item opens the Client's index page, now a human-readable view of the Client info and the connected software from /addons/list. It helps to find out which software keeps the Client running. The page refreshes the software list every second while its tab is visible and reloads itself when the Client comes back after being unreachable, so the Client info matches the running Client. The tray icon is reused as the favicon. Disconnect and Quit Client buttons call the existing /addons/unsubscribe and /shutdown endpoints. The page is embedded without html/template to keep the binary small. The status page was intentionally kept tiny, it adds ~13 kB to the binary.
yac
force-pushed
the
better_status_in_tray
branch
from
September 25, 2026 13:05
265013b to
a52471c
Compare
Contributor
Author
yac
requested review from
Tweekazoid and
agajdosi
and removed request for
Tweekazoid
September 25, 2026 13:09
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The tray's new "Open Client Status" item opens the Client's index page, now a human-readable view of the Client info and the connected software from /addons/list. It helps to find out which software keeps the Client running.
The page refreshes the software list every second while its tab is visible and reloads itself when the Client comes back after being unreachable, so the Client info matches the running Client.
Disconnect and Quit Client buttons call the existing /addons/unsubscribe and /shutdown endpoints. The page is embedded without html/template to keep the binary small.
The status page was intentionally kept tiny, it adds ~13 kB to the binary.