New: Last Searched column on Wanted screens (#5084)

* Added lastSearchTime to API & Wanted Screens.
This commit is contained in:
ManiMatter 2024-10-02 21:52:27 +02:00 committed by GitHub
commit 3381ffc311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 47 additions and 5 deletions

View file

@ -52,6 +52,12 @@ export const defaultState = {
isSortable: true,
isVisible: true
},
{
name: 'albums.lastSearchTime',
label: () => translate('LastSearched'),
isSortable: true,
isVisible: false
},
// {
// name: 'status',
// label: 'Status',
@ -131,6 +137,12 @@ export const defaultState = {
// label: 'Status',
// isVisible: true
// },
{
name: 'albums.lastSearchTime',
label: () => translate('LastSearched'),
isSortable: true,
isVisible: false
},
{
name: 'actions',
columnLabel: () => translate('Actions'),