Skip to content

Commit 869223e

Browse files
authored
Migrate the FtListVideo component to the composition API (#9413)
1 parent 65889fa commit 869223e

8 files changed

Lines changed: 1186 additions & 1216 deletions

File tree

src/renderer/components/FtCommunityPost/FtCommunityPost.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ import autolinker from 'autolinker'
175175
import { A11y, Navigation, Pagination } from 'swiper/modules'
176176
import { computed, onMounted, useTemplateRef } from 'vue'
177177
178-
import FtListVideo from '../ft-list-video/ft-list-video.vue'
178+
import FtListVideo from '../FtListVideo/FtListVideo.vue'
179179
import FtListPlaylist from '../FtListPlaylist/FtListPlaylist.vue'
180180
import FtCommunityPoll from '../FtCommunityPoll/FtCommunityPoll.vue'
181181
import FtShareButton from '../FtShareButton/FtShareButton.vue'

src/renderer/components/FtListLazyWrapper/FtListLazyWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import { computed, ref } from 'vue'
6666
6767
import { handleDragAndDrop } from '../../helpers/dragAndDrop'
6868
69-
import FtListVideo from '../ft-list-video/ft-list-video.vue'
69+
import FtListVideo from '../FtListVideo/FtListVideo.vue'
7070
import FtListChannel from '../FtListChannel/FtListChannel.vue'
7171
import FtListPlaylist from '../FtListPlaylist/FtListPlaylist.vue'
7272
import FtCommunityPost from '../FtCommunityPost/FtCommunityPost.vue'

src/renderer/components/ft-list-video/ft-list-video.scss renamed to src/renderer/components/FtListVideo/FtListVideo.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
aspect-ratio: 16/9 auto;
3232
}
3333

34+
.blur {
35+
filter: blur(20px);
36+
}
37+
3438
.videoTagLine {
3539
margin-block-start: 3px;
3640
}

0 commit comments

Comments
 (0)