Version 1.3

- i18n localization support
- Added SK, EN language files
- Video/Audio preview in file preview panel (Thanks to Joshua Fouyon to participating on this feature)
- Drop uploading (You can now drag files from desktop and drop it to VueFileManager)
- Fixed bug when rename item in safari browser
- Fixed bug when you drag folder from trash to favourites in sidebar panel
- small functions and design improvements
This commit is contained in:
MakingCG
2020-04-03 11:52:54 +02:00
parent 96da39923d
commit 4504276563
28 changed files with 1558 additions and 936 deletions
+4
View File
@@ -8,6 +8,8 @@ import Helpers from './helpers'
import { library } from '@fortawesome/fontawesome-svg-core'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
import {
faFileAudio,
faFileVideo,
faSyncAlt,
faShare,
faHome,
@@ -34,6 +36,8 @@ import {
} from '@fortawesome/free-solid-svg-icons'
library.add(
faFileAudio,
faFileVideo,
faHdd,
faSyncAlt,
faShare,