iachat/app/javascript/dashboard/routes/dashboard
Rodrigo Borba 84fff38d94 refactor: move notification templates de units para inboxes
- Arquitetura corrigida: templates agora pertencem à inbox (WhatsApp),
  não à unidade PIX (que é uma config financeira, não de mensagens)
- Migration: troca FK captain_unit_id -> inbox_id (up/down explícito)
- Model: belongs_to :inbox; scope for_inbox
- Controller: escopo via account.inboxes.find(inbox_id)
- Rotas: move de captain/units/:id → inboxes/:id/notification_templates
- Scanner job: joins(:conversation).where(conversations: {inbox_id:})
- UI: página /captain/notifications com seletor de inbox no topo
  (chips clicáveis, templates carregam por watch no selectedInboxId)
- i18n PT/EN: novas keys INBOX_LABEL, SELECT_INBOX_HINT, EMPTY
2026-03-01 22:17:27 -03:00
..
campaigns chore: Update theme colors and add new Inter variable fonts (#13347) 2026-01-28 14:36:04 -08:00
captain Fix(Captain): Correção na geração de relatórios de IA e adição do status Confirmada nas Reservas 2026-03-01 15:40:10 -03:00
commands chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
companies feat: Add sorting by contacts count to companies list (#13012) 2026-01-09 15:20:08 -08:00
contacts chore: Update theme colors and add new Inter variable fonts (#13347) 2026-01-28 14:36:04 -08:00
conversation feat(captain): permite criacao manual de reserva via painel e conversa 2026-03-01 03:07:44 -03:00
customviews chore: Update buttons in dashboard (#11145) 2025-03-31 17:21:32 -07:00
dashboardApps feat: dashboard apps on sidebar (#146) 2025-11-19 14:44:18 -03:00
helpcenter chore: Update theme colors and add new Inter variable fonts (#13347) 2026-01-28 14:36:04 -08:00
inbox chore: Update theme colors and add new Inter variable fonts (#13347) 2026-01-28 14:36:04 -08:00
noAccounts Chore/merge upstream 4.8.0 (#150) 2025-11-19 16:25:58 -03:00
notifications chore: Replace Thumbnail with Avatar (#12119) 2025-08-11 15:47:17 +05:30
settings refactor: move notification templates de units para inboxes 2026-03-01 22:17:27 -03:00
suspended chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
upgrade fix: Conditionally fetch limits and assistants for enterprise/cloud (#12099) 2025-08-04 15:06:58 -07:00
dashboard.routes.js Chore/merge upstream 4.8.0 (#150) 2025-11-19 16:25:58 -03:00
Dashboard.vue chore: Update theme colors and add new Inter variable fonts (#13347) 2026-01-28 14:36:04 -08:00