removed alerts

This commit is contained in:
cpu
2025-03-30 22:51:35 +02:00
parent ab356eb150
commit c8991b81fa
18 changed files with 210 additions and 98 deletions

4
sw.js
View File

@@ -163,7 +163,7 @@ self.addEventListener('push', event => {
});
return Promise.all(sendPromises).then(() => {
// Remove battery notification logic - don't show any notifications
// No notifications will be shown for any action, including low battery
return Promise.resolve();
});
})
@@ -178,7 +178,7 @@ self.addEventListener('message', event => {
return;
}
// Remove the battery timestamp handling
// No battery-related handling
});
// This helps with navigation after app is installed