ZIm/crates/zed2
Max Brunsfeld afbc655100
Ensure that views' on_release callbacks are always called (#3747)
* Ensure that views' on_release callbacks are always called (even if
their window is gone), by passing them a `AppContext`, not a
`WindowContext`.
* Fix leaked handles to `CollabPanel`, `NotificationPanel`, and
`ChatPanel` caused by captures in a `ListState` render callback.

This fixes two issues we were seeing with following:
* inability to rejoin a remote project after you closed it
* following not working if a window had previously been closed
2023-12-20 16:45:37 -08:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Add temp nightly icon 2023-12-04 12:48:21 -05:00
src Ensure that on_release callbacks are called even if view outlives its window 2023-12-20 16:01:52 -08:00
build.rs Avoid caching zed build script if git state has changed 2023-12-12 09:55:56 -08:00
Cargo.toml Remove nightly from zed1 and use proper namespaces for nightly in zed2 manifest 2023-12-21 01:18:00 +02:00