6a6a032
Delete stale rooms/participants after `RECONNECT_TIMEOUT`
Antonio Scandurra
created
fcea254
Merge pull request #1963 from zed-industries/fix-workspace-corner-cases
Click to expand commit body
Fix small workspace deserialization corner cases
Mikayla Maki
created
9bf0a02
Allow an empty center group to successfully deserialize into an empty pane.
Click to expand commit body
Fix error when deserializing pane axis which caused it's members.len() > 1 invariant to be violated
Fix failure to gain center pane focus when failing to deserialize a center pane entirely
Co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2affbcc
Merge pull request #1962 from zed-industries/scrolling-breaks-follow
Click to expand commit body
Avoid breaking follow when syncing leader's scroll position
Max Brunsfeld
created
8012e9f
Merge pull request #1961 from zed-industries/fix-next-screen-bug
Click to expand commit body
Fixed issue where the NextScreen action would never have an effect
Mikayla Maki
created
cd2d593
Fixed issue where the NextScreen action would never have an effect
Mikayla Maki
created
9ef00ea
Avoid breaking follow when syncing leader's scroll position
Click to expand commit body
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Co-authored-by: Kay Simmons <kay@zed.dev>
Max Brunsfeld
,
Mikayla Maki
, and
Kay Simmons
created
91d6b66
Merge pull request #1959 from zed-industries/serializing-bug-fixes
Click to expand commit body
Add check for if the user wants a blanks workspace when deserializing
Mikayla Maki
created
5a29a74
Fetch last workspace explicitly when starting Zed
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
db3119b
Add check for if the user wants a blanks workspace when deserializing
Mikayla Maki
created
f797dfb
Merge branch 'main' into multibuffer-following
Max Brunsfeld
created
beea9b6
Allow re-joining room after server restarts
Antonio Scandurra
created
82397f3
Merge pull request #1950 from zed-industries/reconnect-to-room
Click to expand commit body
Automatically re-join call when client connection drops
8bd7b28
Merge pull request #1949 from zed-industries/do-not-drop-unregistered
Click to expand commit body
Don't drop `unregistered` column in reconnection support migration
Antonio Scandurra
created
2697112
Don't drop `unregistered` column in reconnection support migration
Click to expand commit body
We don't use this column anymore because, when a project is unshared, we
simply remove it from the `projects` table. However, this column is expected
in the stable version of the server and the database is shared between stable
and preview. If we dropped it, stable would start throwing errors.
Antonio Scandurra
created
9bd4bc8
Merge pull request #1940 from zed-industries/terminal-collab-kickoff
Click to expand commit body
WIP - move terminal to project as pre-prep for collaboration
Mikayla Maki
created
925c9e1
Remove terminal container view, switch to notify errors