Rename menus: 'Acessos', 'Filas', 'Produtividade'; add agent productivity section with bar chart; adjust CSV label; update channels page title

This commit is contained in:
codex-bot 2025-10-21 13:17:41 -03:00
parent 347609a186
commit 67df0d4308
8 changed files with 150 additions and 13 deletions

View file

@ -67,7 +67,7 @@ export async function GET(request: Request) {
})
const rows: Array<Array<unknown>> = []
rows.push(["Relatório", "SLA e produtividade"])
rows.push(["Relatório", "Produtividade"])
rows.push(["Período", report.rangeDays ? `Últimos ${report.rangeDays} dias` : (range ?? "90d")])
if (companyId) rows.push(["EmpresaId", companyId])
rows.push([])