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 Fix typos detected by crate-ci/typos 2024-01-17 14:31:21 -08:00
notifications Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
channel_view.rs Add more open events 2024-01-15 16:26:04 -05:00
chat_panel.rs Also update chat location when opening a new workspace 2024-01-17 11:41:42 -07:00
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 Enable Channels for everyone (#4058) 2024-01-16 14:53:24 -07:00
face_pile.rs Make FacePile a component again (#4143) 2024-01-18 20:49:51 -05:00
notification_panel.rs Fix unaligned close button in tab bar 2024-01-15 18:16:41 +01:00
notifications.rs Add stories for collab notifications (#3967) 2024-01-08 21:54:59 -05:00
panel_settings.rs