Block a user
feat: add dayjs for date handling and update reminder logic to use timezone-aware timestamps
feat: add dayjs for date handling and update reminder logic to use timezone-aware timestamps
fix: update notification query to use COALESCE for device details and add additional LEFT JOIN for fallback handling
fix: update notification query to use COALESCE for device details and add additional LEFT JOIN for fallback handling
Add detailed rendering for non-reminder notifications in NotificationDetailTab, including error information and device details. Introduced new properties for reminders in notification data transformation.
Add detailed rendering for non-reminder notifications in NotificationDetailTab, including error information and device details. Introduced new properties for reminders in notification data transformation.
fix: update saveReminder method to handle reset logic for reminders
fix: update saveReminder method to handle reset logic for reminders
Refactor NotificationDetailTab component to use strict equality for reminder checks, enhancing clarity in rendering logic for reminder and non-reminder notifications.
Refactor NotificationDetailTab component to use strict equality for reminder checks, enhancing clarity in rendering logic for reminder and non-reminder notifications.
fix: update device name handling in notification service to ensure fallback value is used
fix: update device name handling in notification service to ensure fallback value is used