diff --git a/bun.lockb b/bun.lockb index b1f1ec7d8..32610a9a2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3cf87c643..87c48143c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "vue-slide-unlock": "^0.4.8", "vue-virtual-scroller": "^2.0.0-beta.8", "vue3-slider": "^1.9.0", - "vuetify": "3.4.7", + "vuetify": "3.5.8", "webfontloader": "^1.0.0", "webrtc-adapter": "^8.2.0" }, @@ -96,7 +96,7 @@ "vite-plugin-vuetify": "^1.0.0-alpha.16", "vitest": "^0.20.3", "vue-cli-plugin-vuetify": "~2.4.8", - "vue-tsc": "1.0.9", + "vue-tsc": "1.8.27", "vuetify-loader": "^2.0.0-alpha.0" }, "prettier": { diff --git a/src/styles/global.css b/src/styles/global.css index 3d657824f..33e873d2c 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -25,6 +25,16 @@ opacity: 0; } +.horizontalFade-enter-active, +.horizontalFade-leave-active { + transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); +} +.horizontalFade-enter-from, +.horizontalFade-leave-to { + opacity: 0; + transform: translate(30px, 0); +} + ::-webkit-scrollbar { width: 0.5em; height: 0.5em; diff --git a/src/views/ConfigurationVideoView.vue b/src/views/ConfigurationVideoView.vue index 8787b12d5..2a8b059ca 100644 --- a/src/views/ConfigurationVideoView.vue +++ b/src/views/ConfigurationVideoView.vue @@ -56,55 +56,49 @@ Use the MiniVideoRecorder widget to record some videos and them come back here to download or discard those.

- - - - Filename - Size - - - - - - - - - - - - - {{ file.filename }} - {{ formatBytes(file.size) }} - + + + + + + + +