GNOME Bugzilla – Bug 773892
network: Summarize sections with too many devices
Last modified: 2017-07-21 08:06:50 UTC
See patch.
Created attachment 339020 [details] [review] network: Summarize sections with too many devices Any network devices appear as top level items in the system status menu, so on system with an unusually high number of devices, the menu can end up exceeding the available screen height. While this is a corner case, leaving important system actions unreachable is bad. The system menu does not lend itself to scrolling, so handle this case instead by summarizing sections ("n connections") where the number of devices exceeds a threshold.
Review of attachment 339020 [details] [review]: lgtm ::: js/ui/status/network.js @@ -1633,3 @@ - this._devices.wired = this._createDeviceCategory(); - this._devices.wireless = this._createDeviceCategory(); - this._devices.wwan = this._createDeviceCategory(); ugh, these literal object prop names, good riddance
Attachment 339020 [details] pushed as b3fabf1 - network: Summarize sections with too many devices
*** Bug 781406 has been marked as a duplicate of this bug. ***
*** Bug 785209 has been marked as a duplicate of this bug. ***