aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/network
AgeCommit message (Collapse)AuthorFilesLines
30 hoursfix(desktop): use the real ethernet glyph, not a gamepadDanilo M.1-1/+1
31 hoursfeat(desktop): globe network tile with per-link IPsDanilo M.4-30/+122
35 hoursfix(desktop): wire tile active state and clear connect errorsDanilo M.2-5/+12
35 hoursdocs(desktop): keep the network module docs self-consistentDanilo M.1-3/+4
35 hoursdocs(desktop): document the network moduleDanilo M.1-0/+33
35 hoursfeat(desktop): network wifi pageDanilo M.2-1/+211
Radio switch, scan, and a list ordered connected, known, strongest. A secured unknown network reveals an inline password field rather than opening a popup, since a QtQuick.Controls popup is a separate window that positions badly on this layer surface, the same reason the sound page expands in place. Connection failures come through the Network.connectionFailed signal and show inline; the same failure also notifies, for the case where the drawer has closed by the time it lands.
35 hoursfeat(desktop): network module, live tile and wired pageDanilo M.3-0/+226
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.