-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: push/browser notifications #129
Comments
I've been hesitant to implement this in the past, due to a lot of users usually blocking browser based notifications - or them not being well integrated with the OS. |
It would be nice to get notifications on mobile via Progressive Web App architecture |
Fluidd is already a PWA. The notifications themselves are another story.. I'll look into them a bit more in an upcoming update. |
If desired please give a little developer overivew / intro documentation and I offer my help :-) |
I've started implementing this, but we are running into a couple issues here:
Because of those reasons, deploying this is currently blocked (as it would only work for localhost or setups with both Fluidd and Moonraker being served over HTTPS). I'll move this to the backlog and keep you updated if anything changes. |
Given the technical requirements for in-browser notifications to work (specifically, HTTPS), I don't see this moving forward anytime soon. I would recommend that instead, users just use the existing Moonraker notifier support: https://moonraker.readthedocs.io/en/latest/configuration/#notifier |
I'll go ahead and close this for now, considering there already are alternatives. I do agree however that in-browser notifications would be nice to have, so we most likely will revisit this once we have the prerequisites for it implemented. |
Browser notification when a print completes/error stops
Tried to find this in vueify for desktop browser but did find it as an html standard https://developer.mozilla.org/en-US/docs/Web/API/Notification
and as a push notification view for vue on mobile devices https://vuejsexamples.com/a-library-for-previewing-push-notification-with-vue/
The text was updated successfully, but these errors were encountered: