[PR #620] [MERGED] fix #610 reduce first screen load time[code split] #3167

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/620
Author: @zxdong262
Created: 7/26/2018
Status: Merged
Merged: 7/26/2018
Merged by: @zxdong262

Base: masterHead: fix-610


📝 Commits (2)

📊 Changes

11 files changed (+123 additions, -79 deletions)

View changed files

📝 .babelrc (+2 -0)
📝 package.json (+5 -1)
src/client/common/new-terminal.js (+14 -0)
src/client/components/common/loading.jsx (+10 -0)
src/client/components/common/loading.styl (+2 -0)
📝 src/client/components/control/index.jsx (+43 -17)
📝 src/client/components/main/main.jsx (+2 -1)
📝 src/client/components/setting-panel/setting-modal.jsx (+33 -55)
📝 src/client/css/basic.styl (+1 -0)
📝 src/views/includes/footer-js.pug (+2 -3)
📝 webpack.config.js (+9 -2)

📄 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/620 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 7/26/2018 **Status:** ✅ Merged **Merged:** 7/26/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-610` --- ### 📝 Commits (2) - [`07f3cb0`](https://github.com/electerm/electerm/commit/07f3cb0de9e7f132093f678622a73146ed5edf2a) fix #610 reduce first screen load time[code split] - [`965bdd2`](https://github.com/electerm/electerm/commit/965bdd227e1912661657d7e51f5e820b07b6622a) fix ### 📊 Changes **11 files changed** (+123 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+2 -0) 📝 `package.json` (+5 -1) ➕ `src/client/common/new-terminal.js` (+14 -0) ➕ `src/client/components/common/loading.jsx` (+10 -0) ➕ `src/client/components/common/loading.styl` (+2 -0) 📝 `src/client/components/control/index.jsx` (+43 -17) 📝 `src/client/components/main/main.jsx` (+2 -1) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+33 -55) 📝 `src/client/css/basic.styl` (+1 -0) 📝 `src/views/includes/footer-js.pug` (+2 -3) 📝 `webpack.config.js` (+9 -2) </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:48 +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#3167
No description provided.