zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.45k stars 3.12k forks source link

title_bar: Remove dependency on `feedback` #21013

Closed maxdeviant closed 13 hours ago

maxdeviant commented 13 hours ago

This PR removes the title_bar crate's dependency on the feedback crate.

The feedback::GiveFeedback action now resides at zed_actions::feedback::GiveFeedback.

title_bar now no longer depends on editor 🥳

Release Notes: