diff --git a/src/renderer/components/FtCommunityPost/FtCommunityPost.vue b/src/renderer/components/FtCommunityPost/FtCommunityPost.vue index 3c78df7715501..8e4d52f2c6f37 100644 --- a/src/renderer/components/FtCommunityPost/FtCommunityPost.vue +++ b/src/renderer/components/FtCommunityPost/FtCommunityPost.vue @@ -175,7 +175,7 @@ import autolinker from 'autolinker' import { A11y, Navigation, Pagination } from 'swiper/modules' import { computed, onMounted, useTemplateRef } from 'vue' -import FtListVideo from '../ft-list-video/ft-list-video.vue' +import FtListVideo from '../FtListVideo/FtListVideo.vue' import FtListPlaylist from '../FtListPlaylist/FtListPlaylist.vue' import FtCommunityPoll from '../FtCommunityPoll/FtCommunityPoll.vue' import FtShareButton from '../FtShareButton/FtShareButton.vue' diff --git a/src/renderer/components/FtListLazyWrapper/FtListLazyWrapper.vue b/src/renderer/components/FtListLazyWrapper/FtListLazyWrapper.vue index a7dbf2a9b20f0..79dad883e6602 100644 --- a/src/renderer/components/FtListLazyWrapper/FtListLazyWrapper.vue +++ b/src/renderer/components/FtListLazyWrapper/FtListLazyWrapper.vue @@ -66,7 +66,7 @@ import { computed, ref } from 'vue' import { handleDragAndDrop } from '../../helpers/dragAndDrop' -import FtListVideo from '../ft-list-video/ft-list-video.vue' +import FtListVideo from '../FtListVideo/FtListVideo.vue' import FtListChannel from '../FtListChannel/FtListChannel.vue' import FtListPlaylist from '../FtListPlaylist/FtListPlaylist.vue' import FtCommunityPost from '../FtCommunityPost/FtCommunityPost.vue' diff --git a/src/renderer/components/ft-list-video/ft-list-video.scss b/src/renderer/components/FtListVideo/FtListVideo.scss similarity index 97% rename from src/renderer/components/ft-list-video/ft-list-video.scss rename to src/renderer/components/FtListVideo/FtListVideo.scss index 75499bfafe7b9..3ee38f3fdf75b 100644 --- a/src/renderer/components/ft-list-video/ft-list-video.scss +++ b/src/renderer/components/FtListVideo/FtListVideo.scss @@ -31,6 +31,10 @@ aspect-ratio: 16/9 auto; } +.blur { + filter: blur(20px); +} + .videoTagLine { margin-block-start: 3px; } diff --git a/src/renderer/components/FtListVideo/FtListVideo.vue b/src/renderer/components/FtListVideo/FtListVideo.vue new file mode 100644 index 0000000000000..fb4f7b6dfc662 --- /dev/null +++ b/src/renderer/components/FtListVideo/FtListVideo.vue @@ -0,0 +1,1178 @@ + + + + +