e2bfd46
Fix dock split resizin
Mikayla created
e2bfd46
Fix dock split resizin
Mikayla created
1e4a7e6
Don't notify when drawing
Nathan Sobo created
7899833
Don't hang the app when signing in offline
Conrad Irwin created
1ad1cc1
Fix variable name
Joseph T. Lyons created
aa55e55
Add config files for running Postgres inside Docker Compose (#3637)
This PR adds config files for running the Postgres instance for local Zed development in a Docker Compose instance. For those of us who don't like to have a Postgres install always present on the host system 😄 Usage: ``` docker compose up -d ``` Release Notes: - N/A
Marshall Bowers created
985d4c7
Remove TODO
Thanks @ConradIrwin
Joseph T. Lyons created
a807e79
Add new drag API
Mikayla created
26a31b4
frame time
Max Brunsfeld created
bfbbec0
Add fluent quad API
Mikayla created
3094cb7
Implement user menu
Conrad Irwin created
426d298
Port project_symbols (#3634)
Release Notes: - N/A
Conrad Irwin created
943acc5
Optimize inserting lots of primitives with the same `StackingOrder` (#3631)
Release Notes: - N/A
Antonio Scandurra created
ee509e0
Rework `ListItem` and `ListHeader` to use slot-based APIs (#3635)
This PR reworks the `ListItem` and `ListHeader` components to use slot-based APIs, making them less opinionated about their contents. Splitting this out of the collab UI styling PR so we can land it to avoid conflicts. Co-authored-by: Nate <nate@zed.dev> Release Notes: - N/A
Marshall Bowers created
06b9055
Clear last_order when building Scene
Antonio Scandurra created
72eef11
fixup! collab_ui: Wire up project picker
Piotr Osiewicz created
a91a427
collab_ui: Wire up project picker
Co-authored-by: Conrad <conrad@zed.dev>
Piotr Osiewicz and Conrad created
48faa17
v0.118.x dev
Joseph T. Lyons created
ab8d0ab
Wire up tooltips on tab bar actions (#3629)
This PR wires up the tooltips on the actions in the tab bar. Release Notes: - N/A
Marshall Bowers created
a874a96
Fix tab bar drop target sizing (#3627)
This PR fixes an issue where the tab bar drop target was not receiving any size. The styling isn't 100% correct yet, as the updated background color has a gap around it. Release Notes: - N/A
Marshall Bowers created
70c6660
Add note
Nate Butler created
f9e7c79
Add deploy note
Nate Butler created
5b3b15e
Futher outline
Nate Butler created
85a1a8f
WIP
Nate Butler created
ce1489f
Add inclusion of ignored files
Piotr Osiewicz created
0e19da3
Bring back semantic search UI
Piotr Osiewicz created
9ff73d3
Port project_symbols
Conrad Irwin created
5c82575
Fix styling of project search tabs (#3633)
This PR fixes the styling of the project search tabs. We now have spacing between the icon and the tab label, as well as use the correct color for the icon based on whether the tab is active or not. Release Notes: - N/A
Marshall Bowers created
9a7de98
Don't show empty documentation labels in completions menu (#3632)
This PR fixes an issue where we would sometimes have extra blank lines in the completions menu. This was due to some items including documentation labels that were empty strings. Release Notes: - N/A
Marshall Bowers created
fd428df
Bump livekit client (#3625)
Release Notes: - Bump LiveKit client version.
Julia created
61ab183
Deploy the buffer search in a second row in the toolbar (#3630)
This PR updates the buffer search to deploy to a second row in the toolbar, instead of trying to deploy into the initial row. This is the same way it works in Zed1. Release Notes: - N/A
Marshall Bowers created
07a266d
collab 0.31.0
Joseph T. Lyons created
b296546
collab_ui: Wire up project picker (#3628)
Release Notes: - N/A
Piotr Osiewicz created
1055f59
v0.118.x dev
Joseph T. Lyons created
cfc050e
Fire focus handlers on draw to avoid timing with newly created item
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Julia and Antonio Scandurra created
599f81f
Wire up tooltips on tab bar actions (#3629)
This PR wires up the tooltips on the actions in the tab bar. Release Notes: - N/A
Marshall Bowers created
6147530
fixup! collab_ui: Wire up project picker
Piotr Osiewicz created
a71365a
collab_ui: Wire up project picker
Co-authored-by: Conrad <conrad@zed.dev>
Piotr Osiewicz and Conrad created
988fb91
Fix tab bar drop target sizing (#3627)
This PR fixes an issue where the tab bar drop target was not receiving any size. The styling isn't 100% correct yet, as the updated background color has a gap around it. Release Notes: - N/A
Marshall Bowers created
226d492
WIP New App Docs (#3624)
[[PR Description]] These docs are intended to replace both docs.zed.dev and introduce people to how to build Zed from source. Add or edit markdown files in the docs/src folder, and follow the instructions in `how-to-deploy.md` to deploy the docs on [Vercel](https://vercel.com/zed-industries/zed-app-docs/45ZTNBKSCmCMAvfAcfcocGnmoMyd). Add pages and organize/reorder docs in the SUMMARY.md. When you are sure a page is added or is no longer needed you can delete it from `docs/old` Release Notes: - N/A
Nate Butler created
5730d0e
Bump livekit client
Julia created
9cd55a8
Add note
Nate Butler created
d4e088c
Add deploy note
Nate Butler created
2a714d6
Bring back semantic search UI (#3623)
- [x] Add "Include ignored" to filters - [x] There seems to be a bug (seemingly unrelated to this PR) where we reindex the project on each launch. Edit: Seems to be the case on Zed1 as well if the indexing is interrupted. Release Notes: - N/A
Piotr Osiewicz created
8011259
Optimize inserting lots of primitives with the same StackingOrder
Antonio Scandurra created
b9023a3
Add inclusion of ignored files
Piotr Osiewicz created
a13468e
Bring back semantic search UI
Piotr Osiewicz created
13c0641
Fix regressions in focus and active support (#3622)
Release Notes: - N/A
Antonio Scandurra created
d147db1
Don't mark interactive element as active if default prevented
Antonio Scandurra created
5018072
Automatically transfer focus on mouse down in `Interactivity::paint`
Antonio Scandurra created
19e842b
fix overlay positions (#3621)
- Fix typo in overlay positioning code - Make overlay positioning more robust Release Notes: - N/A
Conrad Irwin created