refactor(branch-dropdown): drop worktree parent-branch merge shortcut

Remove the parent-branch button shown beside the branch selector along
with its supporting API, command, service, model, and i18n strings.
Add migration m20260423 to drop the now-unused folder.parent_branch
column.
This commit is contained in:
xintaofei
2026-04-23 14:02:46 +08:00
parent 377ae6d8e6
commit 50c5b12d53
23 changed files with 38 additions and 128 deletions

View File

@@ -1082,7 +1082,6 @@
"noLocalBranches": "無本地分支",
"remoteBranches": "遠端分支 ({count})",
"noRemoteBranches": "無遠端分支",
"parentBranchHint": "目前分支從 {parentBranch} 建立,點擊合併 {parentBranch} 到目前分支",
"dialogs": {
"newBranchTitle": "新增分支",
"newBranchDescription": "從目前分支 {branch} 建立新分支",