Tier 0: render what the services already decided, honestly

Claude-Session: https://claude.ai/code/session_01Ms2FbjQy31TVf3CEvQhGM8
This commit is contained in:
Gabriel Brown
2026-08-25 00:24:30 -04:00
parent be0e55214b
commit 8b1205e4b8
38 changed files with 1474 additions and 260 deletions
@@ -236,10 +236,11 @@ SettingsPage {
text: "Close it"
tone: "danger"
enabled: !Firewall.busy
// Every range in one call. The label says "the range",
// and a range is a tcp rule and a udp rule.
onClicked: {
root.confirmingRange = false;
for (const spec of Firewall.openRanges)
Firewall.removePort(String(spec));
Firewall.removePorts(Firewall.openRanges);
}
}
}