feat: Sort conversations by updated_at desc (#7348)

Co-authored-by: wangpj <wangpj@hundsunc.om>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
KinWang
2024-08-20 17:55:44 +08:00
committed by GitHub
parent eae53e11e6
commit e35e251863
17 changed files with 227 additions and 51 deletions

View File

@@ -4,7 +4,8 @@ const translation = {
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
table: {
header: {
time: 'Time',
updatedTime: 'Updated time',
time: 'Created time',
endUser: 'End User',
input: 'Input',
output: 'Output',
@@ -69,6 +70,9 @@ const translation = {
annotated: 'Annotated Improvements ({{count}} items)',
not_annotated: 'Not Annotated',
},
sortBy: 'Sort by:',
descending: 'descending',
ascending: 'ascending',
},
workflowTitle: 'Workflow Logs',
workflowSubtitle: 'The log recorded the operation of Automate.',