[PR #27] [MERGED] fix #25 add delete function for sftp #2903

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

📋 Pull Request Information

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

Base: masterHead: feat-25


📝 Commits (3)

📊 Changes

8 files changed (+299 additions, -80 deletions)

View changed files

📝 app/lib/sftp.js (+1 -1)
📝 package.json (+3 -2)
src/client/components/common/context-menu.jsx (+38 -0)
src/client/components/common/context-menu.styl (+11 -0)
📝 src/client/components/main/index.jsx (+52 -22)
src/client/components/sftp/file.jsx (+171 -0)
📝 src/client/components/sftp/index.jsx (+22 -54)
📝 src/client/components/sftp/sftp.styl (+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/27 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 10/25/2017 **Status:** ✅ Merged **Merged:** 10/25/2017 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `feat-25` --- ### 📝 Commits (3) - [`473dbdc`](https://github.com/electerm/electerm/commit/473dbdc8202410a0b6c0f71fe158594a1bde18cf) save - [`aeb68ae`](https://github.com/electerm/electerm/commit/aeb68aea566da3837ac17f81043e3b0914188a29) save - [`78f0b97`](https://github.com/electerm/electerm/commit/78f0b97b24650eb51f56c993dc10733ea9c4ace9) fix #25 add delete function for sftp ### 📊 Changes **8 files changed** (+299 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/sftp.js` (+1 -1) 📝 `package.json` (+3 -2) ➕ `src/client/components/common/context-menu.jsx` (+38 -0) ➕ `src/client/components/common/context-menu.styl` (+11 -0) 📝 `src/client/components/main/index.jsx` (+52 -22) ➕ `src/client/components/sftp/file.jsx` (+171 -0) 📝 `src/client/components/sftp/index.jsx` (+22 -54) 📝 `src/client/components/sftp/sftp.styl` (+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:54:53 +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#2903
No description provided.