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>
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>
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
Click to expand commit body
Add OS UI Keybindings
Mikayla Maki
created
d730507
Merge pull request #2198 from zed-industries/more-item-defaults
Click to expand commit body
Add more default impls to the item trait
Mikayla Maki
created
4798b72
Fixed keyboard shortcuts in mac os native panels
Click to expand commit body
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.