ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
94 stars 30 forks source link

Adding signal string to tooltip #109

Closed Edu-Amorim closed 1 month ago

Edu-Amorim commented 1 month ago

Related to ghostbsd/issues#81

Summary by Sourcery

This pull request enhances the connectionStatus function to display the signal strength percentage in the tooltip for WiFi connections and updates the program version in setup.py from 6.3 to 6.5.

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request enhances the tooltip functionality by adding signal strength information to the network status. The connectionStatus function in NetworkMgr/net_api.py was updated to accept an additional network_info parameter and format the output to include signal strength. Additionally, the version number in setup.py was incremented from 6.3 to 6.5.

File-Level Changes

Files Changes
NetworkMgr/net_api.py Enhanced the connectionStatus function to display signal strength in the tooltip by utilizing additional network information.
setup.py Incremented the software version to 6.5.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
ericbsd commented 1 month ago

Related to https://github.com/ghostbsd/networkmgr/issues/81