zed/crates/server/src
Antonio Scandurra a154e4500b Implement Workspace::unfollow
This also changes the structure of the follow state back to be per-pane. This
is because we can't share the same view state across different panes for
a couple of reasons:

- Rendering the same view in N different panes is almost always not something
that we want due to global state such as focus.
- If we allowed it and a user followed the same person in two different panes,
there would be no way of unfollowing in one pane without also unfollowing in
the other.
2022-03-21 16:55:18 +01:00
..
bin Fix warning 2021-12-27 18:00:15 -08:00
rpc Display language server name in status bar 2022-03-10 16:48:43 +01:00
admin.rs Destroy access tokens before destroying users and word-smith method names 2021-12-25 17:46:02 -07:00
api.rs Use a fake database in tests 2022-02-17 17:04:04 +01:00
assets.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
auth.rs Use a fake database in tests 2022-02-17 17:04:04 +01:00
careers.rs Add job post to Zed.dev 2021-12-23 23:22:57 -05:00
community.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
db.rs Remove stray printing in db tests 2022-03-01 12:10:35 -08:00
env.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
errors.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
expiring.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
github.rs Don't pass GH auth header when following redirects for release assets 2021-12-07 12:34:55 -08:00
home.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
main.rs Use a fake database in tests 2022-02-17 17:04:04 +01:00
releases.rs Fix context line handline in project diagnostic view 2021-12-21 11:46:47 -08:00
rpc.rs Implement Workspace::unfollow 2022-03-21 16:55:18 +01:00
team.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00