[PR #4942] [MERGED] Web push notifications #4836

Closed
opened 2026-02-22 18:36:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4942
Author: @timothycarambat
Created: 1/29/2026
Status: Merged
Merged: 2/2/2026
Merged by: @timothycarambat

Base: masterHead: web-push-notifications-bootstrap


📝 Commits (4)

  • 7858269 WIP push notifications
  • e839497 testing push
  • ede98bc cleanup for web-push bootstrapping
  • f1bfe15 Merge branch 'master' into web-push-notifications-bootstrap

📊 Changes

13 files changed (+519 additions, -51 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+17 -17)
frontend/public/service-workers/push-notifications.js (+26 -0)
frontend/src/hooks/useWebPushNotifications.js (+123 -0)
📝 server/.gitignore (+1 -0)
server/endpoints/webPush.js (+27 -0)
📝 server/index.js (+2 -1)
📝 server/models/user.js (+29 -4)
📝 server/package.json (+1 -0)
server/prisma/migrations/20260130040204_init/migration.sql (+2 -0)
📝 server/prisma/schema.prisma (+27 -26)
server/utils/PushNotifications/index.js (+222 -0)
📝 server/utils/boot/index.js (+3 -0)
📝 server/yarn.lock (+39 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4942 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `web-push-notifications-bootstrap` --- ### 📝 Commits (4) - [`7858269`](https://github.com/Mintplex-Labs/anything-llm/commit/785826981a5555d3f7f5e80509cefa11825c77c1) WIP push notifications - [`e839497`](https://github.com/Mintplex-Labs/anything-llm/commit/e83949759fddb3ee85a1d716e9076a38a55b837f) testing push - [`ede98bc`](https://github.com/Mintplex-Labs/anything-llm/commit/ede98bc17c9d2ade1a70f3f283db4f7bea8e55d0) cleanup for web-push bootstrapping - [`f1bfe15`](https://github.com/Mintplex-Labs/anything-llm/commit/f1bfe15b518938885cbcdcbaf2cf4cbc25fb929b) Merge branch 'master' into web-push-notifications-bootstrap ### 📊 Changes **13 files changed** (+519 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+17 -17) ➕ `frontend/public/service-workers/push-notifications.js` (+26 -0) ➕ `frontend/src/hooks/useWebPushNotifications.js` (+123 -0) 📝 `server/.gitignore` (+1 -0) ➕ `server/endpoints/webPush.js` (+27 -0) 📝 `server/index.js` (+2 -1) 📝 `server/models/user.js` (+29 -4) 📝 `server/package.json` (+1 -0) ➕ `server/prisma/migrations/20260130040204_init/migration.sql` (+2 -0) 📝 `server/prisma/schema.prisma` (+27 -26) ➕ `server/utils/PushNotifications/index.js` (+222 -0) 📝 `server/utils/boot/index.js` (+3 -0) 📝 `server/yarn.lock` (+39 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:38 -05:00
yindo closed this issue 2026-02-22 18:36:38 -05:00
yindo changed title from [PR #4942] Web push notifications to [PR #4942] [MERGED] Web push notifications 2026-06-05 15:20:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4836