[PR #3783] [MERGED] Support move bookmark/bookmark group to another bookmark group #3952

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3783
Author: @zxdong262
Created: 1/23/2025
Status: Merged
Merged: 1/23/2025
Merged by: @zxdong262

Base: masterHead: tree


📝 Commits (3)

📊 Changes

9 files changed (+172 additions, -201 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)
📝 src/client/common/clipboard.js (+0 -13)
📝 src/client/common/constants.js (+0 -2)
📝 src/client/components/bookmark-form/bookmark-group-tree-format.js (+7 -9)
📝 src/client/components/terminal/terminal.jsx (+17 -10)
src/client/components/tree-list/move-item-modal.jsx (+101 -0)
📝 src/client/components/tree-list/tree-list-item.jsx (+6 -7)
📝 src/client/components/tree-list/tree-list.jsx (+36 -155)

📄 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/3783 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `tree` --- ### 📝 Commits (3) - [`4fca52e`](https://github.com/electerm/electerm/commit/4fca52e586852657f94e8ffc6c85547783be4435) save - [`f9e8e35`](https://github.com/electerm/electerm/commit/f9e8e3501b6a192c02b0fff4e559cd0ad9316142) Support move bookmark/bookmark group to another bookmark group - [`ad52655`](https://github.com/electerm/electerm/commit/ad526558f30e7493480033471f9e55627d68f4ac) save ### 📊 Changes **9 files changed** (+172 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) 📝 `src/client/common/clipboard.js` (+0 -13) 📝 `src/client/common/constants.js` (+0 -2) 📝 `src/client/components/bookmark-form/bookmark-group-tree-format.js` (+7 -9) 📝 `src/client/components/terminal/terminal.jsx` (+17 -10) ➕ `src/client/components/tree-list/move-item-modal.jsx` (+101 -0) 📝 `src/client/components/tree-list/tree-list-item.jsx` (+6 -7) 📝 `src/client/components/tree-list/tree-list.jsx` (+36 -155) </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:54: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#3952
No description provided.