FILTRO CITTA Sopra ogni pagina !

This commit is contained in:
Surya Paolo
2022-12-01 16:55:22 +01:00
parent 9010c0ff37
commit bf1e9fc982
26 changed files with 900 additions and 74 deletions

View File

@@ -73,7 +73,14 @@ export default defineComponent({
}
})
const { getNumNotifUnread, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
const { getNumNotifUnread, Username, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
watch(() => open.value, (newval: any, oldval: any) => {
if (getNumNotifUnread()) {
if (open.value)
notifStore.setAllRead(Username(), shared_consts.QualiNotifs.OTHERS)
}
})
// function lasts_notifs (state: IUserState) => IMessage[] {
//