[PR #1021] [MERGED] Bug/notifications fixes #1088

Closed
opened 2026-03-03 00:24:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1021
Author: @ButteryCrumpet
Created: 6/24/2021
Status: Merged
Merged: 6/24/2021
Merged by: @Rokt33r

Base: masterHead: bug/notifications-fixes


📝 Commits (2)

  • 3444099 fix displaying alert on 0 notifications
  • 21f956a notification viewed event

📊 Changes

5 files changed (+30 additions, -8 deletions)

View changed files

📝 src/cloud/components/organisms/EventSource.tsx (+1 -0)
📝 src/cloud/interfaces/db/appEvents.ts (+1 -0)
📝 src/components/organisms/AppNavigator.tsx (+4 -2)
📝 src/shared/components/organisms/Sidebar/molecules/SidebarSpaces.tsx (+1 -1)
📝 src/shared/lib/stores/notifications/index.ts (+23 -5)

📄 Description

  • Handle notificationViewed events
  • Hide notification mark on 0 viewed.

🔄 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/BoostIO/BoostNote-App/pull/1021 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 6/24/2021 **Status:** ✅ Merged **Merged:** 6/24/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `bug/notifications-fixes` --- ### 📝 Commits (2) - [`3444099`](https://github.com/BoostIO/BoostNote-App/commit/344409989b97e19f1fd8891635232731a7f97c3d) fix displaying alert on 0 notifications - [`21f956a`](https://github.com/BoostIO/BoostNote-App/commit/21f956a5b678185a04f6bb6a75539ec8c70e136e) notification viewed event ### 📊 Changes **5 files changed** (+30 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/components/organisms/EventSource.tsx` (+1 -0) 📝 `src/cloud/interfaces/db/appEvents.ts` (+1 -0) 📝 `src/components/organisms/AppNavigator.tsx` (+4 -2) 📝 `src/shared/components/organisms/Sidebar/molecules/SidebarSpaces.tsx` (+1 -1) 📝 `src/shared/lib/stores/notifications/index.ts` (+23 -5) </details> ### 📄 Description - Handle `notificationViewed` events - Hide notification mark on 0 viewed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:24:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1088
No description provided.