Merge pull request #145 from pioneer/unread-peoplefirst

Unread badges for tabs
This commit is contained in:
zjs81
2026-05-12 09:53:33 -07:00
committed by GitHub
6 changed files with 112 additions and 12 deletions
+2
View File
@@ -676,6 +676,8 @@ class _MapScreenState extends State<MapScreen> {
selectedIndex: 2,
onDestinationSelected: (index) =>
_handleQuickSwitch(index, context),
contactsUnreadCount: connector.getTotalContactsUnreadCount(),
channelsUnreadCount: connector.getTotalChannelsUnreadCount(),
),
),
floatingActionButton: FloatingActionButton(