feat: separate read and done statuses

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
Heikki Hellgren
2024-01-26 09:00:29 +02:00
parent c3a22686dd
commit 8724ed1fdf
11 changed files with 214 additions and 114 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
*/
/** @public */
export type NotificationType = 'read' | 'unread' | 'saved';
export type NotificationType = 'undone' | 'done' | 'saved';
/** @public */
export type Notification = {