ZIm/crates/collab_ui2/src
Nathan Sobo 68e7d99219 Return impl IntoElement from RenderOnce::render
This makes it a bit more approachable to implement.

This required converting the state of Component to AnyElement, which
costs an allocation. I'm hoping this will be ok performance-wise now
that AnyElements use bump allocation, but I need to benchmark still.
2024-01-02 10:27:09 -07:00
..
chat_panel Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
collab_panel Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
notifications Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
channel_view.rs Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
chat_panel.rs Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
collab_panel.rs Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
collab_titlebar_item.rs Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
collab_ui.rs Vcs menu2 (#3648) 2023-12-14 12:36:53 +01:00
face_pile.rs Return impl IntoElement from RenderOnce::render 2024-01-02 10:27:09 -07:00
notification_panel.rs Return impl IntoElement from Render::render trait 2024-01-02 10:09:05 -07:00
notifications.rs zed2: Port ProjectSharedNotification 2023-12-07 17:13:22 -05:00
panel_settings.rs Use Pixels instead of f32 for panel size 2023-12-22 18:26:33 +01:00