[PR #1335] [MERGED] fix #1326 [feat] Support sync to secret github gist #3471

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1335
Author: @zxdong262
Created: 9/3/2019
Status: Merged
Merged: 9/3/2019
Merged by: @zxdong262

Base: masterHead: fix-1326


📝 Commits (8)

📊 Changes

11 files changed (+16284 additions, -14 deletions)

View changed files

📝 .gitignore (+0 -1)
📝 app/utils/config.default.js (+5 -1)
package-lock.json (+15835 -0)
📝 package.json (+4 -4)
📝 src/client/components/bookmark-form/index.jsx (+1 -1)
📝 src/client/components/common/external-link.jsx (+1 -1)
📝 src/client/components/setting-panel/setting-modal.jsx (+18 -2)
src/client/components/setting-sync/setting-sync.jsx (+230 -0)
📝 src/client/components/sidebar/index.jsx (+12 -0)
📝 src/client/components/terminal/index.jsx (+0 -1)
📝 src/client/store/index.js (+178 -3)

📄 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/1335 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 9/3/2019 **Status:** ✅ Merged **Merged:** 9/3/2019 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1326` --- ### 📝 Commits (8) - [`a2788bc`](https://github.com/electerm/electerm/commit/a2788bc560a7ce2e3c1e5f261b794fec5fed8469) save - [`fa2707e`](https://github.com/electerm/electerm/commit/fa2707e0f7e043a95bdabb34c403b7988270044c) save - [`e2998de`](https://github.com/electerm/electerm/commit/e2998de8d9d2ef2befc92bf6bfa8a90bd8c9063a) save - [`7fde412`](https://github.com/electerm/electerm/commit/7fde41286a5a7cdbc76d652f7533d601d52ab10a) save - [`645d188`](https://github.com/electerm/electerm/commit/645d18883ff1853ceabd7f8cddc876e44f450dfd) save - [`513a303`](https://github.com/electerm/electerm/commit/513a303cc561d461269410bf7027b50ff3f604ce) save - [`02c73e2`](https://github.com/electerm/electerm/commit/02c73e2861ba75b1912bde7339e810a80636f007) done - [`3db86ae`](https://github.com/electerm/electerm/commit/3db86aeaa4a7a63ceb02819be4cdb13d375d56af) fix ### 📊 Changes **11 files changed** (+16284 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -1) 📝 `app/utils/config.default.js` (+5 -1) ➕ `package-lock.json` (+15835 -0) 📝 `package.json` (+4 -4) 📝 `src/client/components/bookmark-form/index.jsx` (+1 -1) 📝 `src/client/components/common/external-link.jsx` (+1 -1) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+18 -2) ➕ `src/client/components/setting-sync/setting-sync.jsx` (+230 -0) 📝 `src/client/components/sidebar/index.jsx` (+12 -0) 📝 `src/client/components/terminal/index.jsx` (+0 -1) 📝 `src/client/store/index.js` (+178 -3) </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:56:52 +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#3471
No description provided.