diff --git a/webapp/assets/_new/icons/svgs/chat-bubble.svg b/webapp/assets/_new/icons/svgs/chat-bubble.svg new file mode 100644 index 000000000..377b52f2f --- /dev/null +++ b/webapp/assets/_new/icons/svgs/chat-bubble.svg @@ -0,0 +1,4 @@ + +chat-bubble + + \ No newline at end of file diff --git a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue index 537affd38..fcd93ee48 100644 --- a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue +++ b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue @@ -1,140 +1,25 @@ - diff --git a/webapp/components/HeaderMenu/HeaderMenu.vue b/webapp/components/HeaderMenu/HeaderMenu.vue index a08bec882..f4d48220e 100644 --- a/webapp/components/HeaderMenu/HeaderMenu.vue +++ b/webapp/components/HeaderMenu/HeaderMenu.vue @@ -263,10 +263,11 @@ import isEmpty from 'lodash/isEmpty' import { SHOW_GROUP_BUTTON_IN_HEADER } from '~/constants/groups.js' import { SHOW_CONTENT_FILTER_HEADER_MENU } from '~/constants/filter.js' import LOGOS from '~/constants/logos.js' -import headerMenu from '~/constants/headerMenu.js' import AvatarMenu from '~/components/AvatarMenu/AvatarMenu' +import ChatNotificationMenu from '~/components/ChatNotificationMenu/ChatNotificationMenu' import FilterMenu from '~/components/FilterMenu/FilterMenu.vue' import GroupButton from '~/components/Group/GroupButton' +import headerMenu from '~/constants/headerMenu.js' import InviteButton from '~/components/InviteButton/InviteButton' import LocaleSwitch from '~/components/LocaleSwitch/LocaleSwitch' import Logo from '~/components/Logo/Logo' @@ -275,7 +276,6 @@ import SearchField from '~/components/features/SearchField/SearchField.vue' import NotificationMenu from '~/components/NotificationMenu/NotificationMenu' import links from '~/constants/links.js' import PageParamsLink from '~/components/_new/features/PageParamsLink/PageParamsLink.vue' -import ChatNotificationMenu from '~/components/ChatNotificationMenu/ChatNotificationMenu' export default { components: { diff --git a/webapp/locales/de.json b/webapp/locales/de.json index d8bc537ff..b3d53908c 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -552,6 +552,9 @@ }, "groups": "Gruppen", "myProfile": "Mein Profil" + }, + "chat": { + "tooltip": "Meine Chats" } }, "index": { @@ -691,10 +694,6 @@ "unread": "Ungelesen" }, "group": "Beschreibung", - "headerMenuButton": { - "chat": "Meine Chat", - "tooltip": "Meine Benachrichtigungen" - }, "markAllAsRead": "Markiere alle als gelesen", "pageLink": "Alle Benachrichtigungen", "post": "Beitrag oder Gruppe", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index e6fe4a624..23bd81ca8 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -552,6 +552,9 @@ }, "groups": "Groups", "myProfile": "My profile" + }, + "chat": { + "tooltip": "My chats" } }, "index": {