feat(sidebar): add conversation sort mode toggle with created-time default

This commit is contained in:
xintaofei
2026-04-22 22:34:23 +08:00
parent 8ef29680d2
commit 5ac9cee2ff
13 changed files with 113 additions and 4 deletions

View File

@@ -788,6 +788,9 @@
"searchPlaceholder": "Buscar conversas...",
"showCompleted": "Mostrar conversas concluídas",
"moreOptions": "Mais opções",
"sortBy": "Ordenar por",
"sortByCreatedAt": "Data de criação",
"sortByUpdatedAt": "Data de atualização",
"statusRunningBadge": "Executando",
"statusFailedBadge": "Falhou",
"conversationCountUnit": "{count, plural, one {# conversa} other {# conversas}}",