zed/crates/collab_ui/src
David Rachmaninoff 62365e6a29
Add a badge to the bell icon on new notifications (#6751)
It changes the icon if a new notification event is consumed and changes
it back to normal upon toggling NotificationPanel.

Added a new field to NotificationPanel:
	- have_unseen_notifications: bool

Added a new icon asset
	- IconName::BellBadged => "assets/icons/bell_badged.svg"

Release Notes:

- Added a badge to bell icon for new notifications
([#6721](https://github.com/zed-industries/zed/issues/6721)).
2024-01-26 18:31:17 -05:00
..
chat_panel Fix tests 2024-01-24 11:35:10 -07:00
collab_panel Aggressively simplify channel permissions: 2024-01-25 23:26:32 -07:00
notifications Revert "Improve completion, action and shared project popovers' layout" 2024-01-23 15:26:11 -08:00
channel_view.rs Simplify handling of syncing versions 2024-01-25 15:41:53 -07:00
chat_panel.rs Simplify Membership Management (#6747) 2024-01-26 11:17:16 -07:00
collab_panel.rs Add a hover menu to see who's in a channel 2024-01-26 12:25:00 -07:00
collab_titlebar_item.rs Make follower avatars smaller (#6724) 2024-01-25 13:53:50 -05:00
collab_ui.rs Enable Channels for everyone (#4058) 2024-01-16 14:53:24 -07:00
face_pile.rs Store a z-index id per-layer 2024-01-22 10:16:59 -05:00
notification_panel.rs Add a badge to the bell icon on new notifications (#6751) 2024-01-26 18:31:17 -05:00
notifications.rs Add stories for collab notifications (#3967) 2024-01-08 21:54:59 -05:00
panel_settings.rs