fbc934b
Adjust window's traffic light position when setting its title
Max Brunsfeld created
fbc934b
Adjust window's traffic light position when setting its title
Max Brunsfeld created
350b7b8
Merge pull request #2207 from zed-industries/project-panel-actions
Fix project panel actions
Mikayla Maki created
b179fc2
Remove comment
Mikayla Maki created
8860346
Fix broken dock command
Mikayla Maki created
9004640
Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage
Mikayla Maki created
0349831
Merge pull request #2211 from zed-industries/hover-binding
add hover binding from vscode
Kay Simmons created
ce4b672
add hover binding from vscode
Kay Simmons created
3f9405f
Merge pull request #2210 from zed-industries/fix-enter-vim-normal-mode
Fix enter in normal mode acting incorrectly
Kay Simmons created
2276d25
Fix enter in normal mode acting incorrectly
Kay Simmons created
ffe53be
Reverts keymap precedence order change
Mikayla Maki created
37f9109
Add link to community repo in feedback editor
Joseph Lyons created
1e3b4f0
Merge pull request #2208 from zed-industries/new-collab-ui-3
Add same grayscale logic to followers which leaders have; new call UI [3/N]
Julia created
e1df85e
Add same grayscale logic to followers which leaders have
Julia created
f6601f6
Added editor-in-project-panel overrides to the default keymap
Mikayla Maki created
6ccc903
Merge pull request #2206 from zed-industries/fix-refresh-room
Fix error when deleting rooms containing projects on refresh
Antonio Scandurra created
bbeb33b
Fix error when deleting rooms containing projects on refresh
A foreign key violation was causing the server to never delete stale rooms during `Database::refresh_room` due to having one or more project records referencing the room.
Antonio Scandurra created
e74db2d
Merge pull request #2205 from zed-industries/call-ui-follow-up
Refine new call UI
Antonio Scandurra created
74e0bed
Fix compilation errors after restructuring `room_transaction`
Antonio Scandurra created
832549f
Merge branch 'main' into call-ui-follow-up
Antonio Scandurra created
b965333
Show avatar in user menu
Antonio Scandurra created
2be0283
Merge pull request #2204 from zed-industries/fix-description-of-telemetry-setting
Fix description of telemetry setting
Joseph T. Lyons created
59a6619
Avoid trying to reconnect to a room if client is signed out
Antonio Scandurra created
9334267
Tear down peer when signing out
Antonio Scandurra created
a0daf47
Don't panic when rendering collab titlebar item while signed out
Antonio Scandurra created
9a729a2
Merge pull request #2202 from zed-industries/petros/z-86-replace-terminal-tab-title-with-an-icon
Replace terminal tab title with an icon
Petros Amoiridis created
1c63650
Merge pull request #2200 from zed-industries/fix-slow-project-join
Hold room lock through the entirety of a `room_transaction`
Antonio Scandurra created
65a9ac4
Remove leave button from the title bar
Max Brunsfeld created
bf5c3d9
Rearrange collab titlebar items to avoid movement of the toggle contacts button
* Replace username in titelbar with a `...` user menu that shows the current user name and contains a sign-in/sign-out button. * Move the '+' (toggle contacts) button back to the right side. * Move the collaborators back to the right side. * Move the share/unshare button to the left side, beside the project title * Only show the share/unshare button when in a call.
Max Brunsfeld created
c33d0f9
Fix description of telemetry setting
Joseph Lyons created
24e0a02
Run check-formatting CI job on a mac mini
Max Brunsfeld created
d49e35f
Merge pull request #2203 from zed-industries/collab-ui-fixes
Fix minor issues with new collab UI
Max Brunsfeld created
40aee8d
Add missing tooltip for contacts menu button
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld and Joseph Lyons created
d33d27f
Fix ToggleContactsMenu action name in keymap
Co-authored-by: Joseph Lyons <joseph@zed.dev>
Max Brunsfeld and Joseph Lyons created
46ead28
Bump RPC protocol version number
Max Brunsfeld created
111aff2
collab 0.6.0
Max Brunsfeld created
e2a2e40
v0.76.x dev
Max Brunsfeld created
b73423d
Merge pull request #2114 from zed-industries/new-collaboration-ui
New collaboration UI part 1/N
Max Brunsfeld created
0324ca3
Be more specific about clearing (leader, follower) row
Previously anyone unfollowing someone would clear all other rows for other followers leading to an incorrect state, fix and test Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
36040cd
Add top level leave call button
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
a07867d
Fiddle with titlebar item spacing
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
812145f
Only show in-call share/unshare button if own project
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
dbe5b02
Add style leader selection container
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
3d6c815
Add an icon to the terminal view tab
The terminal icon already existed in `assets/icons` Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Petros Amoiridis and Julia created
81ece4f
Deduplicate tab theme related code
We've noticed that the search theme struct had two fields for a tab icon width and spacing. But we already have those in the tab theme struct. We decided to remove the duplicate and reuse the tab fields. We also wanted to move where the spacing is being used. Instead of doing it at the left of the label, we do it at the right of the icon to match how it is done in other areas of the UI. Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Petros Amoiridis and Julia created
2ec5c88
Make icon width match other areas
This was 8 but we've seen areas where this was 14, like the project search tab icon. We want to match this. Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Petros Amoiridis and Julia created
7b55917
Merge pull request #2201 from zed-industries/save-shortcuts
Add OS UI Keybindings
Mikayla Maki created
d730507
Merge pull request #2198 from zed-industries/more-item-defaults
Add more default impls to the item trait
Mikayla Maki created
4798b72
Fixed keyboard shortcuts in mac os native panels
co-authored-by: Antonio <antonio@zed.dev>
Mikayla Maki and Antonio created
71d8ead
Introduce an OSAction that can be associated with menu items for mac platform compatibility.
Co-authored-by: Antonio <antonio@zed.dev>
Mikayla Maki and Antonio created
9b92a8e
Add mockup accurate avatar background
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created