diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFile.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFile.vue index 464a689f8..99fc31524 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFile.vue +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DropFileWidget/DropFile.vue @@ -3,6 +3,7 @@ import {StoredObject, StoredObjectVersionCreated} from "../../types"; import {encryptFile, fetchNewStoredObject, uploadVersion} from "../../js/async-upload/uploader"; import {computed, ref, Ref} from "vue"; +import FileIcon from "ChillDocStoreAssets/vuejs/FileIcon.vue"; interface DropFileConfig { existingDoc?: StoredObject, @@ -111,16 +112,7 @@ const handleFile = async (file: File): Promise => {

- - - - - - - - - - +

{{ display_filename }}

diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/FileIcon.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/FileIcon.vue new file mode 100644 index 000000000..437d6bdc8 --- /dev/null +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/FileIcon.vue @@ -0,0 +1,25 @@ + + + + +