From 2dd8192dcbcb367ed19c43339751aec4fea12021 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Sun, 13 Apr 2025 10:14:00 +0530 Subject: [PATCH] feat: list of certified participants --- frontend/src/pages/CertifiedParticipants.vue | 139 ++++++++++++++----- frontend/src/utils/index.js | 2 +- lms/lms/api.py | 35 ++++- 3 files changed, 135 insertions(+), 41 deletions(-) diff --git a/frontend/src/pages/CertifiedParticipants.vue b/frontend/src/pages/CertifiedParticipants.vue index a73dcc93..a78a3103 100644 --- a/frontend/src/pages/CertifiedParticipants.vue +++ b/frontend/src/pages/CertifiedParticipants.vue @@ -12,37 +12,104 @@ -
- +
+ +
+ +
+
+ +
+ +
+ +
+ {{ __('No certified members') }} +
+
+ {{ + __( + 'No certified members found. Please check again later or get certified yourself.' + ) + }} +