[PR #838] [MERGED] cache for realtime state #941

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/838
Author: @ButteryCrumpet
Created: 3/7/2021
Status: Merged
Merged: 3/8/2021
Merged by: @ButteryCrumpet

Base: masterHead: optimisation/realtime-cache


📝 Commits (1)

📊 Changes

6 files changed (+96 additions, -3 deletions)

View changed files

📝 package-lock.json (+5 -0)
📝 package.json (+1 -0)
📝 src/cloud/components/molecules/Editor/index.tsx (+1 -0)
📝 src/cloud/components/organisms/DocPage/SharedDocPage.tsx (+2 -1)
src/cloud/lib/cache.ts (+58 -0)
📝 src/cloud/lib/editor/hooks/useRealtime.ts (+29 -2)

📄 Description

Cache recent documents in indexeddb


🔄 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/838 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 3/7/2021 **Status:** ✅ Merged **Merged:** 3/8/2021 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `optimisation/realtime-cache` --- ### 📝 Commits (1) - [`46ba6a8`](https://github.com/BoostIO/BoostNote-App/commit/46ba6a87cbf14068f1288a3d695530572221893c) cache for realtime state ### 📊 Changes **6 files changed** (+96 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -0) 📝 `package.json` (+1 -0) 📝 `src/cloud/components/molecules/Editor/index.tsx` (+1 -0) 📝 `src/cloud/components/organisms/DocPage/SharedDocPage.tsx` (+2 -1) ➕ `src/cloud/lib/cache.ts` (+58 -0) 📝 `src/cloud/lib/editor/hooks/useRealtime.ts` (+29 -2) </details> ### 📄 Description Cache recent documents in indexeddb --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:54 +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#941
No description provided.