-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Adding signal string to tooltip #109
Conversation
Reviewer's Guide by SourceryThis 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
Tips
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Edu-Amorim - I've reviewed your changes and found some issues that need to be addressed.
Blocking issues:
- Use of shell=True in Popen is a security risk. (link)
Here's what I looked at during the review
- 🟡 General issues: 2 issues found
- 🔴 Security: 1 blocking issue
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related to #81 |
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.