From 05e8513ad11844c7f8d62689a0e1f0aaab15178f Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 20 Jun 2024 16:46:50 +0530 Subject: [PATCH] feat: video player --- frontend/src/components/AudioBlock.vue | 58 +++++++++----- frontend/src/components/VideoBlock.vue | 101 +++++++++++++++++-------- frontend/src/stores/user.js | 1 + frontend/src/utils/customEmbed.js | 32 ++++++++ frontend/src/utils/index.js | 18 ++++- 5 files changed, 159 insertions(+), 51 deletions(-) create mode 100644 frontend/src/utils/customEmbed.js diff --git a/frontend/src/components/AudioBlock.vue b/frontend/src/components/AudioBlock.vue index d8904905..36303b7f 100644 --- a/frontend/src/components/AudioBlock.vue +++ b/frontend/src/components/AudioBlock.vue @@ -1,19 +1,20 @@