Optimize Notifications Rendering
All threads resolved!
All threads resolved!
It works like this:
- keeps count of how many seen notifications it should display per notifications column (we can have multiple thanks to interactions)
- increases the number when loading older to show more
- puts the number back to default whenever clicking "Read!", since we can be sure you're on top whenever you click it. This cuts off bloat in DOM from all the older notifications (which are still in store)
- when clicking load older while the older are still in store, it just increases the number to display, only fetching more when the number is greater than what's in store already.
Merge request reports
Activity
- Resolved by Shpuld Shpludson
added 6 commits
-
6ff3c941...dd740043 - 4 commits from branch
develop
- 5c52726e - Merge branch 'develop' into feat/optimize-amount-of-notifs-to-render
- 1c995f2e - update CHANGELOG
-
6ff3c941...dd740043 - 4 commits from branch
mentioned in commit ac90d4c5
Please register or sign in to reply