ZIm/crates/remote_server
Anthony Eid 8c7096f7a6
Rename model based variable names to entity (#24198)
## Context
While looking through the client crate, I noticed that some of the old
functions and variables were still using gpui::model name that was
deprecated during the gpui3 transition. This PR renames those instances
of model to entity to be more inline with gpui3.

In addition, I also renamed `model` to `entity` in cases found by the
below search terms given by @someone13574

- model = cx.
- model: Entity
- model: &Entity
- OpenedModelHandle
- model.update
- model.upgrade
- model = .*\.root (regex)
- parent_model
- model = cx.new
- cx.spawn(move |model

Release Notes:

- N/A
2025-02-04 10:24:35 -08:00
..
src Rename model based variable names to entity (#24198) 2025-02-04 10:24:35 -08:00
build.rs Improve Linux panic reporting (#22202) 2024-12-22 08:20:17 +00:00
Cargo.toml Add a crate for spawning tokio tasks in Zed (#23857) 2025-01-29 20:53:16 +00:00
LICENSE-GPL Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00