feat: add safe Gitea sync and signed updates
ForgeFlow quality gate / secret-scan (push) Failing after 32s
ForgeFlow quality gate / quality (push) Failing after 0s

This commit is contained in:
NuklearRabbit
2026-08-27 00:38:58 +02:00
parent cb9bdcd713
commit d47c7b5e41
46 changed files with 1658 additions and 246 deletions
@@ -23,6 +23,7 @@ async function handleDeploymentProfileActions(event, target, action, repository)
};
render();
} else if (action === "close-modal") {
if (ui.modal?.type === "workspace-sync") ui.workspaceSyncPlan = null;
ui.modal = null;
render();
} else if (action === "select-profile-icon") {