3719a9e
Use published prost crates
Click to expand commit body
The previous version of prost didn't build on nightly rust.
Max Brunsfeld created
3719a9e
Use published prost crates
The previous version of prost didn't build on nightly rust.
Max Brunsfeld created
6a20937
Merge pull request #193 from zed-industries/project-browser
Add the project panel
Max Brunsfeld created
2b3e594
Add key bindings to toggle the project panel
- Use `cmd-1` to open the project panel and toggle focus between it and the workspace center. - Use `cmd-shift-1` to open or close the project panel.
Max Brunsfeld created
8dcd38c
Fix ProjectPanel test failure
Max Brunsfeld created
6007fa6
Style the active entry in the project panel
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
ad92bfe
Avoid duplicate notifications for the same entity in the same effect cycle
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
fef0bdf
Don't autoscroll the project panel when worktree changes
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
5fb112a
Vertically align root folder in project panel with tabs and sidebar icons
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
177306d
Add 'overlay' property to border
For containers, this causes the border to be drawn on top of the child element. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
e37ea6c
Avoid rendering artifacts when label text is shaped with a non-integer width
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
6fba17a
Add disclosure arrows to the project panel
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
18a379f
Scope the left and right bindings in the project panel
Nathan Sobo created
41fea2d
Open buffer when trying to expand a file
Antonio Scandurra created
e987318
:lipstick:
Antonio Scandurra created
2f508af
Rename active entry to selected entry
Antonio Scandurra created
19325fd
Allow expanding/collapsing active entry using the keyboard
Antonio Scandurra created
789d5df
Allow selecting prev and next entries via the keyboard
Antonio Scandurra created
7a1cdc9
Fix panic when rendering multiple worktrees in project panel
Antonio Scandurra created
5cd2c56
Merge branch 'main' into project-browser
Antonio Scandurra created
d182182
Avoid ProjectPanel panic when worktree has no root entry
Also, avoid bug where too many UniformList elements were rendered.
Max Brunsfeld created
a389395
Merge pull request #192 from zed-industries/perfmon
Configure production containers to allow performance monitoring
Max Brunsfeld created
e22a181
Remove stray logging
Max Brunsfeld created
8e4685b
Merge pull request #190 from zed-industries/worktree-cursor
Unify all worktree traversal into a single cursor/iterator
Max Brunsfeld created
a4169f1
Add kube-shell script, for running shell commands in a deployed container
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
09f38bb
Fix errors in deploy script
Also, allow deploying to staging with uncommitted changes. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
39ac723
Add SYS_ADMIN capability to the server container
This will let us run perf(1) on the zed-server to debug any performance problems we encounter in production. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
7599ac1
Generalize deploy scripts to work w/ both production and staging
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
1cfdd07
Avoid fetching GH releases in home route
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld and Antonio Scandurra created
6e8d353
Remove session and errors middleware from static route
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
51a617d
Revert "Update link hrefs to absolute urls"
This reverts commit 62edcd70e223b8a1248f95bdddc9de7a01b1ec86.
Nate created
62edcd7
Update link hrefs to absolute urls
Nate created
1519e1d
Maintain active entry `Project` and render it in `ProjectPanel`
Antonio Scandurra created
67c40eb
Allow opening entries from project panel
Antonio Scandurra created
e030917
Refine project panel styling
Antonio Scandurra created
99003ef
Merge pull request #185 from zed-industries/site-v2
Update zed.dev to version 0.2.0
Nathan Sobo created
5536bf6
Merge branch 'main' into site-v2
Nathan Sobo created
bd7bf82
Load .gitignore files from the Fs object so we can test this with a FakeFs
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
dde782a
Remove top/bottom padding from project panel
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
14bc2c6
Fix scrolling of project panel
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
a3f45c0
Merge branch 'worktree-cursor' into project-browser
Nathan Sobo created
60799c5
💄
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
b018191
Merge pull request #186 from zed-industries/sum-tree-seek-target
Allow seeking SumTree cursor by multiple seek types per dimension
Nathan Sobo created
b9b0887
Get tests passing
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com> Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo , Max Brunsfeld , and Antonio Scandurra created
366552f
Use `Bias::Left` when traversing by path
Antonio Scandurra created
c3e8a5b
Unify all worktree traversal in a Traversal cursor/iterator
This uses our new ability to have a SeekTarget that's distinct from Dimension.
Nathan Sobo created
ab31ddf
Allow seeking SumTree cursor by multiple seek types per dimension
Also, remove the cursor's sum_dimension. Replace it with a blanket implementation of Dimension for two-element tuples of dimensions. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
6e50f2a
Disable JIT mode for Tailwind
Nate created
aa8ca87
update sign out link
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