From b047c4de351f03905b0f29edd8c0a9b77b65e7a3 Mon Sep 17 00:00:00 2001 From: Wawilski Date: Fri, 15 Mar 2024 20:23:33 +0100 Subject: [PATCH] Listing users and students --- frontend/{src/assets => public}/Clyde.png | Bin frontend/public/i18n/EN.txt | 1 + frontend/public/i18n/FR.txt | 1 + frontend/src/App.vue | 4 +- frontend/src/Apps/Profil.vue | 7 +- frontend/src/Apps/Request.vue | 2 +- frontend/src/Apps/StudentsList.vue | 30 +++---- frontend/src/Apps/UsersList.vue | 100 +++------------------- 8 files changed, 38 insertions(+), 107 deletions(-) rename frontend/{src/assets => public}/Clyde.png (100%) diff --git a/frontend/src/assets/Clyde.png b/frontend/public/Clyde.png similarity index 100% rename from frontend/src/assets/Clyde.png rename to frontend/public/Clyde.png diff --git a/frontend/public/i18n/EN.txt b/frontend/public/i18n/EN.txt index a8ed237..f3bfa22 100644 --- a/frontend/public/i18n/EN.txt +++ b/frontend/public/i18n/EN.txt @@ -43,6 +43,7 @@ profile.unRegister=Unregister profile.course.list=Courses list profile.address=Address profile.picture=Profile picture +profile.change.curriculum=Change curriculum name=Name teacher=Teacher student=Student diff --git a/frontend/public/i18n/FR.txt b/frontend/public/i18n/FR.txt index d0ee8cf..f86b26c 100644 --- a/frontend/public/i18n/FR.txt +++ b/frontend/public/i18n/FR.txt @@ -43,6 +43,7 @@ profile.unRegister=Désinscription profile.course.list=Liste des cours profile.address=Adresse profile.picture=Photo de profil +profile.change.curriculum=Changer cursus name=Nom teacher=Enseignant student=Etudiant diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7729b5b..51ca585 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -45,7 +45,7 @@