782ea93
zed 0.75.2
Max Brunsfeld created
782ea93
zed 0.75.2
Max Brunsfeld created
d18da62
Merge pull request #2242 from zed-industries/mouse-event-handlers-yes
Fix surprising mouse propagation & avoid focusing tab while closing
Julia created
28c9d2d
Merge pull request #2217 from zed-industries/format-on-save-trigger
Pass the 'Save' format trigger when formatting on save
Max Brunsfeld created
5c0d19d
Merge pull request #2200 from zed-industries/fix-slow-project-join
Hold room lock through the entirety of a `room_transaction`
Antonio Scandurra created
6161c5d
zed 0.75.1
Max Brunsfeld created
c7e3163
Merge pull request #2213 from zed-industries/per-project-follow-status
Differentiate between follow state on a per-project basis
Julia created
4bea2c0
Merge pull request #2212 from zed-industries/initial-traffic-light-position
Adjust window's traffic light position when setting its title
Max Brunsfeld created
6540341
Merge pull request #2207 from zed-industries/project-panel-actions
Fix project panel actions
Mikayla Maki created
a10bfa7
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
6900e0c
Merge pull request #2205 from zed-industries/call-ui-follow-up
Refine new call UI
Antonio Scandurra created
c58605a
Merge pull request #2203 from zed-industries/collab-ui-fixes
Fix minor issues with new collab UI
Max Brunsfeld created
995dc19
Bump RPC protocol version number
Max Brunsfeld created
d7f0c0f
v0.75.x preview
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
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
7f4da80
Initial dedicated face pile element
Rather than overload Flex with yet another special case, add a dedicated element to handle this overlap instead Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
6a73123
Remove `Flex::with_reversed_pain_order`
Julia created
b7cf426
Start work on styling of follower avatars in facepiles
* Make follower avatars smaller than top-level avatars * Make avatars in facepiles overlap * Render an opaque background behind avatars in facepiles.
Max Brunsfeld created
0dc92be
Retrieve room id from the project when following/unfollowing
Previously, we were accidentally using the project id as the room id.
Max Brunsfeld created
c75aca2
Remove left side collaborator list
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
ae87961
Close contacts popover when call ends
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia and Nathan Sobo created
e946481
Make tooltip lie less
Julia created
1ed4766
Avoid moving contacts popover during call start & add button style state
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia and Nathan Sobo created
dd02bc7
Initial adding of contact menu to call-less share button
Julia created
e403b86
Add followers table to sqlite scheme for tests
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
3105ecd
Shuffle share/unshare button back to the right side
Julia created
05e9615
Highlight face pile which local user is following
Julia created
1abb779
Handle case where follower is local user
Julia created
50e681b
Add username to right side
Julia created
3fb8395
Make things a bit more infallible
Julia created
4513c40
Following face piles finally take their first breath
Julia created
4ffc8cd
Fix deadlock in db `get_room`
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia and Max Brunsfeld created
33c265d
Abuse a closure instead of abusing options/iterators quite so much
Julia created
58c4177
Absolute pain of the iterator kind (start laying out a user's followers)
Julia created
2592ec7
Initial tracking of unfollows on collab server
Julia created
d6462c6
Begin tracking follow states on collab server
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
28786a3
Add Flex `with_reversed_paint_order` & initially move face piles to left
Co-Authored-By: Petros Amoiridis <petros@zed.dev>
Julia and Petros Amoiridis created
a5fd025
Start fleshing out layout of collaborator list entries
Co-Authored-By: Petros Amoiridis <petros@zed.dev>
Julia and Petros Amoiridis created
f68eda9
Tell project when it has been unshared
Co-Authored-By: Petros Amoiridis <petros@zed.dev>
Julia and Petros Amoiridis created
99236f1
Add collaborators to collaborator list, including self user
Julia created
bf86580
Add collaborator count to collaborator list button
Julia created