56d4d5d
Add root channel UI
Click to expand commit body
co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
56d4d5d
Add root channel UI
co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
7434d66
WIP: Add channel creation to panel UI
Mikayla Maki created
5e9f7f1
Improve panic message usefulness on local dev builds (#2819)
I got tired of having to hack in a panic hook bypass whenever I wanted a backtrace with line numbers. Now a dev channel build will behave more like the default panic hook, printing a pretty traditional backtrace message and exit with an error code instead of aborting to avoid the annoying "Zed crashed" dialog. I have plans to modify our panic reporting to be able to have line numbers reported without breaking the de-duping but I haven't done that yet. Additionally I slightly improved what we do in threads which panic as a result of another thread's panic. Release Notes: - N/A
Julia created
3cee181
Improve panic message usefulness on local dev builds
Julia created
cf060f0
added major and minor display text to project search, and fixed icon padding
Co-authored-by: Piotr <piotr@zed.dev>
KCaverly and Piotr created
7d5ff60
added svg right margin in search bar
Co-authored-by: Piotr <piotr@zed.dev>
KCaverly and Piotr created
00a9672
Scale down the case insensitive icon
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz and Kyle created
444b98e
Update case insensitive button.
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz and Kyle created
eb26fb2
Fix variable names
Joseph T. Lyons created
ce258df
Expanded Semantic language support (#2818)
Expand Language Support within Semantic Search Release Notes (Preview-only) - Added semantic search support for lua, ruby, php, svelte, erb, heex, html and markdown. - Full details are included here: https://linear.app/zed-industries/issue/Z-2611/allow-semantic-search-for-all-supported-languages
Kyle Caverly created
c28ba3a
add cycle mode to project search
Co-authored-by: Piotrek <piotr@zed.dev>
KCaverly and Piotrek created
2e2d0a3
Hide whole word/case sensitive options under semantic search
Piotr Osiewicz created
300c693
catchup with main
KCaverly created
e221f23
add support for markdown files to semantic search
KCaverly created
b29a535
Use icons instead of text in toggles
Piotr Osiewicz created
9a50b43
add templating languages html, erb, heex, svelte as entire parseable file types
KCaverly created
7954b02
Start work on displaying channels and invites in collab panel
Max Brunsfeld created
a33d851
Move buttons inside of query editor (WIP)
Piotr Osiewicz created
003a711
Add room creation from channel join
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
92fa879
Add ability to join a room from a channel ID
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
06a0c9f
Track history items in the buffer and project searches (#2817)
 Tracks last N (20 currently) items in buffer and project search, allows cycling through between them with up/down keys by default. Release Notes: - Track history in buffer and project searches
Kirill Bulatov created
52a48de
Add WIP Normal button (resuses parts of semantic button, gotta wire it proper)
Piotr Osiewicz created
634baee
Add project search history
Kirill Bulatov created
646dabe
Add buffer search history
Kirill Bulatov created
599f674
add php support for semantic search
KCaverly created
ef57d44
Halve opacity on wrap guides (#2815)
Wrap guides are a little too bright as is
Mikayla Maki created
88474a6
Clip wrap guides from under the scrollbar
Mikayla Maki created
b530aab
Additional storage filetypes (#2816)
Been working with some db stuff and thought it would be nice to add a few more associations Release Notes: - Added additional filetype associations in the project browser
Nate Butler created
bb288eb
Ensure json uses a tab size of 4
Nate Butler created
c470941
Format
Nate Butler created
e07a81b
Add additional storage filetypes
Nate Butler created
89edb3d
fix templating bug for parseable entire files
KCaverly created
49ef3e3
Put LiveKitBridge Swift build directory in `target` (#2812)
Helps it get caught in a cargo clean. Joseph was having trouble building a specific version of the app and deleting the Swift build dir for this package resolved it. He had run cargo clean which would have handled that if the Swift build dir was in `target` which this patch does Release Notes: - N/A
Julia created
ca4e218
add ruby support for semantic search
KCaverly created
a5dd8dd
add lua embedding query for semantic search
KCaverly created
8926266
Halve opacity on wrap guides
Mikayla Maki created
6184c60
disable wrap guides in the assitant panel (#2814)
Wrap guides do not look correct in the assistant due to it's current header styling. Disable them in that context now. Release Notes: - Fix a visual bug displaying when enabling wrap guides in the assistant.
Mikayla Maki created
d58f031
disable wrap guides in the assitant panel
Mikayla Maki created
645c149
Fix visual selection of trailing newline
Conrad Irwin created
0bd6e7b
Fix comment
Joseph T. Lyons created
b0e81c5
Remove unused code in test
Joseph T. Lyons created
525c8da
Add a command to collapse all entires (#2813)
Release Notes: - Added a `project panel: collapse all entries` command ([#158](https://github.com/zed-industries/community/issues/158)).
Joseph T. Lyons created
2c47efc
Add a command to collapse all entires
Joseph T. Lyons created
4b94bfa
Set up basic RPC for managing channels
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
fe43bac
Put LiveKitBridge Swift build directory in `target`
Helps it get caught in a cargo clean
Julia created
6f60962
WIP
Nathan Sobo created
4626981
Make wrap guides respect scroll position (#2810)
Release Notes: - Fixed a visual bug when scrolling with wrap guides active
Mikayla Maki created
d3b89e1
Make wrap guides respect scroll position
Mikayla Maki created
758e1f6
Get DB channels query working with postgres
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
9cb0ce7
Review
Conrad Irwin created