feat: Display notification count in sidebar inbox item (#12324)

This commit is contained in:
Sivin Varghese
2025-09-01 15:55:09 +05:30
committed by GitHub
parent c53e750be0
commit d68ac25187
4 changed files with 26 additions and 11 deletions

View File

@@ -128,7 +128,7 @@ const menuItems = computed(() => {
to: accountScopedRoute('inbox_view'),
activeOn: ['inbox_view', 'inbox_view_conversation'],
getterKeys: {
badge: 'notifications/getHasUnreadNotifications',
count: 'notifications/getUnreadCount',
},
},
{