refactor(branch-picker): fix popover corner radius, remove local branch delete, move new-branch to top

This commit is contained in:
xintaofei
2026-04-21 23:14:57 +08:00
parent 67c837901d
commit 08fb508736
17 changed files with 40 additions and 183 deletions

View File

@@ -1015,7 +1015,6 @@
"checkoutTo": "Checkout to {branchName}",
"mergeBranch": "Merge {branchName}",
"rebaseTo": "Rebase to {branchName}",
"deleteBranch": "Delete branch {branchName}",
"deleteRemoteBranch": "Delete remote branch {branchName}",
"initGitRepo": "Initialize Git repository",
"pullCode": "Pull code",
@@ -1027,12 +1026,8 @@
"confirm": {
"mergeTitle": "Merge branch",
"rebaseTitle": "Rebase branch",
"deleteTitle": "Delete branch",
"mergeDescription": "Merge {branchName} into current branch {currentBranch}?",
"rebaseDescription": "Rebase current branch {currentBranch} onto {branchName}?",
"deleteDescription": "Delete branch {branchName}? This action cannot be undone.",
"forceDeleteTitle": "Force Delete Branch",
"forceDeleteDescription": "Branch {branchName} is not fully merged. Are you sure you want to force delete it? This action cannot be undone.",
"deleteRemoteTitle": "Delete Remote Branch",
"deleteRemoteDescription": "Delete remote branch {branchName}? This will remove it from the remote repository and cannot be undone."
},
@@ -1040,7 +1035,6 @@
"switchToBranch": "Switch to this branch",
"mergeBranchIntoCurrent": "Merge {branchName} into {currentBranch}",
"rebaseCurrentToBranch": "Rebase {currentBranch} onto {branchName}",
"deleteBranch": "Delete branch",
"versionControl": "Version Control",
"initGitRepo": "Initialize Git repository",
"pullCode": "Pull code",