mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 04:47:42 +03:00
"Set branch name" to "Set remote branch name"
the action rename only the remote name and not the displayed. So it make more sense to update the copy.
This commit is contained in:
parent
9d3934d68d
commit
55511e4128
@ -91,7 +91,7 @@
|
||||
</ContextMenuSection>
|
||||
<ContextMenuSection>
|
||||
<ContextMenuItem
|
||||
label="Set branch name"
|
||||
label="Set remote branch name"
|
||||
disabled={isUnapplied || hasIntegratedCommits}
|
||||
on:click={() => {
|
||||
newRemoteName = branch.upstreamName || normalizeBranchName(branch.name) || '';
|
||||
@ -130,12 +130,7 @@
|
||||
visible = false;
|
||||
}}
|
||||
>
|
||||
<TextBox
|
||||
label="Remote branch name"
|
||||
id="newRemoteName"
|
||||
bind:value={newRemoteName}
|
||||
focus
|
||||
/>
|
||||
<TextBox label="Remote branch name" id="newRemoteName" bind:value={newRemoteName} focus />
|
||||
</form>
|
||||
</svelte:fragment>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user