From b4c7338b76d1e48ab4976b9c6e3864f4ac97ffcf Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 16 Jan 2025 11:43:56 +0530 Subject: [PATCH 1/4] fix: batch listing for current day batches --- frontend/index.html | 2 +- frontend/src/pages/Batches.vue | 16 +++++++-- .../lms_certificate/lms_certificate.json | 5 ++- lms/lms/utils.py | 35 +++++++++++++++++++ lms/www/lms.py | 1 + 5 files changed, 52 insertions(+), 7 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 1512b016..0ce72b41 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@ - + Frappe Learning diff --git a/frontend/src/pages/Batches.vue b/frontend/src/pages/Batches.vue index adc0930a..85512640 100644 --- a/frontend/src/pages/Batches.vue +++ b/frontend/src/pages/Batches.vue @@ -38,10 +38,10 @@ v-model="title" :placeholder="__('Search by Title')" type="text" - class="min-w-40 lg:min-w-0 lg:w-32" + class="min-w-40 lg:min-w-0 lg:w-32 xl:w-40" @input="updateBatches()" /> -
+