zed/crates/collab_ui
Joseph T. Lyons 0897ed561f Rework call events api
There were time when events with bad data were being emitted. What we found was that places where certain collaboration-related code could fail, like sending an, would still send events, and those events be in a bad state, as certain elements weren't constructed as expected, thus missing in the event. The new API guarantees that we have data in the correct configuration. In the future, we will add events for certain types of failures within Zed.

Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
2023-09-26 14:18:32 -04:00
..
src Rework call events api 2023-09-26 14:18:32 -04:00
Cargo.toml Add basic drag and drop support 2023-09-19 11:20:01 -07:00