initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 6ea8810881 - Show all commits
@@ -274,7 +274,9 @@ function openPortRequirementsModal(featureName, ports, onContinue) {
? data.internal_ip : null;
renderPortRequirements(internalIp);
})
.catch(function() {});
.catch(function(err) {
console.warn("Failed to fetch network info for port requirements modal:", err);
});
}
function closePortRequirementsModal() {