ZIm/crates/collab_ui/src
Marshall Bowers ef551cedef
Add CheckboxWithLabel component (#7881)
This PR builds on top of #7878 by adding a general-purpose
`CheckboxWithLabel` component to use for checkboxes that have attached
labels.

This component encompasses the functionality of allowing to click on the
label to toggle the value of the checkbox.

There was only one other occurrence of a checkbox with a label—the
"Public" checkbox in the channel management modal—and this has been
updated to use `CheckboxWithLabel`.

Resolves #7794.

Release Notes:

- Added support for clicking the label of the "Public" checkbox in the
channel management modal to toggle the value
([#7794](https://github.com/zed-industries/zed/issues/7794)).
2024-02-15 21:00:30 -05:00
..
chat_panel text rendering: support strikethroughs (#7363) 2024-02-07 16:51:27 +02:00
collab_panel Add CheckboxWithLabel component (#7881) 2024-02-15 21:00:30 -05:00
notifications Initialize the SystemAppearance using the app's global window appearance (#7508) 2024-02-07 11:51:18 -05:00
channel_view.rs Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
chat_panel.rs allow closing reply to preview with action 2024-02-07 21:14:36 +01:00
collab_panel.rs revert single channel click (#7738) 2024-02-13 12:53:49 -07:00
collab_titlebar_item.rs revert single channel click (#7738) 2024-02-13 12:53:49 -07:00
collab_ui.rs revert single channel click (#7738) 2024-02-13 12:53:49 -07:00
face_pile.rs Store a z-index id per-layer 2024-01-22 10:16:59 -05:00
notification_panel.rs Rename BellBadged to BellDot (#6820) 2024-01-26 18:48:16 -05:00
notifications.rs Add stories for collab notifications (#3967) 2024-01-08 21:54:59 -05:00
panel_settings.rs Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00