diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index c1fb321e..1d037c26 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -16,6 +16,7 @@ export const shared_consts = { }, }, LIMIT_NOTIF_FOR_USER: 200, + LIMIT_NOTIFCOINS_FOR_USER: 200, PROD: { TUTTI: 0, diff --git a/src/layouts/toolbar/coinsPopover/coinsPopover.ts b/src/layouts/toolbar/coinsPopover/coinsPopover.ts index 1d457187..747ef33a 100755 --- a/src/layouts/toolbar/coinsPopover/coinsPopover.ts +++ b/src/layouts/toolbar/coinsPopover/coinsPopover.ts @@ -144,7 +144,6 @@ export default defineComponent({ return notifStore.updateNotifDataFromServer({ username, lastdataread: getlastdataread(username), - qualinotif: shared_consts.QualiNotifs.CIRCUITS }).then((ris) => { notifStore.updateNotification = false diff --git a/src/layouts/toolbar/coinsPopover/coinsPopover.vue b/src/layouts/toolbar/coinsPopover/coinsPopover.vue index 8f0a5238..7bb72ef4 100755 --- a/src/layouts/toolbar/coinsPopover/coinsPopover.vue +++ b/src/layouts/toolbar/coinsPopover/coinsPopover.vue @@ -77,17 +77,16 @@
-
+
- {{ $t('notifs.nocoins') }} + {{ $t('notifs.nocoins') }}
-