[PR #98] [MERGED] Cloud sync #561

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

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/98
Author: @ButteryCrumpet
Created: 11/26/2019
Status: Merged
Merged: 11/26/2019
Merged by: @ButteryCrumpet

Base: masterHead: cloud-sync


📝 Commits (3)

  • 5b3a5ee api helpers for storage and syncing
  • 1edca06 syncing and state updating in NoteDb and store
  • fc6f918 frontend impl

📊 Changes

8 files changed (+139 additions, -55 deletions)

View changed files

📝 src/components/Storage/StorageCreate.tsx (+5 -9)
📝 src/components/Storage/StorageEdit.tsx (+16 -10)
📝 src/lib/accounts/api/storage.ts (+0 -15)
📝 src/lib/accounts/api/utils.ts (+3 -0)
📝 src/lib/accounts/index.ts (+1 -0)
📝 src/lib/db/NoteDb.ts (+38 -2)
📝 src/lib/db/store.ts (+59 -19)
src/lib/utils/http.ts (+17 -0)

📄 Description

Sync when adding link either in storage creation or on edit.


🔄 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/98 **Author:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Created:** 11/26/2019 **Status:** ✅ Merged **Merged:** 11/26/2019 **Merged by:** [@ButteryCrumpet](https://github.com/ButteryCrumpet) **Base:** `master` ← **Head:** `cloud-sync` --- ### 📝 Commits (3) - [`5b3a5ee`](https://github.com/BoostIO/BoostNote-App/commit/5b3a5eefe30535edf3d64f5e569bd66e804b121a) api helpers for storage and syncing - [`1edca06`](https://github.com/BoostIO/BoostNote-App/commit/1edca06411e3930732d6cfaa828f9e87af13954d) syncing and state updating in NoteDb and store - [`fc6f918`](https://github.com/BoostIO/BoostNote-App/commit/fc6f918e775e7163eb6529701a19ad5b299aab09) frontend impl ### 📊 Changes **8 files changed** (+139 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Storage/StorageCreate.tsx` (+5 -9) 📝 `src/components/Storage/StorageEdit.tsx` (+16 -10) 📝 `src/lib/accounts/api/storage.ts` (+0 -15) 📝 `src/lib/accounts/api/utils.ts` (+3 -0) 📝 `src/lib/accounts/index.ts` (+1 -0) 📝 `src/lib/db/NoteDb.ts` (+38 -2) 📝 `src/lib/db/store.ts` (+59 -19) ➕ `src/lib/utils/http.ts` (+17 -0) </details> ### 📄 Description Sync when adding link either in storage creation or on edit. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:22:10 +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#561
No description provided.