37f9109
Add link to community repo in feedback editor
Joseph Lyons
created
1e3b4f0
Merge pull request #2208 from zed-industries/new-collab-ui-3
Click to expand commit body
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
Click to expand commit body
Fix error when deleting rooms containing projects on refresh
Antonio Scandurra
created
bbeb33b
Fix error when deleting rooms containing projects on refresh
Click to expand commit body
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
Click to expand commit body
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
bf5c3d9
Rearrange collab titlebar items to avoid movement of the toggle contacts button
Click to expand commit body
* 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.
b73423d
Merge pull request #2114 from zed-industries/new-collaboration-ui
Click to expand commit body
New collaboration UI part 1/N
Max Brunsfeld
created
0324ca3
Be more specific about clearing (leader, follower) row
Click to expand commit body
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>