Merge branch 'main' into community-admin
Showing
- package-lock.json 11 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/components/CommunityComponents/CommunityHome.vue 0 additions, 1 deletionsrc/components/CommunityComponents/CommunityHome.vue
- src/components/CommunityComponents/CommunityList.vue 1 addition, 0 deletionssrc/components/CommunityComponents/CommunityList.vue
- src/components/CommunityComponents/CommunityListItem.vue 12 additions, 1 deletionsrc/components/CommunityComponents/CommunityListItem.vue
- src/components/CommunityComponents/CommunityRequestForm.vue 109 additions, 0 deletionssrc/components/CommunityComponents/CommunityRequestForm.vue
- src/components/FormComponents/NewPasswordForm.vue 14 additions, 5 deletionssrc/components/FormComponents/NewPasswordForm.vue
- src/router/index.js 5 additions, 0 deletionssrc/router/index.js
- src/utils/apiutil.js 18 additions, 9 deletionssrc/utils/apiutil.js
- src/views/CommunityViews/CommunityRequestView.vue 13 additions, 0 deletionssrc/views/CommunityViews/CommunityRequestView.vue
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
"axios": "^0.26.1", | "axios": "^0.26.1", | ||
"core-js": "^3.8.3", | "core-js": "^3.8.3", | ||
"cssom": "^0.5.0", | "cssom": "^0.5.0", | ||
"heroicons": "^1.0.6", | |||
"jwt-decode": "^3.1.2", | "jwt-decode": "^3.1.2", | ||
"net": "^1.0.2", | "net": "^1.0.2", | ||
"roboto-fontface": "*", | "roboto-fontface": "*", | ||
... | ... |
Please register or sign in to comment