about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/notifications.js
AgeCommit message (Expand)Author
2023-02-03[Glitch] Run eslint --fixClaire
2022-11-06[Glitch] Fix handling of duplicate and out-of-order notifications in WebUIClaire
2022-10-13Fix notification cleaning mode causing notifications to get stuck (#1868)Claire
2022-10-13Fix issues with notification cleaning mode when there is a disconnection gap ...Claire
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-08-25[Glitch] Fix quickly switching notification filters resulting in empty or inc...Claire
2022-08-21[Glitch] Update notifications.jsShlee
2022-06-28[Glitch] Add notifications for new reportsEugen Rochko
2021-05-22[Glitch] Fix unread notification count when pollingClaire
2020-12-19[Glitch] Change notification permission handlingThibG
2020-11-12[Glitch] Add button to dismiss desktop notifications permissions bannerEugen Rochko
2020-10-21[Glitch] Fix browser notification permission request logicThibG
2020-10-21[Glitch] Fix unread notification marker not updating when mounting columnThibG
2020-10-08Fix issue checking for last unread notification when there are gapsThibaut Girka
2020-09-19Fix minor bugsThibaut Girka
2020-09-19Minor refactoring and fixupsThibaut Girka
2020-09-17Fix crashes when connection dropsThibaut Girka
2020-09-17Add button to manually mark all notifications as readThibaut Girka
2020-09-17Only update read marker when giving focus/mounting columnThibaut Girka
2020-09-17Refactor and change logic to only update marker if we reached the lastThibaut Girka
2020-03-08[Glitch] Code style improvements in JavaScriptBèr Kessels
2020-02-01Fetch last read notification id to update unread notification count on loadThibaut Girka
2019-12-07[Glitch] Add follow_request notification typeThibG
2019-09-30[Glitch] Revert "Change timelines to add new items to pending items when scro...Eugen Rochko
2019-09-18[Glitch] Fix “load more” adding older toots/notifications to pending itemsThibG
2019-09-18[Glitch] Change timelines to add new items to pending items when scrolled downThibG
2019-09-18[Glitch] Fix “slow mode” issuesThibG
2019-07-28[Glitch] Change account domain block to clear out notifications and followsEugen Rochko
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
2019-06-13[Glitch] Display notifications count on a new single columnabcang
2019-02-26Fix web UI not removing notifications after block (#10108)Eugen Rochko
2019-02-26Keep notification when muting_notifications is true (#7311)abcang
2018-12-18[Glitch] Add notification quick-filter bar in the frontend appThibaut Girka
2018-12-13[Glitch] Fix hasMore in notificationsThibaut Girka
2018-09-07Count unread notifications when window loses focusThibaut Girka
2018-09-07Keep track of unread notifications when the notification column isn't mountedThibaut Girka
2018-09-07Accurately count deleted unread notificationsThibaut Girka
2018-05-29[Glitch] Fix comparing idThibaut Girka
2018-05-29[Glitch] Add missing null handling in notification reducerThibaut Girka
2018-05-29[Glitch] Allow clients to fetch notifications made while they were offlineThibaut Girka
2017-12-03Rename themes -> flavours ? ?kibigo!