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

budgie-network-applet - UX issue - WiFi networks unordered #403

Open
jmknoble opened this issue Sep 8, 2021 · 1 comment
Open

budgie-network-applet - UX issue - WiFi networks unordered #403

jmknoble opened this issue Sep 8, 2021 · 1 comment

Comments

@jmknoble
Copy link
Contributor

jmknoble commented Sep 8, 2021

Ubuntu Budgie 20.04:

$ cat /etc/os-release |fgrep PRETTY_NAME
PRETTY_NAME="Ubuntu 20.04.3 LTS"
$ dpkg -l |fgrep -i budgie |fgrep -i applet |fgrep -i network
ii  budgie-network-manager-applet         1.0.2-0ubuntu1                        amd64        Network Manager Applet for the budgie-desktop
$ 

There are a number of WiFi networks in my area, many named similarly.

The network-applet does not appear to sort the WiFi networks in any meaningful way. I would expect the following subgroups:

  1. ("Connected Network") The network I am currently connected to should appear at the top, and should be distinguished by iconography rather than merely text (for exapmle, a checkmark).
  2. ("Known Networks") Any other networks which I have connected to before and which are currently available should appear grouped next, sorted in case-insensitive alphanumeric order ("phonebook" order).
  3. ("Unknown Networks") Any remaining networks which are available but which I have not connected to before should appear grouped last, also sorted in case-insensitive alphanumeric/"phonebook" order.

In the attached screenshot, you can see that the network I am connected to is in the middle of the list and is only distinguished only by the text "Connected" instead of "Disconnected". You can also see that the network "bkh*****" is in the middle of a list of networks beginning with "bur", not sorted.

This UX pain makes it difficult to see at a glance what network I am connected to, as well as what the other "usual" networks are that are available.

If the Known Networks subgroup is not implemented, the networks in that group should be sorted along with the ones in Unknown Networks, but the Known Networks should be marked by iconography (for example, a "settings" gear, an "info" circled-i, a "pinned" pushpin, or a "favorite" star or heart).

This seems related to #314.

Screenshot from 2021-09-08 10-29-51

@fossfreedom
Copy link
Member

Fair enough.

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

No branches or pull requests

2 participants