Open
Conversation
added 6 commits
January 22, 2026 14:06
gmmcosta15
added a commit
that referenced
this pull request
Feb 27, 2026
- Replace monolithic lib/network.py (1550 lines) with a structured
lib/network/ module: facade.py (Qt main-thread interface), worker.py
(asyncio D-Bus thread), and models.py (frozen dataclasses).
- Rewrite NetworkControlWindow with signal-reactive NM integration,
hidden network support, VLAN/DHCP flow, and network priority management.
- Add hotspot configuration with QR code display and persistence to
BlocksScreen.cfg (incorporates PR #168 and PR #178).
- Add update option to the network panel.
- Reorganise wifi signal-strength SVG icons into btn_icons/network/;
add ethernet_connected and static_ip icons.
- Remove embedded keyboard page (keyboardPage.py); refactor list_model.py.
- Add test suite: tests/network/ with unit, UI, and integration tests
(facade, worker, models, sdbus).
51b436d to
f267313
Compare
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Select the type:
BlocksScreen/lib/panels/networkWindow.py
BlocksScreen/lib/qrcode_gen.py
BlocksScreen/lib/ui/wifiConnectivityWindow_ui.py
BlocksScreen/lib/utils/blocks_label.py
scripts/requirements.txt
Screenshots