[PR #969] [MERGED] Fix/nav fetching #1049

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/969
Author: @Rokt33r
Created: 5/26/2021
Status: Merged
Merged: 5/26/2021
Merged by: @Rokt33r

Base: masterHead: fix/nav-fetching


📝 Commits (7)

  • 57c307b Discard init data since we don't provide it anymore
  • 31afee1 Update response body of teams.resources
  • fea178e Store appEvents to nav hook
  • 138cef6 Populate timeline rows from appEvents
  • b53d47e Store app events from SSE
  • 8cd28ff Increase doc count for timeline to 20
  • f1d8f68 Persist head revision

📊 Changes

5 files changed (+89 additions, -16 deletions)

View changed files

📝 src/cloud/api/teams/resources/index.ts (+2 -0)
📝 src/cloud/components/Application.tsx (+31 -4)
📝 src/cloud/components/organisms/EventSource.tsx (+3 -0)
📝 src/cloud/lib/stores/nav/store.tsx (+51 -11)
📝 src/cloud/lib/stores/nav/types.ts (+2 -1)

📄 Description

Store app events to render them in nav timeline tab


🔄 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/969 **Author:** [@Rokt33r](https://github.com/Rokt33r) **Created:** 5/26/2021 **Status:** ✅ Merged **Merged:** 5/26/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `fix/nav-fetching` --- ### 📝 Commits (7) - [`57c307b`](https://github.com/BoostIO/BoostNote-App/commit/57c307bba229760c9f44fb62460baba8433b0e69) Discard init data since we don't provide it anymore - [`31afee1`](https://github.com/BoostIO/BoostNote-App/commit/31afee158f8f8cba8ca8343a1eb6629ab9eb0641) Update response body of teams.resources - [`fea178e`](https://github.com/BoostIO/BoostNote-App/commit/fea178eb1aa57b06928ca5966763e6e5acb59730) Store appEvents to nav hook - [`138cef6`](https://github.com/BoostIO/BoostNote-App/commit/138cef6ebb307734619fe4c04a14c2967ac3b6bd) Populate timeline rows from appEvents - [`b53d47e`](https://github.com/BoostIO/BoostNote-App/commit/b53d47e84068f50e3b848b968c2211cfa7da4e19) Store app events from SSE - [`8cd28ff`](https://github.com/BoostIO/BoostNote-App/commit/8cd28ff9803644eec0f51f92c46e721412c344af) Increase doc count for timeline to 20 - [`f1d8f68`](https://github.com/BoostIO/BoostNote-App/commit/f1d8f6854724d1b3d50683af4698091124d47c28) Persist head revision ### 📊 Changes **5 files changed** (+89 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/teams/resources/index.ts` (+2 -0) 📝 `src/cloud/components/Application.tsx` (+31 -4) 📝 `src/cloud/components/organisms/EventSource.tsx` (+3 -0) 📝 `src/cloud/lib/stores/nav/store.tsx` (+51 -11) 📝 `src/cloud/lib/stores/nav/types.ts` (+2 -1) </details> ### 📄 Description Store app events to render them in nav timeline tab --- <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:24 +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#1049
No description provided.