[PR #84] [MERGED] fix #34 add drag and drop function to sftp #2925

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/84
Author: @zxdong262
Created: 11/25/2017
Status: Merged
Merged: 11/25/2017
Merged by: @zxdong262

Base: masterHead: fix-34


📝 Commits (5)

📊 Changes

9 files changed (+315 additions, -31 deletions)

View changed files

📝 app/lib/fs.js (+28 -9)
📝 app/lib/sftp.js (+19 -0)
📝 package.json (+1 -1)
src/client/common/class.js (+50 -0)
📝 src/client/components/main/main.jsx (+1 -1)
📝 src/client/components/sftp/confirm-list.jsx (+16 -7)
📝 src/client/components/sftp/file.jsx (+172 -11)
📝 src/client/components/sftp/index.jsx (+20 -1)
📝 src/client/components/sftp/sftp.styl (+8 -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/84 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/25/2017 **Status:** ✅ Merged **Merged:** 11/25/2017 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-34` --- ### 📝 Commits (5) - [`7846603`](https://github.com/electerm/electerm/commit/784660319e83c2ec50fb71e764eb138c4e547e76) save - [`22e1b0b`](https://github.com/electerm/electerm/commit/22e1b0b7e7873f97fbfbf6346ca1cd2d4044f688) Merge branch 'master' of github.com:electerm/electerm into fix-34 - [`89ebe68`](https://github.com/electerm/electerm/commit/89ebe68b61007df49f5560672d1f086b8e8e6d17) save - [`b2f17a1`](https://github.com/electerm/electerm/commit/b2f17a1050803c343a7c8a3fa6c52ade28a3518b) fix #34 add drag and drop function to sftp - [`2beed07`](https://github.com/electerm/electerm/commit/2beed075425119b45b1a8184234a6b1b1ddca9a4) fix ### 📊 Changes **9 files changed** (+315 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/fs.js` (+28 -9) 📝 `app/lib/sftp.js` (+19 -0) 📝 `package.json` (+1 -1) ➕ `src/client/common/class.js` (+50 -0) 📝 `src/client/components/main/main.jsx` (+1 -1) 📝 `src/client/components/sftp/confirm-list.jsx` (+16 -7) 📝 `src/client/components/sftp/file.jsx` (+172 -11) 📝 `src/client/components/sftp/index.jsx` (+20 -1) 📝 `src/client/components/sftp/sftp.styl` (+8 -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:54:58 +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#2925
No description provided.