mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
Feature Request - Ability to make a System Wide Popup Notification #510
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jaimedmp on GitHub (May 17, 2024).
Good day,
I would like to request a system-wide popup notification.
This feature will provide the ability to announce scheduled maintenance or updates.
Here is the ideal notification style that I envision: https://tympanus.net/Development/NotificationStyles/bar-slidetop.html
Thank you!
@meltyshev commented on GitHub (May 17, 2024):
Hi! We already added the ability to show notifications in v2, used react-hot-toast for that. But we find the idea of showing notifications during an update very useful. At the moment we just show that there is no connection. Do you have an idea how this could be done?
@jaimedmp commented on GitHub (May 20, 2024):
Notifications during updates are indeed beneficial. In my server configuration, I have already set up an HTML document to be displayed when a 502 error occurs or when Planka is unavailable.
Regarding contributions to the code, I am currently unable to engage in this aspect.
I would like to propose the following enhancements:
I recognize that version 2 already includes a notification feature, but a notification that requires user intervention to close would be exceptionally beneficial. This feature I propose ensures that the notification is carefully read and understood.
Please let me know if you require any clarification from me.
Thank you so much!
@meltyshev commented on GitHub (May 21, 2024):
It's more clear to us now, thanks for the details!
@Justinzobel commented on GitHub (Sep 27, 2024):
This would be great to be expanded to browser notifications so if I have Planka open in my browser but am focussing on something else I could get a desktop notification from Firefox (or whichever browser) to let me know X task on Y board is due or coming due soon.
@iGerman00 commented on GitHub (Oct 19, 2025):
Just got Planka set up, it's great but browser notifications is the one thing I'm really missing. Since you already have a notifications feed right now inside the app - could you implement something like https://developer.mozilla.org/en-US/docs/Web/API/Push_API in a simple worker script? Browsers handle notifications pretty well on their own, all you have to do is sync them to the client.
I might be misinformed but I didn't find anything about that in the docs