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.
I often find it cumbersome to manually click a "Load More" button to view additional notifications. Moreover, after clicking "Load More," the previous notifications should be removed. If a user wishes to view previous notifications again, they should restart the entire process of viewing notifications. This behavior complicates the management and viewing of notifications, making it inefficient.
Describe the solution you'd like
I propose implementing infinite scrolling for the notifications list, allowing new notifications to load automatically as the user scrolls to the bottom. Additionally, when the event filter is changed, the existing list of notifications should be cleared and replaced with the new results. This ensures that the list remains current and relevant to the selected filter. However, previous notifications will still be available, and new notifications will append at the end of the list.
Describe alternatives you've considered
Manual Load More Button: Retaining the "Load More" button as a fallback option in case infinite scrolling encounters issues.
Pagination: Implementing a traditional pagination system where users can navigate through pages of notifications.
Is your feature request related to a problem? Please describe.
I often find it cumbersome to manually click a "Load More" button to view additional notifications. Moreover, after clicking "Load More," the previous notifications should be removed. If a user wishes to view previous notifications again, they should restart the entire process of viewing notifications. This behavior complicates the management and viewing of notifications, making it inefficient.
Describe the solution you'd like
I propose implementing infinite scrolling for the notifications list, allowing new notifications to load automatically as the user scrolls to the bottom. Additionally, when the event filter is changed, the existing list of notifications should be cleared and replaced with the new results. This ensures that the list remains current and relevant to the selected filter. However, previous notifications will still be available, and new notifications will append at the end of the list.
Describe alternatives you've considered
Solution Video:
https://github.com/user-attachments/assets/f3fdefd6-85f4-4b8a-adee-42da3445cd80
The text was updated successfully, but these errors were encountered: