Allow rebasing toogle menu position updated (#4189)

This commit is contained in:
Pavel Laptev 2024-06-26 15:48:01 +02:00 committed by GitHub
parent 6da1b444ba
commit b4509efa44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,17 +104,8 @@
branch.files?.length === 0 ||
!branch.active}
/>
<ContextMenuItem label="Allow rebasing" on:click={toggleAllowRebasing}>
<Toggle
small
slot="control"
bind:checked={allowRebasing}
on:click={toggleAllowRebasing}
help="Having this enabled permits commit amending and reordering after a branch has been pushed, which would subsequently require force pushing"
/>
</ContextMenuItem>
</ContextMenuSection>
<ContextMenuSection>
<ContextMenuItem
label="Set remote branch name"
@ -126,6 +117,19 @@
}}
/>
</ContextMenuSection>
<ContextMenuSection>
<ContextMenuItem label="Allow rebasing" on:click={toggleAllowRebasing}>
<Toggle
small
slot="control"
bind:checked={allowRebasing}
on:click={toggleAllowRebasing}
help="Having this enabled permits commit amending and reordering after a branch has been pushed, which would subsequently require force pushing"
/>
</ContextMenuItem>
</ContextMenuSection>
<ContextMenuSection>
<ContextMenuItem
label="Create branch to the left"