Back to Kavita

File Drag And Drop Upload.Component

UI/Web/src/app/shared/file-drag-and-drop-upload/file-drag-and-drop-upload.component.html

0.9.0333 B
Original Source

@switch (uploadMode()) { @case (UploadMode.Url) {

{{t('url-label')}} {{t('load')}}

{{t('back')}}

} @default {

@if (showUrlUpload()) { {{t('enter-an-url-pre-title', {url: urlText() ?? t('url')})}} } {{t('drag-n-drop')}}{{t('upload')}} @if (uploadText(); as text) { {{text}} }

} }