[PR #2440] [MERGED] Support multi window #3767

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2440
Author: @zxdong262
Created: 4/10/2022
Status: Merged
Merged: 4/10/2022
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (4)

📊 Changes

47 files changed (+244 additions, -191 deletions)

View changed files

📝 .github/workflows/mac.yml (+1 -0)
📝 package-lock.json (+9 -6)
📝 package.json (+2 -2)
📝 src/app/app.js (+7 -132)
📝 src/app/common/app-props.js (+1 -1)
📝 src/app/common/log.js (+0 -0)
📝 src/app/common/runtime-constants.js (+4 -3)
📝 src/app/lib/command-line.js (+1 -3)
src/app/lib/create-app.js (+63 -0)
src/app/lib/create-window.js (+81 -0)
📝 src/app/lib/font-list.js (+1 -1)
📝 src/app/lib/fs.js (+3 -2)
📝 src/app/lib/get-port.js (+1 -1)
📝 src/app/lib/init-app.js (+2 -2)
📝 src/app/lib/install-src.js (+1 -1)
📝 src/app/lib/ipc.js (+10 -3)
📝 src/app/lib/last-state.js (+1 -1)
📝 src/app/lib/locales.js (+1 -1)
📝 src/app/lib/menu.js (+2 -2)
📝 src/app/lib/nedb.js (+1 -1)

...and 27 more files

📄 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/2440 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 4/10/2022 **Status:** ✅ Merged **Merged:** 4/10/2022 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (4) - [`c01f1b2`](https://github.com/electerm/electerm/commit/c01f1b27100af5c5c0ae136970d74a80d17daab9) Allow multi window - [`f6ad281`](https://github.com/electerm/electerm/commit/f6ad281e87acde5c797a9809c7e5ddadb3df0bba) fix - [`d6f3fde`](https://github.com/electerm/electerm/commit/d6f3fde444ff074be0e261f7606d47630bcec9d2) [skip linux][skip arm] - [`f85d055`](https://github.com/electerm/electerm/commit/f85d0555f1cdf3585ee2445ccbb132205b2034ca) [skip linux][skip arm][skip arm] ### 📊 Changes **47 files changed** (+244 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/mac.yml` (+1 -0) 📝 `package-lock.json` (+9 -6) 📝 `package.json` (+2 -2) 📝 `src/app/app.js` (+7 -132) 📝 `src/app/common/app-props.js` (+1 -1) 📝 `src/app/common/log.js` (+0 -0) 📝 `src/app/common/runtime-constants.js` (+4 -3) 📝 `src/app/lib/command-line.js` (+1 -3) ➕ `src/app/lib/create-app.js` (+63 -0) ➕ `src/app/lib/create-window.js` (+81 -0) 📝 `src/app/lib/font-list.js` (+1 -1) 📝 `src/app/lib/fs.js` (+3 -2) 📝 `src/app/lib/get-port.js` (+1 -1) 📝 `src/app/lib/init-app.js` (+2 -2) 📝 `src/app/lib/install-src.js` (+1 -1) 📝 `src/app/lib/ipc.js` (+10 -3) 📝 `src/app/lib/last-state.js` (+1 -1) 📝 `src/app/lib/locales.js` (+1 -1) 📝 `src/app/lib/menu.js` (+2 -2) 📝 `src/app/lib/nedb.js` (+1 -1) _...and 27 more files_ </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:43 +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#3767
No description provided.