diff --git a/src/web/app/common/-tags/uploader.tag b/src/web/app/common/-tags/uploader.tag deleted file mode 100644 index 519b063fac..0000000000 --- a/src/web/app/common/-tags/uploader.tag +++ /dev/null @@ -1,199 +0,0 @@ - -
    -
  1. -
    -

    %fa:spinner .pulse%{ name }

    -

    %i18n:common.tags.mk-uploader.waiting%{ String(Math.floor(progress.value / 1024)).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,') }KB / { String(Math.floor(progress.max / 1024)).replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1,') }KB{ Math.floor((progress.value / progress.max) * 100) }

    - -
    -
    -
  2. -
- - -
diff --git a/src/web/app/common/views/components/uploader.vue b/src/web/app/common/views/components/uploader.vue new file mode 100644 index 0000000000..1239bec55f --- /dev/null +++ b/src/web/app/common/views/components/uploader.vue @@ -0,0 +1,207 @@ + + + + +