[PR #2857] [MERGED] fix #2767 feat: Support address bookmark in sftp panel #3821

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2857
Author: @zxdong262
Created: 6/19/2023
Status: Merged
Merged: 6/19/2023
Merged by: @zxdong262

Base: masterHead: addr-bookmark


📝 Commits (1)

  • 3e74b40 fix #2767 feat: Support address bookmark in sftp panel

📊 Changes

12 files changed (+359 additions, -76 deletions)

View changed files

📝 src/app/lib/nedb.js (+1 -0)
📝 src/client/common/constants.js (+3 -1)
📝 src/client/common/db.js (+1 -1)
src/client/components/sftp/address-bar.jsx (+139 -0)
src/client/components/sftp/address-bookmark-item.jsx (+47 -0)
src/client/components/sftp/address-bookmark.jsx (+80 -0)
src/client/components/sftp/address-bookmark.styl (+8 -0)
📝 src/client/components/sftp/sftp-entry.jsx (+33 -72)
src/client/store/address-bookmark.js (+26 -0)
📝 src/client/store/index.js (+10 -0)
📝 src/client/store/init-state.js (+4 -1)
📝 src/client/store/watch.js (+7 -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/2857 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 6/19/2023 **Status:** ✅ Merged **Merged:** 6/19/2023 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `addr-bookmark` --- ### 📝 Commits (1) - [`3e74b40`](https://github.com/electerm/electerm/commit/3e74b40e78c3967fd6c093b91c6d32d35635e6a3) fix #2767 feat: Support address bookmark in sftp panel ### 📊 Changes **12 files changed** (+359 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `src/app/lib/nedb.js` (+1 -0) 📝 `src/client/common/constants.js` (+3 -1) 📝 `src/client/common/db.js` (+1 -1) ➕ `src/client/components/sftp/address-bar.jsx` (+139 -0) ➕ `src/client/components/sftp/address-bookmark-item.jsx` (+47 -0) ➕ `src/client/components/sftp/address-bookmark.jsx` (+80 -0) ➕ `src/client/components/sftp/address-bookmark.styl` (+8 -0) 📝 `src/client/components/sftp/sftp-entry.jsx` (+33 -72) ➕ `src/client/store/address-bookmark.js` (+26 -0) 📝 `src/client/store/index.js` (+10 -0) 📝 `src/client/store/init-state.js` (+4 -1) 📝 `src/client/store/watch.js` (+7 -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 01:53:54 +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#3821
No description provided.