[PR #439] [MERGED] fix #436 terminal theme support #3087

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/439
Author: @zxdong262
Created: 5/18/2018
Status: Merged
Merged: 5/18/2018
Merged by: @zxdong262

Base: masterHead: fix-436


📝 Commits (10+)

📊 Changes

18 files changed (+682 additions, -68 deletions)

View changed files

📝 app/app.js (+0 -1)
📝 package.json (+1 -2)
📝 src/client/common/constants.js (+30 -1)
src/client/common/download.js (+17 -0)
src/client/common/form-layout.js (+27 -0)
src/client/common/terminal-theme.js (+206 -0)
📝 src/client/components/control/index.jsx (+7 -0)
📝 src/client/components/control/list.jsx (+1 -2)
📝 src/client/components/control/list.styl (+3 -0)
📝 src/client/components/control/setting-modal.jsx (+50 -17)
📝 src/client/components/main/main.jsx (+56 -3)
📝 src/client/components/setting/index.jsx (+31 -1)
📝 src/client/components/ssh-form/index.jsx (+7 -25)
src/client/components/terminal-theme/index.jsx (+154 -0)
src/client/components/terminal-theme/terminal-theme-list.styl (+6 -0)
src/client/components/terminal-theme/theme-list.jsx (+76 -0)
📝 src/client/components/terminal/terminal.jsx (+10 -1)
src/client/loaders/antd-icon-fix.js (+0 -15)

📄 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/439 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 5/18/2018 **Status:** ✅ Merged **Merged:** 5/18/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-436` --- ### 📝 Commits (10+) - [`a1d5278`](https://github.com/electerm/electerm/commit/a1d5278b3b7c0e3a2da9017629be4fdae4ca28d1) save - [`8e3bfa4`](https://github.com/electerm/electerm/commit/8e3bfa47aefc5a014c3242eef74b845daa661032) save - [`925e11b`](https://github.com/electerm/electerm/commit/925e11b8a5f57942bc4d71b5264ca31601083f0e) save - [`28a9609`](https://github.com/electerm/electerm/commit/28a9609b3d88d032c896e9f1ff6e65945c6c6788) save - [`620647c`](https://github.com/electerm/electerm/commit/620647cadf21f9066f7399fcca4ba2453f0be5c2) save - [`dc3cdd2`](https://github.com/electerm/electerm/commit/dc3cdd29a61a05635f088e90274563653b219a68) fix - [`7157bf9`](https://github.com/electerm/electerm/commit/7157bf942a8aa688dd85ab27e5e08297d0f3f9db) save - [`5011b4c`](https://github.com/electerm/electerm/commit/5011b4c015e5c70f37d4a87490bd290474ddfe23) save - [`83b5299`](https://github.com/electerm/electerm/commit/83b5299e66399315f1beb189ed32be9d36d8c1fa) save - [`0ef0c96`](https://github.com/electerm/electerm/commit/0ef0c96560ba4c8c7c274d622d3c803933c929f7) save ### 📊 Changes **18 files changed** (+682 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `app/app.js` (+0 -1) 📝 `package.json` (+1 -2) 📝 `src/client/common/constants.js` (+30 -1) ➕ `src/client/common/download.js` (+17 -0) ➕ `src/client/common/form-layout.js` (+27 -0) ➕ `src/client/common/terminal-theme.js` (+206 -0) 📝 `src/client/components/control/index.jsx` (+7 -0) 📝 `src/client/components/control/list.jsx` (+1 -2) 📝 `src/client/components/control/list.styl` (+3 -0) 📝 `src/client/components/control/setting-modal.jsx` (+50 -17) 📝 `src/client/components/main/main.jsx` (+56 -3) 📝 `src/client/components/setting/index.jsx` (+31 -1) 📝 `src/client/components/ssh-form/index.jsx` (+7 -25) ➕ `src/client/components/terminal-theme/index.jsx` (+154 -0) ➕ `src/client/components/terminal-theme/terminal-theme-list.styl` (+6 -0) ➕ `src/client/components/terminal-theme/theme-list.jsx` (+76 -0) 📝 `src/client/components/terminal/terminal.jsx` (+10 -1) ➖ `src/client/loaders/antd-icon-fix.js` (+0 -15) </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:32 +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#3087
No description provided.