Merge branch 'user-profile-view' into 'main'
User profile view See merge request !13
Showing
- package-lock.json 12 additions, 1 deletionpackage-lock.json
- package.json 2 additions, 1 deletionpackage.json
- src/assets/defaultUserProfileImage.jpg 0 additions, 0 deletionssrc/assets/defaultUserProfileImage.jpg
- src/components/LoginForm.vue 5 additions, 0 deletionssrc/components/LoginForm.vue
- src/components/UserProfileComponents/LargeProfileCard.vue 144 additions, 0 deletionssrc/components/UserProfileComponents/LargeProfileCard.vue
- src/components/UserProfileComponents/RatingComponent.vue 49 additions, 0 deletionssrc/components/UserProfileComponents/RatingComponent.vue
- src/components/UserProfileComponents/UserListItemCard.vue 40 additions, 0 deletionssrc/components/UserProfileComponents/UserListItemCard.vue
- src/router/index.js 12 additions, 7 deletionssrc/router/index.js
- src/utils/apiutil.js 40 additions, 0 deletionssrc/utils/apiutil.js
- src/utils/token-utils.js 12 additions, 0 deletionssrc/utils/token-utils.js
- src/views/ProfileView.vue 14 additions, 0 deletionssrc/views/ProfileView.vue
- tests/unit/apiutil-user-mock.spec.js 28 additions, 0 deletionstests/unit/apiutil-user-mock.spec.js
... | ... | @@ -15,13 +15,14 @@ |
"axios": "^0.26.1", | ||
"core-js": "^3.8.3", | ||
"cssom": "^0.5.0", | ||
"jwt-decode": "^3.1.2", | ||
"roboto-fontface": "*", | ||
"vue": "^3.2.13", | ||
"vue-router": "^4.0.3", | ||
"vuelidate": "^0.7.7", | ||
"vuex": "^4.0.0", | ||
"vuex-persistedstate": "^4.1.0", | ||
"webfontloader": "^1.0.0" | ||
"webfontloader": "^1.6.28" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.16", | ||
... | ... |
src/assets/defaultUserProfileImage.jpg
0 → 100644
4.95 KiB
src/utils/token-utils.js
0 → 100644
src/views/ProfileView.vue
0 → 100644
tests/unit/apiutil-user-mock.spec.js
0 → 100644