feat: Inbox list display menu (#8847)

* feat: Inbox list display menu

* chore: Fix alignment
This commit is contained in:
Sivin Varghese
2024-02-04 10:23:16 +05:30
committed by GitHub
parent 0c35a77d4b
commit 45e630fc60
4 changed files with 210 additions and 14 deletions

View File

@@ -27,6 +27,21 @@
"MARK_ALL_READ": "Mark all as read",
"DELETE_ALL": "Delete all",
"DELETE_ALL_READ": "Delete all read"
},
"DISPLAY_MENU": {
"SORT": "Sort",
"DISPLAY": "Display :",
"SORT_OPTIONS": {
"NEWEST": "Newest",
"OLDEST": "Oldest",
"PRIORITY": "Priority"
},
"DISPLAY_OPTIONS": {
"SNOOZED": "Snoozed",
"READ": "Read",
"LABELS": "Labels",
"CONVERSATION_ID": "Conversation ID"
}
}
}
}