Commit Graph

30 Commits

Author SHA1 Message Date
b64be353cc eslint: indent switch statements 2022-05-11 16:06:35 -05:00
ae01b845de eslint: enforce spacing of imports (and infix ops) 2022-05-11 12:40:34 -05:00
0b3509b5bd Support 'status' notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-14 22:08:53 +02:00
cd19425a0d Fix move notification crashing Notifications page 2022-03-16 19:23:07 -05:00
b5432ad8de Refactor some reducers with Immutable.Record 2022-03-11 14:42:52 -06:00
7d91bb7ff9 Refactor Notifications reducer with Immutable.Record, start rewriting tests 2022-03-11 13:51:34 -06:00
6323c7d70e eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
966ca91e1a eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
2a0e2001d6 eslint: enforce import/order 2022-01-10 16:01:24 -06:00
59db8fb442 Notifications: drop status notifications if status is null 2021-11-12 15:06:37 -06:00
3bb891adaa Notifications: skip importing notifications with a null status 2021-10-19 18:14:51 -05:00
c789fba629 Notifications: use Markers for unread count
This works consistently across all backends
2021-10-04 13:27:05 -05:00
c1ed8ed16f Mastodon: hide notifications counter 2021-09-20 13:00:24 -05:00
594cf088ed eslint: extend 'eslint:recommended' 2021-08-03 14:29:36 -05:00
5548644bd6 eslint: no-extra-semi 2021-08-03 14:22:51 -05:00
a310197a5a eslint: prefer-const, no-loop-func, no-const-assign, no-var 2021-08-03 12:36:11 -05:00
ace220850d Account move notification
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-06-30 13:42:38 +02:00
f236b4f3e6 Add follow request notification support 2021-03-29 13:35:30 -05:00
0bbdaa4191 eslint: trailing comma fixes, unused var 2020-10-07 13:08:36 -05:00
83f31b8a00 Notifications: parseInt ID when sorting 2020-09-27 14:33:21 -05:00
f183094f82 Refactor notifications again, this time with OrderedMap, fixes #433 2020-09-23 18:57:10 -05:00
3b94700311 Lint: fix import 2020-09-23 10:15:49 -05:00
4851ec24f9 Don't just put "null" in the notifications list, fixes #432 2020-09-23 10:14:27 -05:00
64a68c650e Notifications: refactor with OrderedSet instead of List 2020-09-22 13:42:08 -05:00
556e11a9cb Skip importing empty accounts, fixes #424 2020-09-15 10:33:12 -05:00
2c551130e6 Rip out markers, don't rely on them for unread count 2020-08-28 16:49:27 -05:00
859f340716 Chats: rudimentary display of chat message notifications 2020-08-27 14:33:03 -05:00
5e60fe1954 Support Pleroma legacy notification counter, fixes #172 2020-06-10 08:45:48 -05:00
0e86d03c97 Tests: Notification reducer NOTIFICATIONS_EXPAND_SUCCESS 2020-06-10 00:52:58 -05:00
d24dcb3e60 gabsocial --> soapbox paths 2020-05-28 17:56:55 -05:00