[PR #2802] [MERGED] fix #2797 Add batch delete function in bookmark manage page #3818

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2802
Author: @zxdong262
Created: 3/30/2023
Status: Merged
Merged: 3/30/2023
Merged by: @zxdong262

Base: masterHead: dev4


📝 Commits (3)

📊 Changes

16 files changed (+190 additions, -47 deletions)

View changed files

📝 package-lock.json (+7 -7)
📝 package.json (+1 -1)
📝 src/client/common/constants.js (+2 -0)
src/client/components/bookmark-form/tree-delete.jsx (+87 -0)
📝 src/client/components/setting-panel/bookmark-transport.jsx (+20 -4)
src/client/components/setting-panel/bookmark-tree-list.jsx (+14 -0)
📝 src/client/components/setting-panel/setting-modal.jsx (+3 -2)
📝 src/client/components/setting-panel/tree-list.jsx (+13 -10)
📝 src/client/components/sidebar/bookmark-select.jsx (+4 -6)
📝 src/client/store/auto-run.js (+4 -4)
📝 src/client/store/common.js (+4 -0)
📝 src/client/store/index.js (+8 -0)
📝 src/client/store/init-state.js (+8 -3)
📝 src/client/store/load-data.js (+0 -1)
📝 src/client/store/sidebar.js (+2 -2)
📝 src/client/store/watch.js (+13 -7)

📄 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/2802 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/30/2023 **Status:** ✅ Merged **Merged:** 3/30/2023 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `dev4` --- ### 📝 Commits (3) - [`2b4210d`](https://github.com/electerm/electerm/commit/2b4210d60c6dd00a1dd2aea8bf142b2d04579140) save - [`589220a`](https://github.com/electerm/electerm/commit/589220aab23e764d931f78c95a5359d0108055c1) save - [`50bf572`](https://github.com/electerm/electerm/commit/50bf5720af0c99e9a4cd3cc5e99502f3e2b6478e) save ### 📊 Changes **16 files changed** (+190 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -7) 📝 `package.json` (+1 -1) 📝 `src/client/common/constants.js` (+2 -0) ➕ `src/client/components/bookmark-form/tree-delete.jsx` (+87 -0) 📝 `src/client/components/setting-panel/bookmark-transport.jsx` (+20 -4) ➕ `src/client/components/setting-panel/bookmark-tree-list.jsx` (+14 -0) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+3 -2) 📝 `src/client/components/setting-panel/tree-list.jsx` (+13 -10) 📝 `src/client/components/sidebar/bookmark-select.jsx` (+4 -6) 📝 `src/client/store/auto-run.js` (+4 -4) 📝 `src/client/store/common.js` (+4 -0) 📝 `src/client/store/index.js` (+8 -0) 📝 `src/client/store/init-state.js` (+8 -3) 📝 `src/client/store/load-data.js` (+0 -1) 📝 `src/client/store/sidebar.js` (+2 -2) 📝 `src/client/store/watch.js` (+13 -7) </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: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#3818
No description provided.