ZIm/crates/collab_ui/src
Bennet Bo Fenner 77f1cc95b8
gpui: Rework overlay element (#9911)
There was a problem using deferred draws with `overlay` and tooltips at
the same time.

The `overlay` element was removed and was split up into two separate
elements
- `deferred`
- `anchored` - Mimics the `overlay` behavior but does not render its
children as deferred

`tooltip_container` does not defer its drawing anymore and only uses
`anchored`.

/cc @as-cii 


Release Notes:
- Fixed tooltip for the recent projects popover not showing anymore

---------

Co-authored-by: Antonio <antonio@zed.dev>
2024-03-29 16:26:16 +01:00
..
chat_panel Channel chat: Add edit message (#9035) 2024-03-19 19:49:04 -06:00
collab_panel gpui: Rework overlay element (#9911) 2024-03-29 16:26:16 +01:00
notifications hosted projects (#8627) 2024-03-04 19:17:40 -07:00
channel_view.rs Remove release channel from Zed URLs (#8863) 2024-03-04 16:08:47 -07:00
chat_panel.rs Fix invalid highlight position for (edited) text (#9660) 2024-03-21 13:37:45 -06:00
collab_panel.rs gpui: Rework overlay element (#9911) 2024-03-29 16:26:16 +01:00
collab_titlebar_item.rs Add support for applying theme after extension is installed (#9529) 2024-03-20 11:13:58 -04:00
collab_ui.rs gpui: Add support for window transparency & blur on macOS (#9610) 2024-03-29 11:10:47 -04:00
face_pile.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
notification_panel.rs notification panel: rework time formatting (#8997) 2024-03-12 21:02:04 -06:00
notifications.rs Add stories for collab notifications (#3967) 2024-01-08 21:54:59 -05:00
panel_settings.rs Support emoji shortcodes in chat (#8455) 2024-03-06 19:18:29 -07:00