You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A notification service for updates that interfaces with #5625. Currently, users may not notice available updates for plugins, scrapers, or the application itself, as there is no persistent, visible mechanism to surface these updates in real time.
Describe the solution you'd like
A simple notification system integrated into the main navigation bar, such as a FontAwesome notification bell icon, that:
Displays the notification icon differently based on the notification state to catch the user's attention.
Could also show an unread count beside the notification icon, {icon} {unread count}
Offers a dropdown view to list all notifications, categorized by type (e.g., updates, warnings, informational alerts).
The dropdown allows notifications to include actionable items, such as:
"Update Now" for plugins or scrapers.
"Learn More" to go directly to the settings section where the user can see a detailed view of the matter
"Dismiss" or to remove notifications that are no longer relevant, or better yet to automatically dismiss notifications as read when the dropdown is access
Describe alternatives you've considered
Using the existing toast notifications, which would provide more immediate, "in your face" alerts. However while highly visible for a brief moment, these notifications are transient. Their temporary nature means they can be easily missed or forgotten once they disappear. Additionally, they don’t provide a persistent way to view or act on notifications later, unlike a main navigation bar icon, which stays visible until the user interacts with it.
Additional context
This system would integrate with a Centralized Update Checker feature #5625, ensuring all updates and even alerts are displayed in one place.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A notification service for updates that interfaces with #5625. Currently, users may not notice available updates for plugins, scrapers, or the application itself, as there is no persistent, visible mechanism to surface these updates in real time.
Describe the solution you'd like
A simple notification system integrated into the main navigation bar, such as a FontAwesome notification bell icon, that:
Describe alternatives you've considered
Using the existing toast notifications, which would provide more immediate, "in your face" alerts. However while highly visible for a brief moment, these notifications are transient. Their temporary nature means they can be easily missed or forgotten once they disappear. Additionally, they don’t provide a persistent way to view or act on notifications later, unlike a main navigation bar icon, which stays visible until the user interacts with it.
Additional context
This system would integrate with a Centralized Update Checker feature #5625, ensuring all updates and even alerts are displayed in one place.
The text was updated successfully, but these errors were encountered: