mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #98] [MERGED] Cloud sync #561
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#561
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:cloud-sync📝 Commits (3)
5b3a5eeapi helpers for storage and syncing1edca06syncing and state updating in NoteDb and storefc6f918frontend 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.