Release 2025-05-22-16vM

This commit is contained in:
pluja
2025-05-22 22:38:41 +00:00
parent d79bedf219
commit 72c238a4dc
12 changed files with 392 additions and 268 deletions

View File

@@ -48,9 +48,9 @@ export const {
},
{
value: 'pending',
label: commentStatusById.PENDING.label,
label: 'AI pending',
color: commentStatusById.PENDING.color,
icon: commentStatusById.PENDING.icon,
icon: 'ri:robot-2-line',
whereClause: {
OR: [{ status: 'PENDING' }, { status: 'HUMAN_PENDING' }],
},
@@ -60,9 +60,9 @@ export const {
},
{
value: 'human-pending',
label: commentStatusById.HUMAN_PENDING.label,
label: 'Human needed',
color: commentStatusById.HUMAN_PENDING.color,
icon: commentStatusById.HUMAN_PENDING.icon,
icon: 'ri:user-search-line',
whereClause: { status: 'HUMAN_PENDING' },
classNames: {
filter: 'border-blue-500 bg-blue-500/20 text-blue-400',