Updated comments in Notification system

This commit is contained in:
2025-05-06 17:05:50 +03:00
parent 5061a92412
commit 3a714808e2
6 changed files with 30 additions and 13 deletions

View File

@@ -12,6 +12,7 @@
<div class="notification-box @GetCssClass(notification.Type)">
<button class="close-button" @onclick="() => DismissNotification(notification)">×</button>
<div class="notification-message">@notification.Message</div>
<div class="notification-timestamp">@notification.Timestamp.ToString("hh:mm:ss tt")</div>
</div>
}
</div>