mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: sidebar notification count
This commit is contained in:
@@ -88,7 +88,7 @@ const prepareToViewNotifications = () => {
|
||||
Unread <span v-if="overview">({{ overview.unread.total }})</span>
|
||||
</TabsTrigger>
|
||||
<TabsTrigger value="archived">
|
||||
Archived <span v-if="overview">({{ overview.archive.total }})</span>
|
||||
Archived <span v-if="overview">({{ overview.archive.total - overview.unread.total }})</span>
|
||||
</TabsTrigger>
|
||||
</TabsList>
|
||||
<TabsContent value="unread" class="flex-col items-end">
|
||||
|
||||
Reference in New Issue
Block a user