From 38d555bdf86d532eda3c841e8e597b5dc72a79cc Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 6 Jul 2023 12:30:50 +0200 Subject: [PATCH] rename chat-modul to chat --- .../ChatNotificationMenu/ChatNotificationMenu.vue | 2 +- webapp/layouts/default.vue | 6 +++--- webapp/pages/profile/_id/_slug.vue | 2 +- webapp/store/{chat-modul.js => chat.js} | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) rename webapp/store/{chat-modul.js => chat.js} (62%) diff --git a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue index 728a60d77..67e7b9273 100644 --- a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue +++ b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue @@ -37,7 +37,7 @@ -
+

{{ notification.name }}

{{ notification.title }}
diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 814edd8f2..4c7709930 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -13,10 +13,10 @@ -
+
- RoomID: {{ $store.getters['chat-modul/showChatModul'].roomID }} - x + RoomID: {{ $store.getters['chat/showChat'].roomID }} + x
diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index 318a7f50e..e77e56bd9 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -80,7 +80,7 @@ @update="updateFollow" />