[PR #350] [MERGED] fix #299 add transfer history record #3048

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

📋 Pull Request Information

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

Base: masterHead: fix-299


📝 Commits (3)

📊 Changes

10 files changed (+180 additions, -15 deletions)

View changed files

📝 package.json (+4 -4)
📝 src/client/common/constants.js (+1 -0)
📝 src/client/components/control/btns.jsx (+21 -3)
📝 src/client/components/control/index.jsx (+4 -2)
📝 src/client/components/control/setting-modal.jsx (+0 -0)
src/client/components/control/transfer-history-modal.jsx (+95 -0)
📝 src/client/components/main/main.jsx (+36 -1)
📝 src/client/components/sftp/index.jsx (+1 -1)
📝 src/client/components/sftp/transport.jsx (+16 -3)
📝 src/client/components/sftp/transports.jsx (+2 -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/350 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/15/2018 **Status:** ✅ Merged **Merged:** 3/15/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-299` --- ### 📝 Commits (3) - [`a51649c`](https://github.com/electerm/electerm/commit/a51649c5d16c2fbba40df5476ec6bde1ec750a1d) save - [`47163be`](https://github.com/electerm/electerm/commit/47163be61f74ae2b40488c1b02102d445e33eb38) save - [`bf34cb8`](https://github.com/electerm/electerm/commit/bf34cb84de8d139f645069b47e81f76f85b5f3a8) fix #299 add transfer history record ### 📊 Changes **10 files changed** (+180 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+4 -4) 📝 `src/client/common/constants.js` (+1 -0) 📝 `src/client/components/control/btns.jsx` (+21 -3) 📝 `src/client/components/control/index.jsx` (+4 -2) 📝 `src/client/components/control/setting-modal.jsx` (+0 -0) ➕ `src/client/components/control/transfer-history-modal.jsx` (+95 -0) 📝 `src/client/components/main/main.jsx` (+36 -1) 📝 `src/client/components/sftp/index.jsx` (+1 -1) 📝 `src/client/components/sftp/transport.jsx` (+16 -3) 📝 `src/client/components/sftp/transports.jsx` (+2 -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:55:23 +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#3048
No description provided.