diff --git a/xroom-dashboard/package-lock.json b/xroom-dashboard/package-lock.json
index 5cefbee..ab0eb83 100644
--- a/xroom-dashboard/package-lock.json
+++ b/xroom-dashboard/package-lock.json
@@ -9,10 +9,12 @@
"version": "0.1.0",
"dependencies": {
"@google/model-viewer": "^4.1.0",
+ "@heroicons/vue": "^2.2.0",
"@videojs-player/vue": "^1.0.0",
"@videojs/themes": "^1.0.1",
"axios": "^1.8.4",
"core-js": "^3.8.3",
+ "date-fns": "^4.1.0",
"moment-jalaali": "^0.10.4",
"swiper": "^11.2.8",
"video.js": "^7.21.7",
@@ -3016,6 +3018,15 @@
"@hapi/hoek": "^9.0.0"
}
},
+ "node_modules/@heroicons/vue": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.2.0.tgz",
+ "integrity": "sha512-G3dbSxoeEKqbi/DFalhRxJU4mTXJn7GwZ7ae8NuEQzd1bqdd0jAbdaBZlHPcvPD2xI1iGzNVB4k20Un2AguYPw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "vue": ">= 3"
+ }
+ },
"node_modules/@humanwhocodes/config-array": {
"version": "0.5.0",
"resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
@@ -6837,6 +6848,16 @@
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
"license": "MIT"
},
+ "node_modules/date-fns": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
+ "integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/kossnocorp"
+ }
+ },
"node_modules/debounce": {
"version": "1.2.1",
"resolved": "https://registry.npmmirror.com/debounce/-/debounce-1.2.1.tgz",
diff --git a/xroom-dashboard/package.json b/xroom-dashboard/package.json
index 634dc0c..66fa17c 100644
--- a/xroom-dashboard/package.json
+++ b/xroom-dashboard/package.json
@@ -9,10 +9,12 @@
},
"dependencies": {
"@google/model-viewer": "^4.1.0",
+ "@heroicons/vue": "^2.2.0",
"@videojs-player/vue": "^1.0.0",
"@videojs/themes": "^1.0.1",
"axios": "^1.8.4",
"core-js": "^3.8.3",
+ "date-fns": "^4.1.0",
"moment-jalaali": "^0.10.4",
"swiper": "^11.2.8",
"video.js": "^7.21.7",
diff --git a/xroom-dashboard/src/components/FilePreviewDialog.vue b/xroom-dashboard/src/components/FilePreviewDialog.vue
index 3a21446..b9abdb9 100644
--- a/xroom-dashboard/src/components/FilePreviewDialog.vue
+++ b/xroom-dashboard/src/components/FilePreviewDialog.vue
@@ -75,6 +75,9 @@
-
-
-
-
\ No newline at end of file