feat: Add group by to collection view (Issue 3614) (#4486)

This commit is contained in:
Kancer (Nilay) Gökırmak
2020-11-08 17:33:09 +01:00
committed by GitHub
parent 519cb2d4c2
commit e52e29034e
22 changed files with 537 additions and 110 deletions

View File

@ -47,6 +47,7 @@ const en = {
searchResults: 'Search Results for "%{searchTerm}"',
searchResultsInCollection: 'Search Results for "%{searchTerm}" in %{collection}',
filterBy: 'Filter by',
groupBy: 'Group by',
},
entries: {
loadingEntries: 'Loading Entries...',
@ -54,6 +55,10 @@ const en = {
longerLoading: 'This might take several minutes',
noEntries: 'No Entries',
},
groups: {
other: 'Other',
negateLabel: 'Not %{label}',
},
defaultFields: {
author: {
label: 'Author',