Antonio Scandurra
c126ff10a7
Checkpoint
2023-10-17 11:21:02 +02:00
Antonio Scandurra
bb348c1353
Checkpoint
2023-10-17 11:20:11 +02:00
Mikayla
162f625716
Adjust chat permisisons to allow deletion for channel admins
2023-10-17 02:16:17 -07:00
Antonio Scandurra
fb1e7eef6b
Checkpoint
2023-10-17 11:08:48 +02:00
Antonio Scandurra
ac5b32c491
Checkpoint
2023-10-17 10:14:22 +02:00
Antonio Scandurra
b526fc070d
Merge branch 'gpui2-text-wrap' into gpui2
2023-10-17 09:03:16 +02:00
Antonio Scandurra
88ae4679d1
Checkpoint
2023-10-17 09:03:01 +02:00
Antonio Scandurra
9e7a579365
Checkpoint
2023-10-17 08:57:20 +02:00
Antonio Scandurra
b040ae8d4d
Checkpoint
2023-10-17 08:52:26 +02:00
Antonio Scandurra
c6e20aed9b
Checkpoint
2023-10-17 08:32:33 +02:00
Nathan Sobo
695a24d8a7
Checkpoint
2023-10-17 08:26:12 +02:00
Conrad Irwin
b168bded1d
New entitlements: ( #3118 )
...
Release Notes:
- Support Universal Links for Channel links
- Share credentials between Stable and Preview
2023-10-16 22:10:14 -06:00
Nathan Sobo
2472142532
Checkpoint
2023-10-17 06:09:03 +02:00
Nathan Sobo
bf49f55c95
Include length in run to not use tuples
2023-10-17 05:15:00 +02:00
Nathan Sobo
0df1eb71cb
Use cloned
2023-10-17 05:08:56 +02:00
Conrad Irwin
c12f0d2697
Provisioning profiles for stable and preview
2023-10-16 20:38:10 -06:00
Conrad Irwin
6ffbc3a0f5
Allow pasting ZED urls in the command palette in development
2023-10-16 20:03:44 -06:00
KCaverly
500af6d775
progress on prompt chains
2023-10-16 18:47:10 -04:00
Conrad Irwin
2feb091961
Ensure that invitees do not have permissions
...
They have to accept the invite, (which joining the channel will do),
first.
2023-10-16 16:24:10 -06:00
Conrad Irwin
4e7b35c917
Make joining a channel as a guest always succeed
2023-10-16 15:14:13 -06:00
Marshall Bowers
c8b452d411
Merge branch 'gpui2-ui' into gpui2
2023-10-16 16:54:40 -04:00
Marshall Bowers
708034d1d3
Call is_toggled as a method
2023-10-16 15:55:43 -04:00
Max Brunsfeld
c66385f0f9
Add an empty state to the notification panel
2023-10-16 12:54:44 -07:00
Nate Butler and Kyle Caverly
247728b723
Update indexing icon
...
Co-Authored-By: Kyle Caverly <22121886+KCaverly@users.noreply.github.com >
2023-10-16 15:53:29 -04:00
Max Brunsfeld
522b76e452
Merge branch 'main' into notifications
2023-10-16 12:37:52 -07:00
Nathan Sobo
3127c78bc7
Fix compile error
2023-10-16 20:19:04 +02:00
Nathan Sobo
938dd8b9ca
Checkpoint
2023-10-16 20:16:35 +02:00
Nathan Sobo
847376cd8f
WIP
2023-10-16 20:15:41 +02:00
Nathan Sobo
1a3650ef2a
Get everything rendering again
2023-10-16 20:15:24 +02:00
Joseph T. Lyons
247cdb1e1a
Fix telemetry-related crash on start up ( #3131 )
...
Fixes (hopefully)
[#2136 ](https://github.com/zed-industries/community/issues/2136 ).
Release Notes:
- N/A
2023-10-16 14:01:52 -04:00
Nate Butler
129273036a
Add notifications panel to workspace UI structure
2023-10-16 13:11:52 -04:00
Nate Butler
97d77440e7
Simplify static panes for now
2023-10-16 13:07:15 -04:00
Joseph T. Lyons
75fbf2ca78
Fix telemetry-related crash on start up
2023-10-16 13:07:07 -04:00
KCaverly
40755961ea
added initial template outline
2023-10-16 11:54:32 -04:00
KCaverly
29f45a2e38
clean up warnings
2023-10-16 10:02:11 -04:00
KCaverly
5e1e0b4759
remove print from prompts
2023-10-16 09:55:45 -04:00
KCaverly
d2e769027a
catchup with main
2023-10-16 09:47:07 -04:00
Piotr Osiewicz
cc335db9e0
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
2023-10-16 13:17:44 +02:00
Piotr Osiewicz
6f4008ebab
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.
2023-10-15 17:27:36 +02:00
Max Brunsfeld
ff245c61d2
Reduce duplication in notification queries
2023-10-13 17:10:46 -07:00
Max Brunsfeld
cb7b011d6b
Avoid creating duplicate invite notifications
2023-10-13 16:57:28 -07:00
Max Brunsfeld
5a0afcc835
Simplify notification serialization
2023-10-13 16:09:46 -07:00
Max Brunsfeld
83fb8d20b7
Remove contact notifications when cancelling a contact request
2023-10-13 16:09:46 -07:00
Conrad Irwin
f6f9b5c8cb
Wire through public access toggle
2023-10-13 16:59:30 -06:00
Marshall Bowers
5e43c332f1
Merge branch 'gpui2-ui' into gpui2
2023-10-13 17:44:28 -04:00
Marshall Bowers
6891e86621
Add state to BufferSearch
2023-10-13 17:44:21 -04:00
Marshall Bowers
3c1ec2e9ca
Add rudimentary UI for BufferSearch
2023-10-13 17:36:27 -04:00
Marshall Bowers
49caeeafce
Merge branch 'gpui2-ui' into gpui2
2023-10-13 17:20:54 -04:00
Marshall Bowers
349ad7858b
Add placeholder BufferSearch
2023-10-13 17:20:44 -04:00
Marshall Bowers
c70f220db3
Wire up buffer search toggle for EditorPane
2023-10-13 17:14:09 -04:00