Skip to content

Refactor NotificationBox to Use useNotificationTimer Composable

Wrap the timer lifecycle within a dedicated useNotificationTimer composable inside NotificationBox.vue at line 50. This change will maintain the component's presentation focus by offloading timer management, improving code modularity and readability.