diff --git a/frontend/package.json b/frontend/package.json index 5756cfc20..5bc403506 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,11 +26,10 @@ "@vee-validate/i18n": "^4.13.2", "@vee-validate/rules": "^4.13.2", "@vee-validate/yup": "^4.13.2", - "@vitejs/plugin-vue": "3.2.0", + "@vitejs/plugin-vue": "5.1.4", "@vue-leaflet/vue-leaflet": "^0.10.1", "@vue/apollo-composable": "^4.0.2", "@vue/apollo-option": "^4.0.0", - "@vue/compat": "^3.4.31", "apollo-boost": "^0.4.9", "autoprefixer": "^10.4.19", "babel-core": "^7.0.0-bridge.0", @@ -59,13 +58,10 @@ "vite-plugin-commonjs": "^0.10.1", "vue": "3.4.31", "vue-apollo": "^3.1.2", - "vue-avatar": "^2.3.3", "vue-flatpickr-component": "^8.1.2", "vue-i18n": "^9.13.1", - "vue-loading-overlay": "^3.4.2", "vue-router": "^4.4.0", "vue-timer-hook": "^1.0.84", - "vue-timers": "^2.0.4", "vuex": "^4.1.0", "vuex-persistedstate": "^4.1.0", "yup": "^1.4.0" @@ -75,7 +71,6 @@ "@iconify-json/bi": "^1.1.23", "@intlify/eslint-plugin-vue-i18n": "^1.4.0", "@vitest/coverage-v8": "^2.0.5", - "@vue/compiler-sfc": "^3.4.35", "@vue/eslint-config-prettier": "^4.0.1", "@vue/test-utils": "^2.4.5", "babel-plugin-component": "^1.1.0", diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index ca6f8df3a..6c39946f1 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -359,3 +359,12 @@ input.rounded-input { .fs-7 { font-size: 14px !important; } + +.vue3-avatar.container { + padding: 0 !important; +} + +.avatar { + font-family: inherit !important; + font-weight: normal !important; +} diff --git a/frontend/src/components/AppAvatar.vue b/frontend/src/components/AppAvatar.vue new file mode 100644 index 000000000..fdf1dc28a --- /dev/null +++ b/frontend/src/components/AppAvatar.vue @@ -0,0 +1,135 @@ + + + diff --git a/frontend/src/components/CommunitySwitch.vue b/frontend/src/components/CommunitySwitch.vue index e16b72a9c..cd50789dd 100644 --- a/frontend/src/components/CommunitySwitch.vue +++ b/frontend/src/components/CommunitySwitch.vue @@ -90,5 +90,4 @@ function setDefaultCommunity() { } onMounted(setDefaultCommunity) -onUpdated(setDefaultCommunity) diff --git a/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue b/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue index e1a8a3250..108079704 100644 --- a/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue +++ b/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue @@ -16,7 +16,17 @@ - + + + + + + + @@ -28,14 +38,30 @@ - + + + + + + +
- + + + + + + +
@@ -54,13 +80,13 @@