[PR #947] [MERGED] fix #938 Centralized state management #3295

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/947
Author: @zxdong262
Created: 11/16/2018
Status: Merged
Merged: 11/16/2018
Merged by: @zxdong262

Base: masterHead: fix-938


📝 Commits (1)

📊 Changes

15 files changed (+229 additions, -299 deletions)

View changed files

📝 app/app.js (+1 -3)
app/lib/version.js (+0 -16)
📝 package.json (+1 -1)
📝 src/client/common/class.js (+3 -2)
📝 src/client/components/bookmark-form/index.jsx (+5 -2)
📝 src/client/components/control/btns.jsx (+4 -5)
📝 src/client/components/control/index.jsx (+20 -244)
📝 src/client/components/main/main.jsx (+176 -3)
📝 src/client/components/main/update-check.jsx (+1 -1)
📝 src/client/components/setting-panel/setting-modal.jsx (+1 -1)
📝 src/client/components/sftp/index.jsx (+2 -2)
📝 src/client/components/sftp/list-table.jsx (+2 -2)
📝 src/client/components/tabs/index.jsx (+3 -3)
📝 src/client/components/tabs/tab.jsx (+9 -13)
📝 src/client/components/terminal-theme/index.jsx (+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/947 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/16/2018 **Status:** ✅ Merged **Merged:** 11/16/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-938` --- ### 📝 Commits (1) - [`30bc856`](https://github.com/electerm/electerm/commit/30bc8562cb055b6a550135a5837e3334adc9ad07) fix #938 Centralized state management ### 📊 Changes **15 files changed** (+229 additions, -299 deletions) <details> <summary>View changed files</summary> 📝 `app/app.js` (+1 -3) ➖ `app/lib/version.js` (+0 -16) 📝 `package.json` (+1 -1) 📝 `src/client/common/class.js` (+3 -2) 📝 `src/client/components/bookmark-form/index.jsx` (+5 -2) 📝 `src/client/components/control/btns.jsx` (+4 -5) 📝 `src/client/components/control/index.jsx` (+20 -244) 📝 `src/client/components/main/main.jsx` (+176 -3) 📝 `src/client/components/main/update-check.jsx` (+1 -1) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+1 -1) 📝 `src/client/components/sftp/index.jsx` (+2 -2) 📝 `src/client/components/sftp/list-table.jsx` (+2 -2) 📝 `src/client/components/tabs/index.jsx` (+3 -3) 📝 `src/client/components/tabs/tab.jsx` (+9 -13) 📝 `src/client/components/terminal-theme/index.jsx` (+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:56: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#3295
No description provided.