a81484f
Update IDs on interactive elements in LSP log viewer
Mikayla created
a81484f
Update IDs on interactive elements in LSP log viewer
Mikayla created
c126ff1
Checkpoint
Antonio Scandurra created
bb348c1
Checkpoint
Antonio Scandurra created
162f625
Adjust chat permisisons to allow deletion for channel admins
Mikayla created
fb1e7ee
Checkpoint
Antonio Scandurra created
ac5b32c
Checkpoint
Antonio Scandurra created
b526fc0
Merge branch 'gpui2-text-wrap' into gpui2
Antonio Scandurra created
88ae467
Checkpoint
Antonio Scandurra created
9e7a579
Checkpoint
Antonio Scandurra created
b040ae8
Checkpoint
Antonio Scandurra created
c6e20ae
Checkpoint
Antonio Scandurra created
695a24d
Checkpoint
Nathan Sobo created
b168bde
New entitlements: (#3118)
Release Notes: - Support Universal Links for Channel links - Share credentials between Stable and Preview
Conrad Irwin created
2472142
Checkpoint
Nathan Sobo created
bf49f55
Include length in run to not use tuples
Nathan Sobo created
0df1eb7
Use cloned
Nathan Sobo created
c12f0d2
Provisioning profiles for stable and preview
Conrad Irwin created
6ffbc3a
Allow pasting ZED urls in the command palette in development
Conrad Irwin created
500af6d
progress on prompt chains
KCaverly created
2feb091
Ensure that invitees do not have permissions
They have to accept the invite, (which joining the channel will do), first.
Conrad Irwin created
4e7b35c
Make joining a channel as a guest always succeed
Conrad Irwin created
c8b452d
Merge branch 'gpui2-ui' into gpui2
Marshall Bowers created
708034d
Call `is_toggled` as a method
Marshall Bowers created
c66385f
Add an empty state to the notification panel
Max Brunsfeld created
247728b
Update indexing icon
Co-Authored-By: Kyle Caverly <22121886+KCaverly@users.noreply.github.com>
Nate Butler and Kyle Caverly created
522b76e
Merge branch 'main' into notifications
Max Brunsfeld created
3127c78
Fix compile error
Nathan Sobo created
938dd8b
Checkpoint
Nathan Sobo created
847376c
WIP
Nathan Sobo created
1a3650e
Get everything rendering again
Nathan Sobo created
247cdb1
Fix telemetry-related crash on start up (#3131)
Fixes (hopefully) [#2136](https://github.com/zed-industries/community/issues/2136). Release Notes: - N/A
Joseph T. Lyons created
1292730
Add notifications panel to workspace UI structure
Nate Butler created
97d7744
Simplify static panes for now
Nate Butler created
75fbf2c
Fix telemetry-related crash on start up
Joseph T. Lyons created
4075596
added initial template outline
KCaverly created
29f45a2
clean up warnings
KCaverly created
5e1e0b4
remove print from prompts
KCaverly created
d2e7690
catchup with main
KCaverly created
cc335db
editor/language: hoist out non-generic parts of edit functions. (#3130)
This reduces LLVM IR size of editor (that's one of the heaviest crates to build) by almost 5%. LLVM IR size of `editor` before this PR: 3280386 LLVM IR size with `editor::edit` changed: 3227092 LLVM IR size with `editor::edit` and `language::edit` changed: 3146807 Release Notes: - N/A
Piotr Osiewicz created
6f4008e
copilot: Propagate action if suggest_next is not possible. (#3129)
One of our users ran into an issue where typing "true quote" characters (option-[ for „ and option-] for ‚) was not possible; I've narrowed it down to a collision with Copilot's NextSuggestion and PreviousSuggestion action default keybinds. I explicitly did not want to alter the key bindings, so I've went with a more neutral fix - one that propagates the keystroke if there's no Copilot action to be taken (user is not using Copilot etc). Note however that typing true quotes while using a Copilot is still not possible, as for that we'd have to change a keybind. Fixes zed-industries/community#2072 Release Notes: - Fixed Copilot's "Suggest next" and "Suggest previous" actions colliding with true quotes key bindings (`option-[` and `option-]`). The keystrokes are now propagated if there's no Copilot action to be taken at cursor's position.
Piotr Osiewicz created
ff245c6
Reduce duplication in notification queries
Max Brunsfeld created
cb7b011
Avoid creating duplicate invite notifications
Max Brunsfeld created
5a0afcc
Simplify notification serialization
Max Brunsfeld created
83fb8d2
Remove contact notifications when cancelling a contact request
Max Brunsfeld created
f6f9b5c
Wire through public access toggle
Conrad Irwin created
5e43c33
Merge branch 'gpui2-ui' into gpui2
Marshall Bowers created
6891e86
Add state to `BufferSearch`
Marshall Bowers created
3c1ec2e
Add rudimentary UI for `BufferSearch`
Marshall Bowers created
49caeea
Merge branch 'gpui2-ui' into gpui2
Marshall Bowers created
349ad78
Add placeholder `BufferSearch`
Marshall Bowers created