ZIm/crates/search/src
Finn Evers 65f64aa513
search: Fix recently introduced issues with the search bars (#36271)
Follow-up to https://github.com/zed-industries/zed/pull/36233

The above PR simplified the handling but introduced some bugs: The
replace buttons were no longer clickable, some buttons also lost their
toggle states, some buttons shared their element id and, lastly, some
buttons were clickable but would not trigger the right action. This PR
fixes all that.

Release Notes:

- N/A
2025-08-15 22:21:21 +02:00
..
buffer_search chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
buffer_search.rs search: Fix recently introduced issues with the search bars (#36271) 2025-08-15 22:21:21 +02:00
project_search.rs search: Fix recently introduced issues with the search bars (#36271) 2025-08-15 22:21:21 +02:00
search.rs search: Fix recently introduced issues with the search bars (#36271) 2025-08-15 22:21:21 +02:00
search_bar.rs search: Fix recently introduced issues with the search bars (#36271) 2025-08-15 22:21:21 +02:00
search_status_button.rs search: Simplify search options handling (#36233) 2025-08-15 10:34:54 +00:00