2299730
Fix an issue with the text in the theme selector editor not showing (#3501)
Click to expand commit body
This PR fixes an issues where the text—both placeholder and
user-entered—would not show up in the editor in the theme selector.
It seems to be the min width on the wrapper element that fixes this.
Release Notes:
- N/A
c2d3e74
Allow opening files without project entries (#3497)
Click to expand commit body
Addresses
https://zed-industries.slack.com/archives/C04S5TU0RSN/p1701428432093989
by allowing to open a buffer without a corresponding project `Entry`.
This means that now, we can remove the "fake worktree" requirement and
open files without creating any (the PR does not do this step yet, but
prepares the code for it).
In addition, the PR fixes glob matching code and adds more tests on
excluded files queries.
Release Notes:
- Fixed search query inclusions/exclusions working incorrectly
- Fixed excluded files being opened via CLI and failing or spoiling
project tree view
Kirill Bulatov
created
62bfa3b
Fix panic opening the theme selector (#3499)
Click to expand commit body
I noticed a panic when trying to open the theme selector. Removing `Arc`
from `cx.global::<Arc<ThemeRegistry>>()` did the job. Is that the right
way? I'm not sure. 😅
Release Notes:
- N/A
Add hidden_action_types to CommandPaletteFilter.
WindowContext.available_actions now returns global actions as well.
Co-authored-by: Antonio <antonio@zed.dev>
* Current Call section of the collab panel
* Improve the collab titlebar
* Add basic UI for following
Following only partially works, but the UI for following is now in
place.
959b296
Revert "Decouple workspace from call (#3380)"
Click to expand commit body
This reverts commit 6da57cbc6e33a7d1ede533ecc11948292feb22f3, reversing
changes made to 62b18437044c9e2b7e4ef2ba24fbbf12444a48c7.
Also, adjust new code that was written using the "call handler".