ZIm/crates/collab_ui/src
Marshall Bowers 8871fec2a8
Adjust names of negated style methods (#11453)
This PR adjusts the names of the negated style methods by moving the
`neg_` to after the property name instead of before.

This will help keep related style methods grouped together in
completions.

It also makes it a bit clearer that the negation applies to the value.

### Before

```rs
div()
    .neg_mx_1()
    .neg_mt_2()
```

### After

```rs
div()
    .mx_neg_1()
    .mt_neg_2()
```

Release Notes:

- N/A
2024-05-06 13:56:25 -04:00
..
chat_panel typescript: Complete function calls with snippets (#11157) 2024-05-02 10:50:01 +02:00
collab_panel remote projects per user (#10594) 2024-04-23 15:33:09 -06:00
notifications Rust 1.78 (#11314) 2024-05-05 15:02:50 +02:00
channel_view.rs remote projects per user (#10594) 2024-04-23 15:33:09 -06:00
chat_panel.rs Adjust names of negated style methods (#11453) 2024-05-06 13:56:25 -04:00
collab_panel.rs Make border methods always require an explicit width (#11450) 2024-05-06 13:22:47 -04:00
collab_titlebar_item.rs Rename RemoteProject -> DevServerProject (#11301) 2024-05-02 11:00:08 -06:00
collab_ui.rs Tie the Zed application ID to the release channel (#11335) 2024-05-03 10:48:35 +02:00
face_pile.rs Adjust names of negated style methods (#11453) 2024-05-06 13:56:25 -04:00
notification_panel.rs Refactor workspace notifications to use explicit NotificationId type (#10342) 2024-04-10 17:21:23 -04:00
notifications.rs Add stories for collab notifications (#3967) 2024-01-08 21:54:59 -05:00
panel_settings.rs Add the ability for extensions to provide language settings (#10296) 2024-04-08 19:17:12 -04:00