mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
chore: comment to detail archived count
This commit is contained in:
@@ -42,6 +42,7 @@ const overview = computed(() => {
|
||||
return result.value.notifications.overview;
|
||||
});
|
||||
|
||||
/** This recalculates the archived count due to notifications going to archived + unread when they are in an Unread state. */
|
||||
const readArchivedCount = computed(() => {
|
||||
if (!overview.value) return 0;
|
||||
const { archive, unread } = overview.value;
|
||||
|
||||
Reference in New Issue
Block a user