fix(editor): Update SourceControlPullModal to look and feel the same as SourceControlPushModal (#18129)

Co-authored-by: r00gm <raul00gm@gmail.com>
This commit is contained in:
Csaba Tuncsik
2025-08-12 14:22:35 +02:00
committed by GitHub
parent 19946c3f72
commit d06581ef3f
9 changed files with 621 additions and 250 deletions

View File

@@ -514,7 +514,7 @@
--color-configurable-node-name: var(--color-text-dark);
--color-secondary-link: var(--p-color-secondary-270);
--color-secondary-link-hover: var(--p-color-secondary-370);
//Params
// Params
--color-icon-base: var(--color-text-light);
--color-icon-hover: var(--p-color-primary-320);

View File

@@ -3407,7 +3407,10 @@
"workflowDiff.local": "Local",
"workflowDiff.remote": "Remote ({branchName})",
"workflowDiff.noChanges": "No changes",
"workflowDiff.deletedWorkflow": "Deleted workflow",
"workflowDiff.deletedWorkflow.database": "The workflow was deleted on the database",
"workflowDiff.deletedWorkflow.remote": "The workflow was deleted on remote"
"workflowDiff.deletedWorkflow": "Missing workflow",
"workflowDiff.deletedWorkflow.database": "The workflow doesn't exist in the database",
"workflowDiff.deletedWorkflow.remote": "The workflow doesn't exist on remote",
"workflowDiff.newWorkflow": "New workflow",
"workflowDiff.newWorkflow.database": "The workflow will be created in the database",
"workflowDiff.newWorkflow.remote": "The workflow will be created on remote"
}