Commit log

979ff70 Update popover.rs

Nate Butler created

ca2052b Merge branch 'main' into completions-styles

Nate Butler created

eca49ef remove zed1 notification mess (#3415)

Click to expand commit body
Accidentally added while testing zed2

Release Notes:

- N/A

Conrad Irwin created

f3d142b remove zed1 notification mess

Conrad Irwin created

4a25fae TEMP

Conrad Irwin created

369803c Upgrade Tree-sitter for stack-overflow bugfix (#3413)

Click to expand commit body
Fixes https://github.com/zed-industries/community/issues/2290

This PR bumps Tree-sitter for
https://github.com/tree-sitter/tree-sitter/pull/2788.

Release Notes:

- Fixed a crash that could happen when opening certain large markdown
files.

Max Brunsfeld created

6468fe7 Use 'any-match?' predicate in elixir embedding query

Max Brunsfeld created

e6aab57 Merge branch 'main' into collab-panel2

Conrad Irwin created

ccfc4fc Fix esc in command palette (#3414)

Click to expand commit body
Also: add editor.register_action

Release Notes:

- N/A

Conrad Irwin created

47b4d99 Fix panic on quit

Conrad Irwin created

107c3d7 Fix esc in command palette

Click to expand commit body
Also: add editor.register_action

Conrad Irwin created

1c62abb Upgrade Tree-sitter for stack-overflow bugfix

Max Brunsfeld created

d551b41 zed2: Mostly port breadcrumbs & improve `StyledText` api

Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>

Julia and Max Brunsfeld created

f8614b5 fixup! Await toggle of mute

Piotr Osiewicz created

b0d9e3c Await toggle of mute

Piotr Osiewicz created

24f3034 Add `ListItem` story (#3411)

Click to expand commit body
This PR adds a story for the `ListItem` component, so we can work on it
in isolation.

Release Notes:

- N/A

Marshall Bowers created

52119ca call: Restore mute_on_join behaviour

Piotr Osiewicz created

6f839a1 Add logged out collab panel

Conrad Irwin created

4f88525 [Zed2] Collab UI (#3403)

Click to expand commit body
Release Notes:

- N/A

Conrad Irwin created

19ecccb Add `ListItem` story

Marshall Bowers created

feb7753 Fix typo in `uniform_list`'s doc comment

Marshall Bowers created

e31a8f0 Scaffolding for update notification too

Conrad Irwin created

82f6f77 Use editor's overlay implementation

Conrad Irwin created

212d925 Merge branch 'main' into completions-styles

Conrad Irwin created

b48b745 Break content mask for hoverables (#3409)

Click to expand commit body
Release Notes:

- N/A

Conrad Irwin created

7a8aba3 Break content mask for hoverables

Conrad Irwin created

1c2f906 Position incoming call notification on right hand side.

Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>

Piotr Osiewicz and Conrad created

e9e6215 Introduce hover popover in `editor2` (#3408)

Click to expand commit body
<img width="1245" alt="image"
src="https://github.com/zed-industries/zed/assets/482957/ba35e43c-82a6-493e-938b-8798352e636d">

Release Notes:

- N/A

Antonio Scandurra created

3ea12ad Remove commented out code

Antonio Scandurra created

fc4b621 Use element_hover instead of red

Antonio Scandurra created

8c53f1b Uncomment hover popover tests

Antonio Scandurra created

1e62144 Show diagnostic hover popover

Antonio Scandurra created

b2b5df4 close notification handler proper on accept/decline

Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>

Piotr Osiewicz and Conrad created

a5951df Start on hover popover

Antonio Scandurra created

ab83f43 revert popover changes

Click to expand commit body
[no ci]

Nate Butler created

fd16520 gpui2: Notifications (#3407)

Click to expand commit body
Release Notes:

- N/A

Conrad Irwin created

8a35a02 Checkpoint - try using overlay for completions popover

Click to expand commit body
[no ci]

Nate Butler created

1acc6b4 Start on completions styles

Nate Butler created

cd4ea34 Slightly less errors in terminal_element2

Kirill Bulatov created

8ca9f4e Fix some more warnings

Piotr Osiewicz created

30af3ff fixup! Use AppContext instead of AsyncWindowContext to quit

Piotr Osiewicz created

4487606 Use AppContext instead of AsyncWindowContext to quit

Click to expand commit body
Fixes refcell-related panic

Piotr Osiewicz created

56d3d66 UI progress (#3405)

Click to expand commit body
[[PR Description]]

- Start outlining unfinished elements in `gpui::red()`
- Update tabs so they don't jump when activated
- Mock out a number of ui elements we haven't started yet.

Release Notes:

- N/A

Nate Butler created

0d1d016 Finish autocomplete (#3404)

Click to expand commit body
![image](https://github.com/zed-industries/zed/assets/482957/f1f40bec-4e8b-457b-8801-ce10ecb6fc80)


TODO:

- [x] Respect max height imposed by editor element
- [x] Ensure mouse down event handler in `EditorElement` doesn't prevent
links from being clicked

Release Notes:

- N/A

Antonio Scandurra created

3ba5dbb Prevent mousedown on docs from being propagated to the editor

Antonio Scandurra created

a711802 Add deafening support

Piotr Osiewicz created

c40ab3c Update theme2.rs

Nate Butler created

bf4211b Use facepile for avatars

Piotr Osiewicz created

eb647be Pass max height manually

Antonio Scandurra created

714b451 Replace unrendered frame with a frame counter

Click to expand commit body
Move facepile to the left hand side

Piotr Osiewicz created