@if (replyTo()) {
Replying to {{ replyTo()?.senderName }}
} @if (toolbarVisible()) {
|
}
@if (klipy.isEnabled()) { }
@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) }}
}
}