about summary refs log tree commit diff
path: root/src/lib/notifications/notifications.ts
Commit message (Expand)AuthorAgeFilesLines
* adjust notifications experiment by removing `canAskAgain` (#4271)Hailey2024-05-301-39/+34
* Replace getAgent() with reading agent (#4243)dan2024-05-281-5/+5
* Disable badge incrementing for DMs (#4088)Hailey2024-05-171-1/+7
* [🐴] Don't always show notification for everything (#4083)Hailey2024-05-171-1/+3
* [🐴] Decrement app badge when opening unread chat (#4040)Hailey2024-05-161-0/+12
* add a `Login` notifications request (#4006)Hailey2024-05-131-1/+2
* actually register token on permissions change (#3990)Hailey2024-05-131-10/+21
* Move request for notifications permissions to `HomeReadyScreen` (#3977)Hailey2024-05-131-44/+64
* Handle push notifications for DMs (#3895)Hailey2024-05-091-73/+1
* [Session] Drill `getAgent` into notifications handlers (#3705)Eric Bailey2024-04-251-1/+4
* Fix stale Notifications after push (#3507)dan2024-04-121-0/+4
* Make notifications init reactive to queryClient (#3329)dan2024-04-031-46/+58
* Track notification open (#3274)dan2024-03-191-0/+2
* Clean up some sentry logs (#2630)Eric Bailey2024-01-251-2/+2
* Multiple notifications fixes (#2154)Paul Frazee2023-12-091-2/+1
* Split notification init, add cleanup (#2102)dan2023-12-061-84/+77
* Maintain some feed data to avoid needless glimmers (#2054)Paul Frazee2023-11-301-2/+3
* Fix infinite query reloading behavior (reset, not invalidate) (#2031)Paul Frazee2023-11-291-2/+2
* Shell behaviors update (react-query refactor) (#1915)Paul Frazee2023-11-151-7/+7
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-5/+5
* Replace all logs with new loggerEric Bailey2023-11-041-17/+44
* Fix immediate TS errorsEric Bailey2023-11-041-10/+9
* Fix 1304 refresh notifications when a notif is clicked or received (#1339)Ansh2023-08-301-2/+7
* Add analytics event for when the app is opened from a notification (#1270)Paul Frazee2023-08-241-0/+2
* A couple quick notifications fixes (#1262)Paul Frazee2023-08-231-3/+6
* [APP-786] Native notifications (#1095)Ansh2023-08-231-0/+101