{{ activeChat.name ? activeChat.name.charAt(0).toUpperCase() : 'Ч' }}
{{ activeChat.name ? activeChat.name.charAt(0).toUpperCase() : 'Ч' }}
{{ activeChat.name }}
Участников: {{ chatMembers.length }}
•
Online: {{ chatMembers.filter(m => m.isOnline).length }}
{{ typingUsersText }}...
⚡ {{ latestActivity }}
● В сети
{{ formatDateDivider(msg.created_at) }}
{{ msg.sender_name ? msg.sender_name.charAt(0).toUpperCase() : '?' }}
0 ? toggleSelectMessage(msg.id) : null"
:class="{
'bg-[#d9fdd3] text-gray-900 rounded-2xl rounded-tr-sm': msg.sender_id === currentUser.id,
'bg-white text-gray-900 rounded-2xl rounded-tl-sm': msg.sender_id !== currentUser.id,
'cursor-pointer ring-2 ring-emerald-400': selectedMessageIds.length > 0
}"
class="p-3 max-w-md shadow-sm relative pr-16 pb-5 text-sm border border-black/5 transition-all">
{{ msg.sender_name }}
{{ msg.reply_sender_name || 'Ответ' }}:
{{ msg.reply_content || msg.reply_text || 'Сообщение' }}
PDF
{{ msg.content.split('-').pop() }}
Open PDF
📁
{{ msg.content.split('-').pop() }}
Download file
{{ msg.content }}
{{ formatTime(msg.created_at) }}
💬
Выберите чат, чтобы начать общение
Выбрано: {{ selectedMessageIds.length }}
Переслать в чат
{{ chat.name || 'Чат' }}
✓