[PR #2871] [MERGED] Support batch operation #3823

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2871
Author: @zxdong262
Created: 7/2/2023
Status: Merged
Merged: 7/2/2023
Merged by: @zxdong262

Base: masterHead: batch-op


📝 Commits (1)

📊 Changes

18 files changed (+691 additions, -93 deletions)

View changed files

📝 package-lock.json (+20 -20)
📝 package.json (+2 -2)
📝 src/client/common/constants.js (+1 -0)
src/client/components/batch-op/batch-op.jsx (+593 -0)
📝 src/client/components/common/react-subx.jsx (+1 -3)
📝 src/client/components/main/main.jsx (+2 -0)
📝 src/client/components/quick-commands/quick-commands-box.jsx (+3 -9)
📝 src/client/components/session/session.jsx (+6 -0)
📝 src/client/components/setting-panel/setting-wrap.styl (+1 -0)
📝 src/client/components/sftp/sftp-entry.jsx (+11 -7)
📝 src/client/components/sftp/transfer-conflict.jsx (+7 -2)
📝 src/client/components/sidebar/index.jsx (+11 -2)
src/client/store/auto-run.js (+0 -32)
📝 src/client/store/common.js (+4 -0)
📝 src/client/store/index.js (+3 -3)
📝 src/client/store/init-state.js (+1 -0)
📝 src/client/store/quick-command.js (+13 -1)
📝 src/client/store/watch.js (+12 -12)

📄 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/2871 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 7/2/2023 **Status:** ✅ Merged **Merged:** 7/2/2023 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `batch-op` --- ### 📝 Commits (1) - [`d0cecd6`](https://github.com/electerm/electerm/commit/d0cecd6fda9490f176d8d494eead68dfb4a4b962) Support batch operation ### 📊 Changes **18 files changed** (+691 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+20 -20) 📝 `package.json` (+2 -2) 📝 `src/client/common/constants.js` (+1 -0) ➕ `src/client/components/batch-op/batch-op.jsx` (+593 -0) 📝 `src/client/components/common/react-subx.jsx` (+1 -3) 📝 `src/client/components/main/main.jsx` (+2 -0) 📝 `src/client/components/quick-commands/quick-commands-box.jsx` (+3 -9) 📝 `src/client/components/session/session.jsx` (+6 -0) 📝 `src/client/components/setting-panel/setting-wrap.styl` (+1 -0) 📝 `src/client/components/sftp/sftp-entry.jsx` (+11 -7) 📝 `src/client/components/sftp/transfer-conflict.jsx` (+7 -2) 📝 `src/client/components/sidebar/index.jsx` (+11 -2) ➖ `src/client/store/auto-run.js` (+0 -32) 📝 `src/client/store/common.js` (+4 -0) 📝 `src/client/store/index.js` (+3 -3) 📝 `src/client/store/init-state.js` (+1 -0) 📝 `src/client/store/quick-command.js` (+13 -1) 📝 `src/client/store/watch.js` (+12 -12) </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:55 +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#3823
No description provided.