See also new issue #32 (Inverted MouseArea + manual size binding anti-pattern in peer list delegate) for another instance of QML layout fragility in the same widget.
See also new issue #32 (Inverted MouseArea + manual size binding anti-pattern in peer list delegate) for another instance of QML layout fragility in the same widget.
FYI from cross-model audit (gemini-3.1-pro-preview):
The try...catch in statusCheck.onStreamFinished catches all errors and assumes every exception is a JSON parse error. If parsePeers…
See also #18 (Layout.fillWidth inside plain Row is a silent no-op).
See also #19 (conflicting anchors.fill + anchors.verticalCenter on peer-list delegate Row).
FYI from cross-model audit (claude-sonnet-4-6):
statusRow mixes anchors.left/right with an explicit y: Theme.spacingM. While currently functional, this mixed positioning model (anchor-based…