[PR #1981] [MERGED] fix #1971 feat: Support pin bookmark and history panel #3679

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1981
Author: @zxdong262
Created: 12/22/2020
Status: Merged
Merged: 12/22/2020
Merged by: @zxdong262

Base: masterHead: fix-1971


📝 Commits (1)

  • 442e885 fix #1971 feat: Support pin bookmark and history panel

📊 Changes

9 files changed (+143 additions, -92 deletions)

View changed files

📝 package.json (+1 -1)
📝 src/client/components/setting-panel/setting-wrap.styl (+2 -2)
📝 src/client/components/sidebar/bookmark-select.jsx (+27 -22)
📝 src/client/components/sidebar/bookmark.jsx (+52 -38)
📝 src/client/components/sidebar/history.jsx (+42 -28)
📝 src/client/components/sidebar/index.jsx (+9 -0)
📝 src/client/components/sidebar/sidebar.styl (+5 -1)
📝 src/client/store/init-state.js (+1 -0)
📝 src/client/store/sidebar.js (+4 -0)

📄 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/1981 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 12/22/2020 **Status:** ✅ Merged **Merged:** 12/22/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1971` --- ### 📝 Commits (1) - [`442e885`](https://github.com/electerm/electerm/commit/442e8859025ea217f31e576ef287d10c457772be) fix #1971 feat: Support pin bookmark and history panel ### 📊 Changes **9 files changed** (+143 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `src/client/components/setting-panel/setting-wrap.styl` (+2 -2) 📝 `src/client/components/sidebar/bookmark-select.jsx` (+27 -22) 📝 `src/client/components/sidebar/bookmark.jsx` (+52 -38) 📝 `src/client/components/sidebar/history.jsx` (+42 -28) 📝 `src/client/components/sidebar/index.jsx` (+9 -0) 📝 `src/client/components/sidebar/sidebar.styl` (+5 -1) 📝 `src/client/store/init-state.js` (+1 -0) 📝 `src/client/store/sidebar.js` (+4 -0) </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:24 +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#3679
No description provided.