improvement: notify counter badge added to treatment and tasks tabs for upadted and edited cases.

This commit is contained in:
2026-07-13 17:44:44 +03:30
parent 547457d637
commit 2ad572f4c8
33 changed files with 908 additions and 31 deletions

View File

@@ -6,6 +6,7 @@ export interface LabCaseListItem {
dueDate: string | null;
isOverdue: boolean;
isImportant: boolean;
hasUnread: boolean;
clinic: { id: string; name: string };
patient: {
id: string;