Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count next to "Connecting" indicator needs a tooltip #25

Open
waldyrious opened this issue Feb 1, 2022 · 1 comment
Open

Count next to "Connecting" indicator needs a tooltip #25

waldyrious opened this issue Feb 1, 2022 · 1 comment
Labels

Comments

@waldyrious
Copy link

It is unclear what the count refers to, and what useful information I, as a user, can extract from it. A tooltip (with a title attribute) would be a nice way to explain what the counter means.

Alternative, for those on mobile, perhaps a small print legend underneath, or an information dialog appearing once it's clicked / tapped, would also work.

@abemassry
Copy link
Owner

tooltip sounds good, I believe it would be fairly low effort to add one while it's connecting.

It's on the list

Some backstory:
The count is looking for a valid unused sequential ID that can be used to connect to the rest of the network. After an address is found (which takes a while) the Connecting indicator doesn't turn green until a connection is made.
The connection does the same thing, looks for a valid connection but it goes much faster because the count is done in the same way but a symmetric connection can be made by the client that the initiator is trying to connect to.

It's pretty effective that I have a feeling all the connections pool up to low IDs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants