[PR #2391] [MERGED] Resolve bookmark performance issue #3750

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2391
Author: @zxdong262
Created: 3/18/2022
Status: Merged
Merged: 3/18/2022
Merged by: @zxdong262

Base: masterHead: perf1


📝 Commits (2)

📊 Changes

20 files changed (+124 additions, -89 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/client/common/class.js (+0 -1)
📝 src/client/common/db.js (+5 -1)
📝 src/client/components/bookmark-form/ssh-form.jsx (+3 -2)
📝 src/client/components/quick-commands/quick-commands-list.jsx (+0 -1)
📝 src/client/components/setting-panel/bookmark-transport.jsx (+6 -10)
📝 src/client/components/setting-panel/on-tree-drop.js (+1 -3)
📝 src/client/components/setting-panel/setting-modal.jsx (+14 -10)
📝 src/client/components/setting-panel/start-session-select.jsx (+2 -2)
📝 src/client/components/setting-panel/tree-list.jsx (+11 -8)
📝 src/client/components/sidebar/bookmark-select.jsx (+2 -2)
📝 src/client/store/bookmark-group.js (+33 -13)
📝 src/client/store/bookmark.js (+6 -0)
📝 src/client/store/index.js (+0 -14)
📝 src/client/store/init-state.js (+0 -2)
📝 src/client/store/item.js (+25 -5)
📝 src/client/store/setting.js (+7 -7)
📝 src/client/store/sidebar.js (+1 -1)
📝 src/client/store/sync.js (+3 -5)
📝 src/client/store/watch.js (+4 -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/2391 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/18/2022 **Status:** ✅ Merged **Merged:** 3/18/2022 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `perf1` --- ### 📝 Commits (2) - [`330e4f4`](https://github.com/electerm/electerm/commit/330e4f4c641804e7afa79863196a6261f5022568) Resolve bookmark performance issue - [`21b6049`](https://github.com/electerm/electerm/commit/21b604949f795922862196f7ec002e228a1fda26) fix format ### 📊 Changes **20 files changed** (+124 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/client/common/class.js` (+0 -1) 📝 `src/client/common/db.js` (+5 -1) 📝 `src/client/components/bookmark-form/ssh-form.jsx` (+3 -2) 📝 `src/client/components/quick-commands/quick-commands-list.jsx` (+0 -1) 📝 `src/client/components/setting-panel/bookmark-transport.jsx` (+6 -10) 📝 `src/client/components/setting-panel/on-tree-drop.js` (+1 -3) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+14 -10) 📝 `src/client/components/setting-panel/start-session-select.jsx` (+2 -2) 📝 `src/client/components/setting-panel/tree-list.jsx` (+11 -8) 📝 `src/client/components/sidebar/bookmark-select.jsx` (+2 -2) 📝 `src/client/store/bookmark-group.js` (+33 -13) 📝 `src/client/store/bookmark.js` (+6 -0) 📝 `src/client/store/index.js` (+0 -14) 📝 `src/client/store/init-state.js` (+0 -2) 📝 `src/client/store/item.js` (+25 -5) 📝 `src/client/store/setting.js` (+7 -7) 📝 `src/client/store/sidebar.js` (+1 -1) 📝 `src/client/store/sync.js` (+3 -5) 📝 `src/client/store/watch.js` (+4 -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:39 +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#3750
No description provided.