Commit Graph

41 Commits (03f50f2f00a129da0cc021369b975ecfccf1327f)

Author SHA1 Message Date
Claire fa293f03fa [Glitch] Fix handling of duplicate and out-of-order notifications in WebUI
Port 7c8e2b9859 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire 7e62688a0e
Fix notification cleaning mode causing notifications to get stuck (#1868) 2 years ago
Claire 27a2edcb79
Fix issues with notification cleaning mode when there is a disconnection gap (#1867) 2 years ago
Claire b75bf336bd Move more modules from flavours/glitch/utils to flavours/glitch 2 years ago
Claire d3879c07b1 Rename flavours/glitch/util into flavours/glitch/utils 2 years ago
Claire 448ed92f76 [Glitch] Fix quickly switching notification filters resulting in empty or incorrect list
Port afb8bc97d0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Shlee 8a93dd3d83 [Glitch] Update notifications.js
Port d92ce31c92 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Eugen Rochko 485b43ed7e [Glitch] Add notifications for new reports
Port 2936f42a14 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2 years ago
Claire 1a591ffc8b [Glitch] Fix unread notification count when polling
Port 92f1d739b5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
ThibG e0a253fb22 [Glitch] Change notification permission handling
Port 79efcf8aad to glitch-soc

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Eugen Rochko 0aeb833317 [Glitch] Add button to dismiss desktop notifications permissions banner
Port 4790a126be to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
ThibG b5927301cf [Glitch] Fix browser notification permission request logic
Port f54ca3d08e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
ThibG 842c048c6b [Glitch] Fix unread notification marker not updating when mounting column
Port dac3e362fd to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Thibaut Girka cd861c051c Fix issue checking for last unread notification when there are gaps 4 years ago
Thibaut Girka 787d5d7289 Fix minor bugs 4 years ago
Thibaut Girka 312c936d51 Minor refactoring and fixups 4 years ago
Thibaut Girka 60eebc6cc4 Fix crashes when connection drops 4 years ago
Thibaut Girka f1c0cf9806 Add button to manually mark all notifications as read 4 years ago
Thibaut Girka 94c290d7d2 Only update read marker when giving focus/mounting column 4 years ago
Thibaut Girka 145ed37978 Refactor and change logic to only update marker if we reached the last
read notification.
4 years ago
Bèr Kessels fc53d9cc76 [Glitch] Code style improvements in JavaScript
Port fd76955f39 to glitch-soc

* JS-linter: fix trailing comma's

* Configure eslinter to ignore this onchange error.

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Thibaut Girka e135b293fa Fetch last read notification id to update unread notification count on load 4 years ago
ThibG 1e1293e3c8 [Glitch] Add follow_request notification type
Port 911cc14481 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
4 years ago
Eugen Rochko 5c9ba9177a [Glitch] Revert "Change timelines to add new items to pending items when scrolled down #11867"
Port 8c4b5f7cef to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG b840de580f [Glitch] Fix “load more” adding older toots/notifications to pending items
Port 577706987d to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG 8b00cf519e [Glitch] Change timelines to add new items to pending items when scrolled down
Port d256901f60 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
ThibG 75673cf8e3 [Glitch] Fix “slow mode” issues
Port f109867578 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko 31fc3be0a4 [Glitch] Change account domain block to clear out notifications and follows
Port 4eeff26533 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko e91bf82083 [Glitch] Add option to disable real-time updates in web UI
Port 729723f857 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
abcang 9bb4f796db [Glitch] Display notifications count on a new single column
Port 3593b85423 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
5 years ago
Eugen Rochko 1e06ca1c0a Fix web UI not removing notifications after block (#10108)
Regression from #7311
5 years ago
abcang 7209a8b32f Keep notification when muting_notifications is true (#7311)
* Keep notification when muting_notifications is true

* Retrun mute object

* Fix test
5 years ago
Thibaut Girka 06a7c07eda [Glitch] Add notification quick-filter bar in the frontend app
Port 13dce12665 to glitch-soc
5 years ago
Thibaut Girka c20c6c2029 [Glitch] Fix hasMore in notifications 5 years ago
Thibaut Girka d315f1dc02 Count unread notifications when window loses focus 6 years ago
Thibaut Girka c8875b4d8a Keep track of unread notifications when the notification column isn't mounted 6 years ago
Thibaut Girka 711826cb37 Accurately count deleted unread notifications 6 years ago
Thibaut Girka 4b38ac3bed [Glitch] Fix comparing id
Port 0ba49eca8b to glitch-soc
6 years ago
Thibaut Girka 5d16fd3f28 [Glitch] Add missing null handling in notification reducer
Port 2f3ac14a43 to glitch-soc
6 years ago
Thibaut Girka 4eba8c50c3 [Glitch] Allow clients to fetch notifications made while they were offline
Port cbf97c03bb to glitch-soc
6 years ago
kibigo! bc4fa6b198 Rename themes -> flavours ? ? 7 years ago