diff --git a/backend/internal/video/video_entity.go b/backend/internal/video/video_entity.go index 67bf022..d0d0b5a 100644 --- a/backend/internal/video/video_entity.go +++ b/backend/internal/video/video_entity.go @@ -14,7 +14,6 @@ type Video struct { LikesCount int64 `gorm:"column:likes_count;not null;default:0;index:idx_videos_likes_count_id,priority:1,sort:desc" json:"likes_count"` Popularity int64 `gorm:"column:popularity;not null;default:0;index:idx_videos_popularity_time_id,priority:1,sort:desc" json:"popularity"` } -} type PublishVideoRequest struct { Title string `json:"title"` diff --git a/frontend/src/components/CommentDrawer.vue b/frontend/src/components/CommentDrawer.vue new file mode 100644 index 0000000..4a0954e --- /dev/null +++ b/frontend/src/components/CommentDrawer.vue @@ -0,0 +1,153 @@ + + +