Listing users and students
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m2s
Build and test backend / Test-backend (pull_request) Successful in 1m58s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 24s

This commit is contained in:
2024-03-15 20:23:33 +01:00
parent 385640c10e
commit b047c4de35
8 changed files with 38 additions and 107 deletions

View File

@ -7,7 +7,7 @@
const user = getUser();
*/
const user =reactive({
profilePicture:"../assets/Clyde.png",
profilePicture:"/Clyde.png",
lastName:"Ghost",
firstName:"Clyde",
role:"student",
@ -103,6 +103,9 @@ function getPP(){
<button>{{i18n("profile.reRegister")}}</button>
<button style="float:right;background-color:rgb(150,0,0);">{{i18n("profile.unRegister")}}</button>
</div>
<div>
<button>{{i18n("profile.change.curriculum")}}</button>
</div>
</div>
<div v-else class="infosContainer">
<div>
@ -173,7 +176,7 @@ function getPP(){
grid-template-columns:200px 900px;
grid-template-rows:200px auto;
column-gap:30px;
row-gap:25px;
row-gap:45px;
grid-template-areas:
"profilPic globalInfos"
"minfos minfos";