Nate
aa8ca8704f
update sign out link
2021-09-24 18:19:46 -04:00
Nate
1c7727b815
Edit pass text cleanup + fix mismatched max-w
2021-09-24 18:16:13 -04:00
Max Brunsfeld
443a7826bb
Start work on expanding and collapsing directories in project panel
...
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-09-24 15:12:49 -07:00
Nate
dc2c235211
Update some styles to improve rendering on mobile
...
* Add active links for nav on mobile
* Smaller page margins for more edge to edge look
2021-09-24 17:37:00 -04:00
Nate
d955be3ed5
Update custom checkbox style
2021-09-24 17:20:33 -04:00
Nate
4cdb1ad0c8
Fix type on the community page
2021-09-24 17:09:11 -04:00
Nate
4013e45af6
Merge the updates and releases pages
...
* Remove unused story page
* Remove updates page
* Remove updates from nav
2021-09-24 17:04:02 -04:00
Nate
a90ccbdc86
Merge branch 'main' into site-v2
2021-09-24 16:52:06 -04:00
Nate
d0c4d2015e
Update content on all major pages
...
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-09-24 16:50:10 -04:00
Nate
337afb0d9d
Clean up some content on home and team
2021-09-24 15:28:23 -04:00
Nate
7b2803b69e
Make leading and font-weights more consistent
2021-09-24 15:19:53 -04:00
Nate
0980bb1f83
Style the community form
...
* Add custom checkboxes
* Reorganize form
* Update copy
* Update signup.hbs with new style
2021-09-24 15:11:13 -04:00
Max Brunsfeld
7eda614c4a
Start work on ProjectPanel
2021-09-23 18:14:15 -07:00
Nate
9168f64bcf
combine team + story, clean up nav
2021-09-23 20:20:43 -04:00
Max Brunsfeld
d561f50ab1
Extract from Workspace a Project model that stores a window's worktrees
2021-09-23 16:34:06 -07:00
Nate
c126cd5b1a
add home content
2021-09-23 19:31:36 -04:00
Max Brunsfeld
39fbf7d4d1
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.
2021-09-23 15:32:23 -07:00
Max Brunsfeld
d2192fd986
Merge pull request #183 from zed-industries/speed-up-access-token-verification
...
Speed up login by avoiding unnecessary access token verification
2021-09-23 14:12:34 -07:00
Nate
68a3ba5e4d
Clean up styling of pre and code blocks inside prose
2021-09-23 16:55:08 -04:00
Nate
61194982f8
favicon + og tags update
2021-09-23 16:45:10 -04:00
Nate
ffaf3154bb
wip home updates
2021-09-23 16:44:48 -04:00
Max Brunsfeld
06efb0968c
Speed up login by avoiding unnecessary access token verification
2021-09-23 13:34:53 -07:00
Nate
5d76e00b6a
update story
2021-09-23 15:48:38 -04:00
Nate
2c851bf99c
favicon + social media assets
2021-09-23 15:43:35 -04:00
Nate
e07702a72b
style updates
2021-09-23 15:43:21 -04:00
Max Brunsfeld
82ec1b73e0
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>
2021-09-23 11:20:56 -07:00
Antonio Scandurra
948aa788cb
Merge pull request #181 from zed-industries/rpc-compression
...
Compress RPC messages using zstd
2021-09-23 18:56:36 +02:00
Antonio Scandurra
d403281fdc
Merge pull request #182 from zed-industries/retry-flaky-wrap-shaped-line-test
...
Retry `test_wrap_shaped_line` 5 times before reporting a failure
2021-09-23 18:49:13 +02:00
Antonio Scandurra
21daddb60e
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`.
2021-09-23 18:32:39 +02:00
Antonio Scandurra
96961a7dfe
Bump zrpc version to 1
2021-09-23 18:27:12 +02:00
Antonio Scandurra
5b40dcaeed
Remove stray logging
2021-09-23 18:26:42 +02:00
Max Brunsfeld
8bfee93be4
Start work on compressing RPC messages
...
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2021-09-23 18:26:42 +02:00
Antonio Scandurra
286846cafd
Merge pull request #179 from zed-industries/rpc-protocol-version
...
Forbid connections from outdated clients
2021-09-23 18:26:12 +02:00
Antonio Scandurra
e32f1f8b80
Create test_app_state
with FakeFs
instead of RealFs
...
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-09-23 18:17:49 +02:00
Antonio Scandurra
969bdb2390
Merge pull request #180 from zed-industries/peer-test-io-error-flaky
...
Fix flaky `zrpc::tests::peer::test_io_error` test
2021-09-23 17:56:40 +02:00
Antonio Scandurra
0aadc94442
Properly initialize response_channels
...
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-09-23 17:50:13 +02:00
Antonio Scandurra
2352725c58
💄
...
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-09-23 17:32:37 +02:00
Antonio Scandurra
742bfe1d5f
Merge pull request #176 from zed-industries/worktree-share-exclude-ignored
...
Exclude ignored entries when sharing a worktree
2021-09-23 17:26:41 +02:00
Antonio Scandurra
6b0ed820bf
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.
2021-09-23 16:35:40 +02:00
Antonio Scandurra
c70b4a99c9
Remove non-determinism from zrpc::tests::peer::test_io_error
2021-09-23 15:55:28 +02:00
Antonio Scandurra
374b05a379
Display warning in titlebar when Zed is out-of-date
2021-09-23 15:36:32 +02:00
Antonio Scandurra
511cbaa2bd
Version the zrpc protocol using a X-ZRPC-VERSION
header
2021-09-23 15:35:35 +02:00
Antonio Scandurra
9efd8ce323
Exclude ignored entries when sharing a worktree
...
This commit also adds a randomized test that exercises building and
applying snapshot updates.
2021-09-23 11:20:53 +02:00
Antonio Scandurra
d07ff73999
Bump PathEntry::scan_id
when the ignore status of an entry changes
2021-09-23 11:20:53 +02:00
Antonio Scandurra
a1ca507498
Merge pull request #174 from zed-industries/tweak-word-boundaries
...
Adjust word-boundary motion, treating whitespace more like other editors
2021-09-23 09:09:49 +02:00
Max Brunsfeld
1402f842f7
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.
2021-09-22 17:00:57 -07:00
Max Brunsfeld
84c7064699
Fix bytes/chars error in Editor::paste
...
Fixes #156
2021-09-22 14:36:30 -07:00
Nate
94d1c9d9a6
update styles
2021-09-22 13:04:14 -04:00
Nate
4e6e789f34
Merge branch 'main' into site-v2
2021-09-22 12:14:58 -04:00
Nate
09fdce4ac9
update styles
2021-09-22 11:38:14 -04:00