aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/network/NetworkModule.qml
AgeCommit message (Collapse)AuthorFilesLines
27 hoursfeat(desktop): globe network tile with per-link IPsDanilo M.1-3/+42
31 hoursfix(desktop): wire tile active state and clear connect errorsDanilo M.1-3/+10
32 hoursfeat(desktop): network module, live tile and wired pageDanilo M.1-0/+110
Wired first because it is the simpler half and proves the module wiring. Native Quickshell.Networking, no polling: the singletons push, and alwaysActive is true with no Service.qml because there is nothing to gate. The tile shows one line per active link rather than picking a primary, since the API exposes no route metric and guessing wrong would be worse than showing both.