5dfd4be
WIP
Max Brunsfeld created
5dfd4be
WIP
Max Brunsfeld created
e6a0a46
Merge pull request #167 from zed-industries/fix-language-selection
Fix language selection when saving new buffers as a single-file worktree
Nathan Sobo created
8b1a2c8
Fix warnings in people_panel
Max Brunsfeld created
8f578e7
Maintain server state consistency when removing a connection
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
8de9c36
Add .zed.toml
Max Brunsfeld created
a068019
Add `ZED_IMPERSONATE` env var, for testing
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
4ca5814
Add missing people panel properties to base theme
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
4279451
Fix language selection when saving new buffers as a single-file worktree
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
23652f2
Start on `PeoplePanel::render`
Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra , Max Brunsfeld , and Nathan Sobo created
cb2d8ba
Use bullseye-slim for migration Dockerfile
Closes #154 Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra , Nathan Sobo , and Max Brunsfeld created
edfed00
Merge pull request #159 from zed-industries/tabs-cleanup
Clean up tabs styling
Nathan Sobo created
6f38cf5
Merge pull request #158 from zed-industries/highlight-new-files
Set the language on new buffers when they are saved
Nathan Sobo created
67946b7
Add an integration test to verify collaborators are kept up to date
Antonio Scandurra created
3d4dbf3
Maintain collaborators in `UserStore`
Antonio Scandurra created
3211109
Turn `UserStore` into a model
Antonio Scandurra created
6f2c8ff
Introduce a `Client::subscribe` method that doesn't need an entity
Antonio Scandurra created
ae9fb65
Fix integration tests
Antonio Scandurra created
d8ea220
Update collaborators as worktrees are opened/shared/closed
Antonio Scandurra created
1719d7d
Suppress SVG loading errors in tests
Nathan Sobo created
9e6c54b
Test language assignment when new buffers are saved
Nathan Sobo created
af99d0e
Attempt to assign a language when a new buffer is saved
Nathan Sobo created
c7e2b6d
Expand the hit area area around tab close icons
Nathan Sobo created
9287791
Tweak spacing so tab close buttons feel more balanced
Nathan Sobo created
b5c76cc
Render close icons on all tabs when tab bar is hovered
Nathan Sobo created
cab5774
Merge pull request #153 from zed-industries/only-blink-local-cursors
Only blink local cursors
Nathan Sobo created
9ec3af6
Merge pull request #150 from zed-industries/fix-rpc-deadlock
Fix deadlock when handling incoming RPC messages
Nathan Sobo created
9691267
Only blink local cursors
Nathan Sobo created
ae9251a
Merge pull request #149 from zed-industries/editor-style
Specify UI editor fonts via the theme instead of the settings
Nathan Sobo created
9a9c8ae
Fix deadlock when handling incoming RPC messages
We need to drop the lock on the rpc::ClientState when handling an incoming messages in case those message handlers attempt to interact with the client and grab the lock.
Nathan Sobo created
42bf88b
Base soft wrapping on TextStyle instead of Settings
Nathan Sobo created
f13af7d
WIP
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
f2825cc
Start on `Presence` as the backing model for the people panel
Antonio Scandurra created
12fa309
Implement `proto::GetCollaborators` request
Antonio Scandurra created
e3c0d69
Switch to a new flow for advertising, sharing and joining worktrees
Now, when you open a local worktree, we immediately send an `OpenWorktree` message to the server, telling it the name of the folder that you've opened, and the names of all the collaborators (based on a `.zed.toml` file). The server responds with a unique id for the worktree. When starting share this local worktree, you now include this previously-assigned id in the `ShareWorktree` message. When joining a worktree, there is no longer a need to provide an access token. The access is controlled by the set of "collaborator logins" that were provided when the worktree was initially opened by the host.
Max Brunsfeld created
68039b9
Remove font_family and font_size from editor::Snapshot
We'll rely on the style struct instead.
Nathan Sobo created
f13a354
Move editor layout code into element
Now that most of the layout code is based on the EditorStyle struct, I think it makes more sense to put it in the element.
Nathan Sobo created
4f0c9a3
Build workspace editor TextStyle from font fields in settings
We'll specify values in the theme but we'll only end up using the color for these editors.
Nathan Sobo created
a1f0693
Specify full TextStyles in EditorStyle
Nathan Sobo created
176ca90
Rename OpenWorktree message to JoinWorktree
We'll repurpose the name 'OpenWorktree' for opening a local worktree while signed in, and advertising the open status to the worktree's collaborators.
Max Brunsfeld created
c21b754
Make placeholder text style optional
Nathan Sobo created
606aa14
Require a build_style callback to be passed to Editor on construction
We're going to use this to control the text style, so it really doesn't make sense to allow an editor to be constructed without it.
Nathan Sobo created
ad9712d
Move EditorStyle into editor module
Nathan Sobo created
f009397
Always store an rpc client on local worktrees
Even before sharing, we now want to advertise that the user is working on a certain worktree, to make that visible to all of the worktree's collaborators.
Max Brunsfeld created
260114a
Update Inconsolata to not include ligatures
Fixes #146 Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
f21b180
Merge pull request #147 from zed-industries/finish-disconnected-chat
Finish up making the chat panel handle disconnect and reconnect
Antonio Scandurra created
79fb3aa
Add migration to add a `nonce` column to `channel_messages`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
02768b7
Remove duplicated text base definition
Antonio Scandurra created
8973e25
Re-send pending messages after reconnecting
Antonio Scandurra created
4a96a5c
Use a negative delta to scroll down in layout unit test for `List`
Antonio Scandurra created
9402eb3
Maintain parent pointers from primitive values too
After resolving a reference to a primitive value, we want to set its parent pointer so that `Tree::resolve` can navigate upward and update the cached resolved status of each node.
Antonio Scandurra created