gab-social/app/javascript/gabsocial/features/notifications
mgabdev c8e8618f64 Added notification queueing functionality
updated streaming functionality to load notifications into a queue (if currently on notitications page) and to display TimelineQueueButtonHeader with outstanding notification count. (if not on notifications page, it behaves as normal, adding/updating notification state). Max 40 are saved to queuedNotifications state and all are tallied into the totalQueuedNotificationsCount state. On click of TimelineQueueButtonHeader it dequeues the queuedNotifications and loads on page if <= max, otherwise it refreshes the page and shows latest 20 (default count) and clears/resets the state for queuedNotifications and totalQueuedNotificationsCount.
2019-07-11 00:02:18 -04:00
..
components Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
containers Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
index.js Added notification queueing functionality 2019-07-11 00:02:18 -04:00