Initial dedicated face pile element

Rather than overload Flex with yet another special case, add a dedicated
element to handle this overlap instead

Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
Julia 2023-02-21 16:12:11 -05:00
parent 6a731233c5
commit 7f4da80386
4 changed files with 110 additions and 15 deletions

View file

@ -4,6 +4,7 @@ mod contact_finder;
mod contact_list;
mod contact_notification;
mod contacts_popover;
mod face_pile;
mod incoming_call_notification;
mod notifications;
mod project_shared_notification;