From d5944192004c7d2355183118c1975091afc15981 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 12 Jun 2025 23:18:35 +0530 Subject: [PATCH] feat: show live class joining and leaving time in attendance list --- frontend/src/App.vue | 4 +- frontend/src/components/AppSidebar.vue | 2 +- frontend/src/components/BatchCard.vue | 5 +- frontend/src/components/DiscussionReplies.vue | 2 +- frontend/src/components/Discussions.vue | 2 +- frontend/src/components/MobileLayout.vue | 2 +- .../components/Modals/LiveClassAttendance.vue | 73 +++++++++++-------- .../src/components/UpcomingEvaluations.vue | 2 +- frontend/src/components/VideoBlock.vue | 40 +++++++--- frontend/src/pages/Jobs.vue | 7 +- frontend/src/utils/upload.js | 2 + 11 files changed, 91 insertions(+), 50 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index e2f19e48..9e3a641c 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,7 +1,9 @@