[PR #2392] [MERGED] Improve tabs control performance #3751

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/2392
Author: @zxdong262
Created: 3/18/2022
Status: Merged
Merged: 3/20/2022
Merged by: @zxdong262

Base: masterHead: perf2


📝 Commits (1)

  • a4d4735 Improve tabs control performance

📊 Changes

12 files changed (+61 additions, -70 deletions)

View changed files

📝 src/client/components/main/main.jsx (+3 -3)
📝 src/client/components/main/system-menu.jsx (+1 -1)
📝 src/client/components/quick-commands/quick-commands-form.jsx (+0 -1)
📝 src/client/components/tabs/tab.jsx (+11 -9)
📝 src/client/store/common.js (+3 -1)
📝 src/client/store/index.js (+2 -2)
📝 src/client/store/init-state.js (+2 -2)
📝 src/client/store/item.js (+9 -2)
📝 src/client/store/setting.js (+10 -0)
📝 src/client/store/tab.js (+19 -18)
src/client/store/transports.js (+0 -30)
📝 src/client/store/watch.js (+1 -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/2392 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/18/2022 **Status:** ✅ Merged **Merged:** 3/20/2022 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `perf2` --- ### 📝 Commits (1) - [`a4d4735`](https://github.com/electerm/electerm/commit/a4d473553b93914ba269645c835926c75463cd80) Improve tabs control performance ### 📊 Changes **12 files changed** (+61 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `src/client/components/main/main.jsx` (+3 -3) 📝 `src/client/components/main/system-menu.jsx` (+1 -1) 📝 `src/client/components/quick-commands/quick-commands-form.jsx` (+0 -1) 📝 `src/client/components/tabs/tab.jsx` (+11 -9) 📝 `src/client/store/common.js` (+3 -1) 📝 `src/client/store/index.js` (+2 -2) 📝 `src/client/store/init-state.js` (+2 -2) 📝 `src/client/store/item.js` (+9 -2) 📝 `src/client/store/setting.js` (+10 -0) 📝 `src/client/store/tab.js` (+19 -18) ➖ `src/client/store/transports.js` (+0 -30) 📝 `src/client/store/watch.js` (+1 -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#3751
No description provided.