ZIm/crates
Marshall Bowers 9903b7ae6e
Add color ribbon for local player (#4075)
This PR adds a color ribbon for the local player in the current call.

This fixes the alignment of the local user's avatar so that it lines up
with the rest of the collaborators in the call:

<img width="307" alt="Screenshot 2024-01-16 at 2 56 04 PM"
src="https://github.com/zed-industries/zed/assets/1486634/979ee3fa-70c9-482a-9351-020402ad68b9">

Release Notes:

- Added a color ribbon for the local player when in a call.
2024-01-16 15:17:29 -05:00
..
activity_indicator Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
ai gpui: Further docs refinement & moved some reexports into 'private' module (#3935) 2024-01-07 14:14:21 +01:00
assets Fix assets build 2024-01-08 16:53:01 -07:00
assistant Fix unaligned close button in tab bar 2024-01-15 18:16:41 +01:00
audio Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
auto_update Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
breadcrumbs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
call Avoid playing newly published audio tracks when deafened (#4040) 2024-01-15 14:08:49 -08:00
channel Make chat prettier (to my eyes at least) 2024-01-13 21:37:13 -07:00
cli Code to allow opening zed:/channel/1234 2023-10-05 14:57:45 -07:00
client Add command palette action events 2024-01-15 20:22:47 -05:00
clock Remove local timestamps from CRDT operations 2023-08-31 16:23:06 -07:00
collab Avoid playing newly published audio tracks when deafened (#4040) 2024-01-15 14:08:49 -08:00
collab_ui Add color ribbon for local player (#4075) 2024-01-16 15:17:29 -05:00
collections Use FxHashMap and FxHashSet in hot code paths 2023-12-12 13:35:22 +01:00
command_palette Add command palette action events 2024-01-15 20:22:47 -05:00
copilot Replace WindowContext::notify with WindowContext::refresh 2024-01-10 17:27:02 +01:00
copilot_ui Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
db Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
diagnostics Add more open events 2024-01-15 16:26:04 -05:00
editor Fix overlapping block headers when using custom line height 2024-01-16 17:20:27 +01:00
feature_flags Revert "Remove ChannelsAlpha flag" 2024-01-10 11:52:33 -07:00
feedback Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
file_finder Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
fs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
fsevent
fuzzy Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
git Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
go_to_line Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
gpui Rename all_font_families to all_font_names 2024-01-16 20:32:21 +01:00
gpui_macros Remove some comments 2024-01-12 20:10:40 -08:00
install_cli Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
journal Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00
language Merge branch 'main' into guest-promotion 2024-01-09 16:28:42 -07:00
language_selector Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
language_tools Add more open events 2024-01-15 16:26:04 -05:00
live_kit_client Add and enhance tests for muting/deafening, fix exposed logic errors 2024-01-15 14:03:38 -08:00
live_kit_server Implement live kit promotion/demotion 2024-01-09 16:10:12 -07:00
lsp Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
media Start fixing up gpui2 2024-01-02 00:04:51 +01:00
menu Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
multi_buffer Allow adding write access to guests 2024-01-08 22:02:56 -07:00
node_runtime Upgrade async-compression dep 2023-12-06 14:29:09 -08:00
notifications Rename notification_store 2024-01-03 20:02:23 -05:00
outline Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
picker Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
plugin
plugin_macros
plugin_runtime Fix possessive "its" in docs and comments (#3998) 2024-01-10 10:09:48 -05:00
prettier Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
project remove more commented code 2024-01-12 20:10:40 -08:00
project_panel Fix project panel being toggled on workspace startup. (#4059) 2024-01-15 22:23:16 +01:00
project_symbols Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
quick_action_bar Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
recent_projects Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
refineable Remove some comments 2024-01-12 20:10:40 -08:00
rich_text chat panel ++ (#4044) 2024-01-14 13:54:10 -07:00
rope Fix possessive "its" in docs and comments (#3998) 2024-01-10 10:09:48 -05:00
rpc remove more commented code 2024-01-12 20:10:40 -08:00
search Switch project search deploy behavior to be isolated to a pane (#4072) 2024-01-16 10:41:57 -08:00
semantic_index remove more commented code 2024-01-12 20:10:40 -08:00
settings gpui: Remove dependency on sqlez (#3871) 2024-01-05 19:36:55 +01:00
snippet
sqlez sqlez 2024-01-01 23:56:04 +01:00
sqlez_macros
story Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
storybook Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
sum_tree chore: fix clippy lints for rope2, sum_tree, text2 and util 2024-01-01 23:50:14 +01:00
terminal Add font name completions to ui_font_family and terminal::font_family 2024-01-16 20:32:21 +01:00
terminal_view Add more open events 2024-01-15 16:26:04 -05:00
text Fix / remove small todos 2024-01-09 14:16:46 -08:00
theme Add font name completions to ui_font_family and terminal::font_family 2024-01-16 20:32:21 +01:00
theme_importer Fix whitespace symbol colors in the editor, use zed1 one 2024-01-11 17:43:49 +02:00
theme_selector Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
ui Rework Avatar indicator to be more general-purpose (#4073) 2024-01-16 14:05:05 -05:00
util Fix failure to write to keychain because of dropping a future 2024-01-11 16:22:34 -08:00
vcs_menu Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
vim Stop following when project is unshared 2024-01-10 23:09:09 -07:00
welcome Add more open events 2024-01-15 16:26:04 -05:00
workspace Switch project search deploy behavior to be isolated to a pane (#4072) 2024-01-16 10:41:57 -08:00
zed Add more open events (#4061) 2024-01-15 16:36:24 -05:00
zed_actions Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00