Commit log

2bb9f79 Structure the contact finder more similarly to the channel modal

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

Max Brunsfeld and Mikayla created

b6f3dd5 Move default collab panel to the right

Mikayla created

b07555b Make empty state interactive

Mikayla created

fde9653 Add placeholder implementation

Mikayla created

3856137 Add list empty state style

Nate Butler created

e0d011e Better assert multibuffer edit test results

Kirill Bulatov created

4b32731 Do not filter out hints to be removed

Kirill Bulatov created

336fbb3 Clip offsets in inlay hint queries

Kirill Bulatov created

7756497 Simplify adapter

Nathan Sobo created

db36a5f Refactor buffer search UI rendering in a quest to find the meaning of life.

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

Piotr Osiewicz and Kyle created

558367d Optimize query ranges tracking

Kirill Bulatov created

ff4370f buffer: Extract columns to separate objects.

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

Piotr Osiewicz and Kyle created

4aa5df4 Extract columns into separate objects.

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

Piotr Osiewicz and Kyle created

87e6651 Fix hint tests, add a char boundary bug test

Kirill Bulatov created

f4121b4 Add more padding to dismiss button.

Click to expand commit body
Add a style for mode buttons group margin

Co-authored-by: Kyle <kyle@zed.dev>

Piotr Osiewicz and Kyle created

d17aba4 Fix double borders in mode buttons.

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

Piotr Osiewicz and Kyle created

7314456 nav_button: Fix double border between nav buttons.

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

Piotr Osiewicz and Kyle created

b72a42e buffer: fix alignment of editor icon.

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

Piotr Osiewicz and Kyle created

9ae28f8 Update option buttons text color

Piotr Osiewicz created

ae229d4 Align "Select all" to the center

Piotr Osiewicz created

94ac84a Fix borders being cut off in buffer search

Piotr Osiewicz created

8bb3bfa Style buffer modes like project modes

Piotr Osiewicz created

1c35db7 project_search: style filters button like the rest of the buttons

Piotr Osiewicz created

d37ebe7 Add option_button_height style

Piotr Osiewicz created

9121178 project_search: Swap places of case-sens/whole-word

Piotr Osiewicz created

449c009 Properly generate ranges to query

Kirill Bulatov created

56f8973 Do not add duplicate hints to the cache

Kirill Bulatov created

0e2a1fc Query inlay hints for parts of the file

Kirill Bulatov created

708409e Query hints on every scroll

Kirill Bulatov created

5d2750e Hide inlay cache fields

Kirill Bulatov created

85f3549 Compiling checkpoint

Nathan Sobo created

7662210 I think the adapter is ready. Close to pixels.

Nathan Sobo created

625e4a1 Introduce new PaintContext and LayoutContext

Nathan Sobo created

2d17e96 Compiling checkpoint

Nathan Sobo created

be7a43c Get taffy style conversion working

Nathan Sobo created

52ad48d WIP

Nathan Sobo created

473ac5a WIP

Nathan Sobo created

36b853a WIP

Nathan Sobo created

1ef486b WIP

Nathan Sobo created

b586601 Style nav buttons

Piotr Osiewicz created

e151555 Style dismiss button.

Click to expand commit body
Fix clipping in nav buttons and mode buttons. Add missing borders to outskirts of mode buttons.

Piotr Osiewicz created

c6425b3 chore: remove redundant mut

Piotr Osiewicz created

94f1d82 Remove buttonside, use new corner_radii instead

Piotr Osiewicz created

6be73e4 Merge branch 'main' into project_search_design

Piotr Osiewicz created

a90c0e0 Merge branch 'main' into collab-panel

Mikayla created

5ce7cca Allow individual corner radii on containers, images, and drop shadows (#2841)

Click to expand commit body
Here's an example in `crates/gpui/examples/corner_radii.rs`

![CleanShot 2023-08-12 at 11 06
09@2x](https://github.com/zed-industries/zed/assets/1789/1b5992ac-f7ef-45d8-b8c2-f0e677b07dd9)

@iamnbutler, in the themes, anywhere we have a container style can now
take either a `corner_radius` or a `corner_radii` field, both of these
fields can either have 1 number (for all 4 corners) or a an object like:

```
{
  top_left?: number,
  top_right?: number,
  bottom_left?: number, 
  bottom_right?:number 
} 
```

Fields that are not included in this second representation default to 0
corner radius.

Mikayla Maki created

29a8563 Make each setting optional

Mikayla created

563b25f Add deserialization helper

Mikayla created

fa7ebd0 Include drop shadows with different corner radii in the example

Nathan Sobo created

65123e6 Allow individual corner radii on drop shadows

Nathan Sobo created