gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
13.25k stars 527 forks source link

Sidebar branch entry shows "Lane" instead of the branch name #5469

Closed cesarameba closed 1 week ago

cesarameba commented 1 week ago

Version

0.13.11

Operating System

macOS

Distribution Method

dmg (Apple Silicon)

Describe the issue

Seems like with the UI change to make branch headers more compact in the UI, gone is the option to rename them? So they have to stay "Lane" forever? image

How to reproduce

No response

Expected behavior

No response

Relevant log output

No response

krlvi commented 1 week ago

Hey there! It is possible to change the name of a branch further down in the lane (clicking into the name field or via the context menu).

You may have identified that currently, in the sidebar what is being displayed ("Lane") is incorrect. You can disregard this for now, as this is cosmetic only (the value is not used). However, this is a bug! A fix is coming later today

Screenshot 2024-11-06 at 15 41 36
cesarameba commented 1 week ago

Got it, yeah, that's what I'm hitting. I thought they were separate things, but this makes more sense. Thank you so much for responding! Looking forward to the fix.

krlvi commented 1 week ago

Got it, yeah, that's what I'm hitting. I thought they were separate things, but this makes more sense. Thank you so much for responding! Looking forward to the fix.

If you dont mind, i will rename the issue title so that I can more easily track that we fix this asap :)

krlvi commented 1 week ago

Resolved in this PR: https://github.com/gitbutlerapp/gitbutler/pull/5463 Will be part of release 0.13.12

krlvi commented 1 week ago

@cesarameba im closing this as completed. thank you for reporting and feel free to create another issue if you run into any other problem