710a26c
Add "Checking" icon for diagnostics
Nate Butler created
710a26c
Add "Checking" icon for diagnostics
Nate Butler created
e903adf
Use dense spacing for completion menu items (#3874)
This PR updates the completion menu to use dense spacing for its items. Release Notes: - Adjusted styling of completion menu entries.
Marshall Bowers created
e94063b
Rename notification_store (#3872)
Release Notes: - N/A
Joseph T. Lyons created
b99e9d5
Merge branch 'main' into rename-notification-store
Joseph T. Lyons created
bea527d
Update version in Cargo.lock
Joseph T. Lyons created
f633043
Update ui docs
Nate Butler created
26a4b6a
Disable Dangerous Downtime-causing Default
According to https://docs.digitalocean.com/products/kubernetes/how-to/configure-load-balancers/#ssl-certificates you can specify whether to disable automatic DNS record creation for the certificate upon the load balancer’s creation using the do-loadbalancer-disable-lets-encrypt-dns-records annotation. If you specify true, we will not automatically create a DNS A record at the apex of your domain to support the SSL certificate.
Conrad Irwin created
073128e
Remove wasmtime for now
Max Brunsfeld created
3b90c77
Change binary name
Mikayla created
1930258
Show guests in fewer places
Conrad Irwin created
c340202
Fix privilege escalation when guests invite people
Conrad Irwin created
9fe17a1
Prevent guests from screen-sharing, unmuting or screen sharing
Conrad Irwin created
6877bd4
Make read only buffers feel more read only
Conrad Irwin created
8417178
Track read_only per project and buffer
This uses a new enum to avoid confusing booleans
Conrad Irwin created
bf304b3
Track room participant role
(Also wire that through to project collaboration rules for now)
Conrad Irwin created
88ed5f7
Plumbing to pass `role` for room participants
Conrad Irwin created
a801c85
TEMP
Conrad Irwin created
28c39aa
Start work on read-only project access for channel guests
Co-authored-by: Conrad <conrad@zed.dev> Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld , Conrad , and Mikayla created
570abe0
Rename notification_store
Joseph T. Lyons created
1bc2e0e
Remove zed2-related comment
This was the last result when searching for `zed2`
Joseph T. Lyons created
3ddba6f
Restore timestamp insertion for `journal: new journal entry` (#3870)
This PR restores the insertion of the timestamp when using the `journal: new journal entry` action. Release Notes: - Restored timestamp insertion when creating new journal entries.
Marshall Bowers created
1a3c931
Fix icon path for `Icon::AudioOn` (#3869)
This PR fixes the icon path for `Icon::AudioOn` so that it points to a file that exists. Release Notes: - Fixed the loading of the deafen icon in the call controls.
Marshall Bowers created
2ec58c0
Follow the project host when clicking their name in the title bar (#3868)
This PR adds back the ability to follow the project host when clicking on their name in the title bar. Release Notes: - Added back following the project host when clicking their name in the title bar.
Marshall Bowers created
ad28ae5
Merge branch 'main' of https://github.com/zed-industries/zed
Joseph T. Lyons created
5944fcb
collab 0.33.0
Joseph T. Lyons created
9936b07
Bump collab version back to what it was before
Joseph T. Lyons created
a4986c3
Fix predictive text color (#3867)
This PR fixes the predictive text colors, which were no longer correct after #3842. Release Notes: - Fixed predictive text colors.
Marshall Bowers created
afeae56
Add additional keybinding icons (#3861)
Note: There is still some consistency work to do between all the keybinding icons. I'll tackle this at a later time. - Adds `return`, `space`, `tab`, `escape`, `pgup` and `pgdn` - Simplifies keybinding rendering (due to theme changes) - Standardizes icon naming convention to use `_` everywhere. Release Notes: - Zed 2: Added additional keybinding icons
Nate Butler created
7f6770d
Add empty state for project panel (#3863)
This PR adds an empty state for the project panel. It will now display an "Open a project" button. Release Notes: - Added an empty state for the project panel.
Marshall Bowers created
94536ba
Update Cargo.toml
Mikayla Maki created
46e44f9
Restore keybinding changes
Nate Butler created
0932665
Update Cargo.toml
Mikayla Maki created
f39bc6e
Merge branch 'main' into additional-keybinding-icons
Nate Butler created
b2efec9
Replace zed with zed2 (#3862)
Max Brunsfeld created
202db11
Remove stray files
Max Brunsfeld created
5517598
Update release_nightly.yml
Mikayla Maki created
fcacb46
Remove unused scripts
Max Brunsfeld created
76426ee
Fix path to zed languages
Max Brunsfeld created
1184de6
Fix UI doc test
Max Brunsfeld created
a806123
cargo fmt
Max Brunsfeld created
83f4c61
Remove 2 suffix from gpui_macros, fix compile errors in tests
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
f5ba226
Remove 2 suffix from gpui
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
3c81dda
Remove 2 suffix from live_kit_client
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
ce4bc99
Merge branch 'main'
Max Brunsfeld created
dfcb17f
Remove 2 suffix for theme
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
4305c5f
Remove 2 suffix for ui, storybook, text
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
0cf6522
Remove 2 suffix for collab, rope, settings, menu
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
177e302
Remove 3 suffix for git crate
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
5ddd298
Remove 2 suffix for fs, db, semantic_index, prettier
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
324ac96
Remove unneeded `theme` dependency
Marshall Bowers created