I deploy the FE with the Web Push Notifications enabled by default, but the checkbox in user settings is unchecked even though it works and is enabled.
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
@feld web push notifications is a user setting, not a instance setting, it's there if user wants to opt out of terrible and uselesess web push notifications. Not everyone wants web push. Currently they are off by default because there are some problems with them and specifically problems when using local dev environment (double push notifications!)
I changed it in the FE code before compiling it so it's enabled by default. We want it on by default. They actually work, whereas we saw no notifications without.
When enabled in the FE code by default, the checkbox doesn't seem aware
no we don't want it on by default, it causes troubles and its usefullness is limited. !623 (closed) is however adding admin control so you can enable it if you want half-baked notifications enabled by default.
Our users wanted notifications in their browsers. I made this change. Everyone is happy. We do not have duplicate notifications. Nothing is broken. I don't know what it is that you're referring to about things being half-baked or broken.
I've already got that fix in progress in the BE. Web push notifications are going to be much more useful soon.
Yes, we did want to change the default for users that didn't touch the setting yet.
This issue is about that checkbox not being displayed as checked by default, so the value is assumed to be off by default instead of verifying the default value provided by the FE.