zed/crates/collab_ui/src
Marshall Bowers e278410fbc
Make FacePile a component again (#4143)
This PR turns `FacePile` back into a component.

Our usage of it seemed a little weird, with us calling `render`
manually.

We're now implementing `Styled` on `FacePile` through its inner `Div` so
that we can apply the `p_1` at the call site.

Release Notes:

- N/A
2024-01-18 20:49:51 -05:00
..
chat_panel
collab_panel
notifications
channel_view.rs
chat_panel.rs
collab_panel.rs Make FacePile a component again (#4143) 2024-01-18 20:49:51 -05:00
collab_titlebar_item.rs Make FacePile a component again (#4143) 2024-01-18 20:49:51 -05:00
collab_ui.rs
face_pile.rs Make FacePile a component again (#4143) 2024-01-18 20:49:51 -05:00
notification_panel.rs
notifications.rs
panel_settings.rs