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

@@ -72,7 +72,15 @@ export default defineComponent({
}
})
const { getNumNotifUnread, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
const { getnumCoinsUnread, Username, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
watch(() => open.value, (newval: any, oldval: any) => {
if (getnumCoinsUnread()) {
if (open.value)
notifStore.setAllRead(Username(), shared_consts.QualiNotifs.CIRCUITS)
}
})
// function getlasts_coins (state: IUserState) => IMessage[] {
//
@@ -168,7 +176,7 @@ export default defineComponent({
getlasts_coins,
num_notifs_unread,
clickNotif,
getNumNotifUnread,
getnumCoinsUnread,
getNumNotif,
getUsernameChatByNotif,
getImgByNotif,

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[] {
//