feat: Inbox options dropdown menu (#8836)

This commit is contained in:
Sivin Varghese
2024-02-01 15:17:24 +05:30
committed by GitHub
parent 9464d4d647
commit 74e5e2163a
4 changed files with 102 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
"INBOX": {
"LIST": {
"TITLE": "Inbox",
"DISPLAY_DROPDOWN": "Display",
"LOADING": "Fetching notifications",
"EOF": "All notifications loaded 🎉",
"404": "There are no active notifications in this group."
@@ -17,7 +18,10 @@
"MARK_AS_READ": "Mark as read",
"MARK_AS_UNREAD": "Mark as unread",
"SNOOZE": "Snooze",
"DELETE": "Delete"
"DELETE": "Delete",
"MARK_ALL_READ": "Mark all as read",
"DELETE_ALL": "Delete all",
"DELETE_ALL_READ": "Delete all read"
}
}
}