1c7727b
Edit pass text cleanup + fix mismatched max-w
Nate created
1c7727b
Edit pass text cleanup + fix mismatched max-w
Nate created
443a782
Start work on expanding and collapsing directories in project panel
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
dc2c235
Update some styles to improve rendering on mobile
* Add active links for nav on mobile * Smaller page margins for more edge to edge look
Nate created
d955be3
Update custom checkbox style
Nate created
4cdb1ad
Fix type on the community page
Nate created
4013e45
Merge the updates and releases pages
* Remove unused story page * Remove updates page * Remove updates from nav
Nate created
a90ccbd
Merge branch 'main' into site-v2
Nate created
d0c4d20
Update content on all major pages
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Nate and Nathan Sobo created
337afb0
Clean up some content on home and team
Nate created
7b2803b
Make leading and font-weights more consistent
Nate created
0980bb1
Style the community form
* Add custom checkboxes * Reorganize form * Update copy * Update signup.hbs with new style
Nate created
7eda614
Start work on ProjectPanel
Max Brunsfeld created
9168f64
combine team + story, clean up nav
Nate created
d561f50
Extract from Workspace a Project model that stores a window's worktrees
Max Brunsfeld created
c126cd5
add home content
Nate created
39fbf7d
Avoid verifying access tokens for out-of-date clients
Replace the 'VerifyToken' middleware with a 'process_auth_header' function that we call in the '/rpc' handler after checking that the client's protocol version matches.
Max Brunsfeld created
d2192fd
Merge pull request #183 from zed-industries/speed-up-access-token-verification
Speed up login by avoiding unnecessary access token verification
Max Brunsfeld created
68a3ba5
Clean up styling of pre and code blocks inside prose
Nate created
6119498
favicon + og tags update
Nate created
ffaf315
wip home updates
Nate created
06efb09
Speed up login by avoiding unnecessary access token verification
Max Brunsfeld created
5d76e00
update story
Nate created
2c851bf
favicon + social media assets
Nate created
e07702a
style updates
Nate created
82ec1b7
Flush pending selection before performing any action on all selections
Closes #155 Co-Authored-By: Antonio Scandurra <me@as-cii.com> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld , Antonio Scandurra , and Nathan Sobo created
948aa78
Merge pull request #181 from zed-industries/rpc-compression
Compress RPC messages using zstd
Antonio Scandurra created
d403281
Merge pull request #182 from zed-industries/retry-flaky-wrap-shaped-line-test
Retry `test_wrap_shaped_line` 5 times before reporting a failure
Antonio Scandurra created
21daddb
Retry `test_wrap_shaped_line` 5 times before reporting a failure
It doesn't seem like there's anything fundamentally broken and it might just be something weird with CI. Also, there's precedent for retrying tests depending on fonts, e.g. `test_layout_str`.
Antonio Scandurra created
96961a7
Bump zrpc version to 1
Antonio Scandurra created
5b40dca
Remove stray logging
Antonio Scandurra created
8bfee93
Start work on compressing RPC messages
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld and Antonio Scandurra created
286846c
Merge pull request #179 from zed-industries/rpc-protocol-version
Forbid connections from outdated clients
Antonio Scandurra created
e32f1f8
Create `test_app_state` with `FakeFs` instead of `RealFs`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
969bdb2
Merge pull request #180 from zed-industries/peer-test-io-error-flaky
Fix flaky `zrpc::tests::peer::test_io_error` test
Antonio Scandurra created
0aadc94
Properly initialize `response_channels`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
2352725
:lipstick:
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
742bfe1
Merge pull request #176 from zed-industries/worktree-share-exclude-ignored
Exclude ignored entries when sharing a worktree
Antonio Scandurra created
6b0ed82
Prevent requests from hanging when shutting down a connection
When closing a connection (either due to an error or simply because the user wanted to), we will now *take* `response_channels` as opposed to clearing them. This ensures that `Peer::request` can't succeed in both adding the oneshot channel in `response_channels` map _and_ submit the message onto the `outgoing_tx` channel. This also streamlines how we close a connection by unifying all the exit code paths of the IO handling future.
Antonio Scandurra created
c70b4a9
Remove non-determinism from `zrpc::tests::peer::test_io_error`
Antonio Scandurra created
374b05a
Display warning in titlebar when Zed is out-of-date
Antonio Scandurra created
511cbaa
Version the zrpc protocol using a `X-ZRPC-VERSION` header
Antonio Scandurra created
9efd8ce
Exclude ignored entries when sharing a worktree
This commit also adds a randomized test that exercises building and applying snapshot updates.
Antonio Scandurra created
d07ff73
Bump `PathEntry::scan_id` when the ignore status of an entry changes
Antonio Scandurra created
a1ca507
Merge pull request #174 from zed-industries/tweak-word-boundaries
Adjust word-boundary motion, treating whitespace more like other editors
Antonio Scandurra created
1402f84
Adjust word-boundary motion, treating whitespace more like other editors
Also, fix the behavior of 'delete_to_{prev,next}_word_boundary' commands when
there are non-empty selections.
Max Brunsfeld created
84c7064
Fix bytes/chars error in Editor::paste
Fixes #156
Max Brunsfeld created
94d1c9d
update styles
Nate created
4e6e789
Merge branch 'main' into site-v2
Nate created
09fdce4
update styles
Nate created
1bcbb94
shrink tailwind package size by removing unused core components
Nate created