@if (replyTo()) {
Replying to {{ replyTo()?.senderName }}
} @if (toolbarVisible()) {
|
}
@for (record of pluginComposerActions(); track record.id) { } @if (mergeComposerMediaActions()) {
@if (showComposerMediaMenu()) {
@for (option of composerMediaMenuOptions(); track option.action) { }
} @if (showEmojiPicker()) { }
} @else { @if (shouldShowAttachmentButton()) { } @if (klipyEnabled()) { }
@if (showEmojiPicker()) {
}
}
@if (dragActive()) {
Drop files to attach
} @if (pendingKlipyGif()) {
KLIPY
GIF ready to send
{{ pendingKlipyGif()!.title || 'KLIPY GIF' }}
} @if (pendingFiles.length > 0) {
@for (file of pendingFiles; track file.name) {
{{ file.name }}
{{ formatBytes(file.size) }}
}
}