[PR #1850] [MERGED] fix #1665 feat: Support sync data to gitee secret gist #3642

Closed
opened 2026-02-27 01:53:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1850
Author: @zxdong262
Created: 10/26/2020
Status: Merged
Merged: 10/26/2020
Merged by: @zxdong262

Base: masterHead: fix-1665


📝 Commits (1)

  • f45fa73 fix #1665 feat: Support sync data to gitee secret gist

📊 Changes

15 files changed (+555 additions, -354 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/app/server/dispatch-center.js (+28 -12)
src/app/server/sync.js (+50 -0)
📝 src/app/upgrade/index.js (+1 -0)
src/app/upgrade/v1.5.13.js (+54 -0)
📝 src/client/common/constants.js (+9 -1)
📝 src/client/common/fetch-from-server.js (+2 -7)
📝 src/client/common/update-check.js (+18 -6)
📝 src/client/components/setting-panel/setting-modal.jsx (+3 -2)
src/client/components/setting-sync/setting-sync-form.jsx (+229 -0)
📝 src/client/components/setting-sync/setting-sync.jsx (+35 -230)
src/client/components/setting-sync/sync.styl (+6 -0)
📝 src/client/css/basic.styl (+2 -2)
📝 src/client/store/init-state.js (+3 -1)
📝 src/client/store/sync.js (+114 -92)

📄 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/1850 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 10/26/2020 **Status:** ✅ Merged **Merged:** 10/26/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1665` --- ### 📝 Commits (1) - [`f45fa73`](https://github.com/electerm/electerm/commit/f45fa73424cdc09c0e9318cfa7ae6ce670d941a3) fix #1665 feat: Support sync data to gitee secret gist ### 📊 Changes **15 files changed** (+555 additions, -354 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/app/server/dispatch-center.js` (+28 -12) ➕ `src/app/server/sync.js` (+50 -0) 📝 `src/app/upgrade/index.js` (+1 -0) ➕ `src/app/upgrade/v1.5.13.js` (+54 -0) 📝 `src/client/common/constants.js` (+9 -1) 📝 `src/client/common/fetch-from-server.js` (+2 -7) 📝 `src/client/common/update-check.js` (+18 -6) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+3 -2) ➕ `src/client/components/setting-sync/setting-sync-form.jsx` (+229 -0) 📝 `src/client/components/setting-sync/setting-sync.jsx` (+35 -230) ➕ `src/client/components/setting-sync/sync.styl` (+6 -0) 📝 `src/client/css/basic.styl` (+2 -2) 📝 `src/client/store/init-state.js` (+3 -1) 📝 `src/client/store/sync.js` (+114 -92) </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 01:53:16 +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#3642
No description provided.