ZIm/crates/search/src
Kirill Bulatov a3105c92a4
Allow to hide more buttons with the settings (#30565)
* project search button in the status bar
```jsonc
"search": {
  "button": false
},
```

* project diagnostics button in the status bar
```jsonc
"diagnostics": {
  "button": false
}
```

* project name and host buttons in the title bar
```jsonc
"title_bar": {
    "show_project_items": false
}
```

* git branch button in the title bar
```jsonc
"title_bar": {
    "show_branch_name": false
}
```

Before:
<img width="1728" alt="before"
src="https://github.com/user-attachments/assets/4b13b431-3ac1-43b3-8ac7-469e5a9ccf7e"
/>

After:
<img width="1728" alt="after"
src="https://github.com/user-attachments/assets/baf2765a-e27b-47a3-8897-89152b7a7c95"
/>


Release Notes:

- Added more settings to hide buttons from Zed UI
2025-05-12 13:34:52 +00:00
..
buffer_search chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
buffer_search.rs Allow to hide more buttons with the settings (#30565) 2025-05-12 13:34:52 +00:00
mode.rs Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00
project_search.rs Add ability to keybind search filter (#30327) 2025-05-09 12:29:03 +00:00
search.rs Update default vim substitute command behavior and add support for 'g' flag (#28138) 2025-04-09 14:34:51 -06:00
search_bar.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
search_status_button.rs Allow to hide more buttons with the settings (#30565) 2025-05-12 13:34:52 +00:00