[PR #711] [MERGED] fix #697 fix #704 add settings link to menus feature, hide system menu #3203

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/711
Author: @zxdong262
Created: 8/31/2018
Status: Merged
Merged: 8/31/2018
Merged by: @zxdong262

Base: masterHead: fix-697


📝 Commits (5)

📊 Changes

11 files changed (+196 additions, -27 deletions)

View changed files

📝 app/app.js (+16 -0)
📝 app/lib/menu.js (+10 -0)
📝 package.json (+1 -1)
📝 src/client/components/control/btns.jsx (+45 -17)
📝 src/client/components/control/control.styl (+48 -0)
📝 src/client/components/control/index.jsx (+1 -0)
src/client/components/control/menu-btn.jsx (+30 -0)
📝 src/client/components/main/main.jsx (+14 -4)
📝 src/client/components/tabs/index.jsx (+13 -4)
📝 src/client/components/tabs/tabs.styl (+16 -1)
📝 src/client/css/theme.styl (+2 -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/711 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 8/31/2018 **Status:** ✅ Merged **Merged:** 8/31/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-697` --- ### 📝 Commits (5) - [`cae0869`](https://github.com/electerm/electerm/commit/cae08694db17e0c5df9579f3372a2e85f78c5a1a) fix #704 - [`791292f`](https://github.com/electerm/electerm/commit/791292f31261eeb85a7a62f7427e76cf3fc10b3e) fix #697 - [`5e537fc`](https://github.com/electerm/electerm/commit/5e537fc7a735b663897ff442b1872847ffaed3c3) m - [`499e442`](https://github.com/electerm/electerm/commit/499e442c38d5bdeb980b033da7022974f5439f77) done - [`aecb0f6`](https://github.com/electerm/electerm/commit/aecb0f6e6c1bfa93658a4254603a5c6d6da4f7fa) done ### 📊 Changes **11 files changed** (+196 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `app/app.js` (+16 -0) 📝 `app/lib/menu.js` (+10 -0) 📝 `package.json` (+1 -1) 📝 `src/client/components/control/btns.jsx` (+45 -17) 📝 `src/client/components/control/control.styl` (+48 -0) 📝 `src/client/components/control/index.jsx` (+1 -0) ➕ `src/client/components/control/menu-btn.jsx` (+30 -0) 📝 `src/client/components/main/main.jsx` (+14 -4) 📝 `src/client/components/tabs/index.jsx` (+13 -4) 📝 `src/client/components/tabs/tabs.styl` (+16 -1) 📝 `src/client/css/theme.styl` (+2 -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 00:55:56 +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#3203
No description provided.