zed/crates
Nathan Sobo b307a7e91d Populate the user data of worktree collaborators
This will make it possible for us to render their avatars. Previously we only had the user ids. During rendering, everything needs to be available synchronously. So now, whenever collaborators are added, we perform the async I/O to fetch their user data prior to adding them to the worktree.
2021-11-26 20:35:50 -07:00
..
buffer Improve range-based selection queries to only resolve the requested selections 2021-11-25 13:19:49 -07:00
chat_panel Extract chat_panel into its own crate 2021-10-05 14:23:45 +02:00
client Populate the user data of worktree collaborators 2021-11-26 20:35:50 -07:00
clock Switch to a dense representation for clock::Global 2021-11-22 17:20:43 +01:00
contacts_panel Rename PeoplePanel to ContactsPanel 2021-11-26 11:13:05 -07:00
editor Implement cmd-k cmd-d to replace selection with next 2021-11-25 13:39:08 -07:00
file_finder Invert dependency between editor and workspace 2021-11-24 17:07:16 +01:00
fsevent Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
fuzzy Rename worktree crate to project, pull in Project 2021-10-04 16:45:05 -07:00
go_to_line Preserve selection when clicking on editor dismisses go-to-line dialog 2021-11-25 14:10:43 -07:00
gpui Calculate an overshoot when mousing to build columnar selections 2021-11-24 10:28:32 +01:00
gpui_macros Use the same test::run_test function for async gpui::tests 2021-10-05 18:04:22 +02:00
language Allow a single start/end bias per AnchorRangeMap 2021-11-25 16:53:10 +01:00
lsp Invalidate active diagnostics when they are removed 2021-11-19 16:15:22 +01:00
project Populate the user data of worktree collaborators 2021-11-26 20:35:50 -07:00
project_panel WIP: Give worktrees a reference to the UserStore 2021-11-26 19:12:12 -07:00
rpc Populate the user data of worktree collaborators 2021-11-26 20:35:50 -07:00
server Populate the user data of worktree collaborators 2021-11-26 20:35:50 -07:00
sum_tree WIP: Probably the wrong direction 2021-11-10 17:44:56 -07:00
theme Rename PeoplePanel to ContactsPanel 2021-11-26 11:13:05 -07:00
theme_selector Extract theme_selector into its own crate 2021-10-05 15:38:25 +02:00
util Improve logging when avatar request fails 2021-10-04 15:47:18 -07:00
workspace WIP: Give worktrees a reference to the UserStore 2021-11-26 19:12:12 -07:00
zed Rename PeoplePanel to ContactsPanel 2021-11-26 11:13:05 -07:00