Notification with Service Workers now is working!
When a Notification arrives, it save into the IndexDb, then in Vue.js call a polling to check in the db if there is a different record count. If is different then call a get to update the notification.
This commit is contained in:
@@ -30,6 +30,10 @@ export default defineComponent({
|
||||
label: 'Non hanno l\'Invitante',
|
||||
value: shared_consts.FILTER_USER_NO_INVITANTE
|
||||
},
|
||||
{
|
||||
label: 'Segnalati',
|
||||
value: shared_consts.FILTER_REPORTED
|
||||
},
|
||||
{
|
||||
label: 'No Approv. Invitante',
|
||||
value: shared_consts.FILTER_USER_NO_VERIFIED_APORTADOR
|
||||
|
||||
Reference in New Issue
Block a user