Branch/co-authors in commit (#24768)

- **branch selector in commit box**
- **TEMP**
- **Add co-authors toggle button**

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...

---------

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Conrad Irwin 2025-02-12 20:53:52 -07:00 committed by GitHub
parent 71867096c8
commit 21a1541a70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 148 additions and 123 deletions

View file

@ -14,15 +14,16 @@ path = "src/git_ui.rs"
[dependencies]
anyhow.workspace = true
buffer_diff.workspace = true
collections.workspace = true
db.workspace = true
buffer_diff.workspace = true
editor.workspace = true
feature_flags.workspace = true
futures.workspace = true
fuzzy.workspace = true
git.workspace = true
gpui.workspace = true
itertools.workspace = true
language.workspace = true
menu.workspace = true
multi_buffer.workspace = true
@ -37,7 +38,6 @@ serde_json.workspace = true
settings.workspace = true
theme.workspace = true
time.workspace = true
time_format.workspace = true
ui.workspace = true
util.workspace = true
workspace.workspace = true