From f229e3bfbba388ef56e455c237467bceb4fae94d Mon Sep 17 00:00:00 2001 From: joschuatonn Date: Thu, 20 Jun 2024 07:30:38 +0200 Subject: [PATCH] Some more minor changes --- src/components/CreateChatComponent.vue | 5 ++-- src/components/ProfileCardComponent.vue | 5 ++++ src/models.ts | 4 ++- src/pages/IndexPage.vue | 39 ++++++++++++++++++++----- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/src/components/CreateChatComponent.vue b/src/components/CreateChatComponent.vue index 9e07686..5de3ca9 100644 --- a/src/components/CreateChatComponent.vue +++ b/src/components/CreateChatComponent.vue @@ -56,7 +56,7 @@ @click="handleClickEvent(user)" /> - + @@ -71,8 +71,7 @@ import { useUserStore } from 'src/stores/user-store'; import type { ptpUser, responseModel } from 'src/models'; import {sendNotification} from 'src/utils'; -import { useQuasar } from 'quasar'; -import { useChatStore } from 'src/stores/chat-store'; + import { useChatStore } from 'src/stores/chat-store'; const showDialog = ref(true); const userStore = useUserStore(); diff --git a/src/components/ProfileCardComponent.vue b/src/components/ProfileCardComponent.vue index 00a75be..4a1ebb4 100644 --- a/src/components/ProfileCardComponent.vue +++ b/src/components/ProfileCardComponent.vue @@ -1,3 +1,8 @@ + +