[PR #565] [MERGED] fix #550 rewrite file manager drop/paste functions #3139

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/565
Author: @zxdong262
Created: 7/3/2018
Status: Merged
Merged: 7/3/2018
Merged by: @zxdong262

Base: masterHead: fix-550


📝 Commits (5)

📊 Changes

9 files changed (+309 additions, -202 deletions)

View changed files

📝 app/lib/sftp.js (+0 -64)
📝 package.json (+1 -1)
📝 src/client/common/constants.js (+6 -0)
📝 src/client/components/sftp/confirm-list.jsx (+75 -76)
src/client/components/sftp/file-ops.jsx (+75 -0)
📝 src/client/components/sftp/file.jsx (+72 -27)
📝 src/client/components/sftp/index.jsx (+37 -5)
📝 src/client/components/sftp/sftp.styl (+2 -2)
📝 src/client/components/sftp/transport.jsx (+41 -27)

📄 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/565 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 7/3/2018 **Status:** ✅ Merged **Merged:** 7/3/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-550` --- ### 📝 Commits (5) - [`b385704`](https://github.com/electerm/electerm/commit/b38570439551e03ef096aa539ba38c1fe3ef8f85) save - [`be5fe48`](https://github.com/electerm/electerm/commit/be5fe48ac006e58181ba952fac3735ba574845e8) merge - [`34cb80a`](https://github.com/electerm/electerm/commit/34cb80a1e53f78bf9687882ee23df3934bfe7df2) save - [`d599d4c`](https://github.com/electerm/electerm/commit/d599d4cdc5fa19181be753edbc8f4f1569bd2acb) Merge branch 'master' of github.com:electerm/electerm into fix-550 - [`dfd416b`](https://github.com/electerm/electerm/commit/dfd416be9cabfbaf54fec0975f2ff828a8a8c2ab) fix #550 rewrite file manager drop/paste functions ### 📊 Changes **9 files changed** (+309 additions, -202 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/sftp.js` (+0 -64) 📝 `package.json` (+1 -1) 📝 `src/client/common/constants.js` (+6 -0) 📝 `src/client/components/sftp/confirm-list.jsx` (+75 -76) ➕ `src/client/components/sftp/file-ops.jsx` (+75 -0) 📝 `src/client/components/sftp/file.jsx` (+72 -27) 📝 `src/client/components/sftp/index.jsx` (+37 -5) 📝 `src/client/components/sftp/sftp.styl` (+2 -2) 📝 `src/client/components/sftp/transport.jsx` (+41 -27) </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:55:43 +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#3139
No description provided.