feat: Article table component (#5018)

This commit is contained in:
Muhsin Keloth
2022-07-18 10:47:15 +05:30
committed by GitHub
parent bba3475083
commit 21a8b79aa5
4 changed files with 202 additions and 26 deletions

View File

@@ -16,6 +16,13 @@
"SAVED": "Draft saved"
},
"TABLE": {
"HEADERS": {
"TITLE": "Title",
"CATEGORY": "Category",
"READ_COUNT": "Read count",
"STATUS": "Status",
"LAST_EDITED": "Last edited"
},
"COLUMNS": {
"BY": "by"
}