feat: Snooze notification from context menu

This commit is contained in:
iamsivin
2024-02-21 12:58:24 +05:30
parent cc47ccaa2c
commit 4574f4203b
13 changed files with 221 additions and 104 deletions
@@ -11,6 +11,9 @@ export const getters = {
);
return sortedNotifications;
},
getActiveNotificationById: $state => id => {
return $state.records[id] || {};
},
getUIFlags($state) {
return $state.uiFlags;
},