[PR #1623] [MERGED] fix #1622 [bug fix] Fix sync function and config saving #3579

Closed
opened 2026-02-27 00:57:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1623
Author: @zxdong262
Created: 3/23/2020
Status: Merged
Merged: 3/23/2020
Merged by: @zxdong262

Base: masterHead: fix-1622


📝 Commits (3)

📊 Changes

12 files changed (+54 additions, -35 deletions)

View changed files

📝 package-lock.json (+11 -11)
📝 package.json (+2 -2)
📝 src/app/lib/init-server.js (+10 -0)
📝 src/app/upgrade/index.js (+3 -11)
📝 src/app/upgrade/init-nedb.js (+2 -2)
📝 src/client/common/db.js (+2 -1)
📝 src/client/components/common/react-subx.jsx (+1 -1)
📝 src/client/components/setting-sync/setting-sync.jsx (+2 -1)
📝 src/client/store/common.js (+7 -0)
📝 src/client/store/index.js (+1 -1)
📝 src/client/store/sync.js (+12 -4)
📝 src/client/store/watch.js (+1 -1)

📄 Description

No description provided


🔄 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/electerm/electerm/pull/1623 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/23/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1622` --- ### 📝 Commits (3) - [`59b79cf`](https://github.com/electerm/electerm/commit/59b79cf6df160fa98ae2c700b0bb59a02e303512) fix #1622 [bug fix] Fix sync function - [`99b414e`](https://github.com/electerm/electerm/commit/99b414e4550b4759b06d261fdc5762748e9c445e) save - [`c5d3826`](https://github.com/electerm/electerm/commit/c5d382691cca81d571270dcdcfbccc4f2854a281) sa ### 📊 Changes **12 files changed** (+54 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+11 -11) 📝 `package.json` (+2 -2) 📝 `src/app/lib/init-server.js` (+10 -0) 📝 `src/app/upgrade/index.js` (+3 -11) 📝 `src/app/upgrade/init-nedb.js` (+2 -2) 📝 `src/client/common/db.js` (+2 -1) 📝 `src/client/components/common/react-subx.jsx` (+1 -1) 📝 `src/client/components/setting-sync/setting-sync.jsx` (+2 -1) 📝 `src/client/store/common.js` (+7 -0) 📝 `src/client/store/index.js` (+1 -1) 📝 `src/client/store/sync.js` (+12 -4) 📝 `src/client/store/watch.js` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:57:15 +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/electerm#3579
No description provided.