From 10ed37ec670066857852776e9f51572d3fb90d24 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 10 May 2024 18:41:39 +0530 Subject: [PATCH 1/6] fix: mobile and lesson issues --- frontend/src/components/BatchOverlay.vue | 2 +- frontend/src/components/MobileLayout.vue | 42 +++++++++++++++++++-- frontend/src/pages/BatchDetail.vue | 20 ++++++---- frontend/src/pages/CreateLesson.vue | 7 +++- frontend/src/pages/Profile.vue | 10 +++-- frontend/src/pages/ProfileAbout.vue | 2 +- frontend/src/pages/ProfileCertificates.vue | 4 +- frontend/src/pages/ProfileEvaluator.vue | 13 +++++-- frontend/src/pages/ProfileRoles.vue | 4 +- frontend/src/pages/Statistics.vue | 2 +- frontend/src/stores/session.js | 2 + lms/patches.txt | 3 +- lms/patches/v2_0/fix_progress_percentage.py | 10 +++++ 13 files changed, 94 insertions(+), 27 deletions(-) create mode 100644 lms/patches/v2_0/fix_progress_percentage.py diff --git a/frontend/src/components/BatchOverlay.vue b/frontend/src/components/BatchOverlay.vue index a1c7cc094..9917bc3a6 100644 --- a/frontend/src/components/BatchOverlay.vue +++ b/frontend/src/components/BatchOverlay.vue @@ -1,5 +1,5 @@