feat: add safe Gitea sync and signed updates
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user