تغییرات در نمایش گفتگو

This commit is contained in:
Mehdi104797 2025-04-05 13:35:07 +03:30
parent ea5e36a6e5
commit 8214903ba3
2 changed files with 13 additions and 18 deletions

View File

@ -301,7 +301,7 @@
> >
<span class="tavasi tavasi-reply"></span> <span class="tavasi tavasi-reply"></span>
</button> </button>
<!--
<context-menu <context-menu
style="position: static" style="position: static"
:parentComponent="'comments'" :parentComponent="'comments'"
@ -314,7 +314,7 @@
@other="catchAllEvent" @other="catchAllEvent"
width="12em" width="12em"
maxHeight="20em" maxHeight="20em"
></context-menu> ></context-menu> -->
</div> </div>
</div> </div>

View File

@ -314,7 +314,7 @@
> >
<div class="group-row enable-hover"> <div class="group-row enable-hover">
<div class="group-picture-container"> <div class="group-picture-container">
<!-- <context-menu <context-menu
height="auto" height="auto"
maxHeight="13em" maxHeight="13em"
dataOffset="0,0" dataOffset="0,0"
@ -326,7 +326,7 @@
@remove-item="removeItem(groupItem)" @remove-item="removeItem(groupItem)"
@other="makeLink(groupItem)" @other="makeLink(groupItem)"
> >
</context-menu> --> </context-menu>
<img <img
class="group-picture" class="group-picture"
@ -392,7 +392,7 @@
> >
<div class="group-row enable-hover"> <div class="group-row enable-hover">
<div class="group-picture-container"> <div class="group-picture-container">
<!-- <context-menu <context-menu
height="auto" height="auto"
maxHeight="13em" maxHeight="13em"
dataOffset="0,0" dataOffset="0,0"
@ -406,7 +406,7 @@
@join-to-group="openGroupSearchForm('groups', groupItem)" @join-to-group="openGroupSearchForm('groups', groupItem)"
@other="openInvitePostModal(groupItem)" @other="openInvitePostModal(groupItem)"
> >
</context-menu> --> </context-menu>
<img <img
class="group-picture" class="group-picture"
@ -474,7 +474,7 @@
> >
<div class="group-row"> <div class="group-row">
<div class="group-picture-container"> <div class="group-picture-container">
<!-- <context-menu <context-menu
height="auto" height="auto"
maxHeight="13em" maxHeight="13em"
dataOffset="0,0" dataOffset="0,0"
@ -487,7 +487,7 @@
@edit-item="editItem(groups, groupItem, index)" @edit-item="editItem(groups, groupItem, index)"
@other="makeLink(groupItem)" @other="makeLink(groupItem)"
> >
</context-menu> --> </context-menu>
<img <img
class="group-picture" class="group-picture"
@ -602,7 +602,7 @@
:aria-controls="'collapse' + key" :aria-controls="'collapse' + key"
> >
<div class="group-picture-container"> <div class="group-picture-container">
<!-- <context-menu <context-menu
height="auto" height="auto"
maxHeight="13em" maxHeight="13em"
v-if="isGroupAdmin(lobby)" v-if="isGroupAdmin(lobby)"
@ -616,7 +616,7 @@
@edit-item="editItem(groups, lobby, key)" @edit-item="editItem(groups, lobby, key)"
@other="makeLink(lobby)" @other="makeLink(lobby)"
> >
</context-menu> --> </context-menu>
<img <img
class="group-picture" class="group-picture"
@ -730,7 +730,7 @@
:class="{ 'enable-hover': isGroupAdmin(group) }" :class="{ 'enable-hover': isGroupAdmin(group) }"
> >
<div class="group-picture-container"> <div class="group-picture-container">
<!-- <context-menu <context-menu
height="auto" height="auto"
maxHeight="13em" maxHeight="13em"
v-if="isGroupAdmin(group)" v-if="isGroupAdmin(group)"
@ -743,7 +743,7 @@
@edit-item="editItem(groups, group, j)" @edit-item="editItem(groups, group, j)"
@remove-item="removeItem(group)" @remove-item="removeItem(group)"
> >
</context-menu> --> </context-menu>
<img <img
class="group-picture" class="group-picture"
@ -1374,9 +1374,6 @@ export default {
// "app-version-code": import.meta.env.VITE_APP_VERSION, // "app-version-code": import.meta.env.VITE_APP_VERSION,
// }; // };
// this.authHttpService = new HttpService(import.meta.env.VITE_AUTH_BASE_URL); // this.authHttpService = new HttpService(import.meta.env.VITE_AUTH_BASE_URL);
// this.keyValueHttpService = new HttpService( // this.keyValueHttpService = new HttpService(
// import.meta.env.VITE_KEY_VALUE_BASE_URL // import.meta.env.VITE_KEY_VALUE_BASE_URL
@ -1626,7 +1623,6 @@ export default {
target.classList.add("error"); target.classList.add("error");
}, },
getGroupTypes() { getGroupTypes() {
let url = chatApi.forms.groupTypes; let url = chatApi.forms.groupTypes;
console.log("🚀 ~ getGroupTypes ~ url:", url); console.log("🚀 ~ getGroupTypes ~ url:", url);
this.httpService.postRequest("keyvalue/" + url).then((response) => { this.httpService.postRequest("keyvalue/" + url).then((response) => {
@ -2082,7 +2078,6 @@ export default {
}, },
showMessages(groups, groupItem, index) { showMessages(groups, groupItem, index) {
const { $eventBus } = useNuxtApp(); const { $eventBus } = useNuxtApp();
$eventBus.emit("close-replays"); $eventBus.emit("close-replays");