[PR #1219] [MERGED] fix #1217 Move app to src #3411

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1219
Author: @zxdong262
Created: 4/12/2019
Status: Merged
Merged: 4/12/2019
Merged by: @zxdong262

Base: masterHead: fix-1217


📝 Commits (4)

📊 Changes

34 files changed (+221 additions, -216 deletions)

View changed files

📝 .eslintignore (+1 -1)
📝 .gitignore (+1 -0)
app/lib/user-config-controller.js (+0 -28)
app/utils/app-path.js (+0 -6)
app/utils/constants.js (+0 -11)
bin/.babelrc (+13 -0)
📝 bin/app.js (+0 -1)
📝 bin/build.js (+1 -0)
📝 bin/prepare.js (+0 -1)
📝 package.json (+5 -3)
📝 src/app/app.js (+25 -25)
📝 src/app/dev-app.js (+0 -0)
📝 src/app/lib/fs.js (+5 -9)
📝 src/app/lib/install-src.js (+3 -3)
📝 src/app/lib/last-state.js (+4 -4)
📝 src/app/lib/locales.js (+14 -14)
📝 src/app/lib/ls.js (+6 -5)
📝 src/app/lib/menu.js (+4 -3)
📝 src/app/lib/shortcut.js (+3 -3)
📝 src/app/lib/ssh-config.js (+7 -6)

...and 14 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/1219 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 4/12/2019 **Status:** ✅ Merged **Merged:** 4/12/2019 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1217` --- ### 📝 Commits (4) - [`5e4b028`](https://github.com/electerm/electerm/commit/5e4b028fd15ac98d2e02851bb4212bc738c5616e) save - [`f31c4ee`](https://github.com/electerm/electerm/commit/f31c4eef2eb80197dbc00042e079d2e8a074fbd9) save - [`af90531`](https://github.com/electerm/electerm/commit/af905313058df1ff01848b39b619e7cee12a1e0c) save - [`cf64340`](https://github.com/electerm/electerm/commit/cf64340273fe082930efb8f2877122ff02ecb818) save ### 📊 Changes **34 files changed** (+221 additions, -216 deletions) <details> <summary>View changed files</summary> 📝 `.eslintignore` (+1 -1) 📝 `.gitignore` (+1 -0) ➖ `app/lib/user-config-controller.js` (+0 -28) ➖ `app/utils/app-path.js` (+0 -6) ➖ `app/utils/constants.js` (+0 -11) ➕ `bin/.babelrc` (+13 -0) 📝 `bin/app.js` (+0 -1) 📝 `bin/build.js` (+1 -0) 📝 `bin/prepare.js` (+0 -1) 📝 `package.json` (+5 -3) 📝 `src/app/app.js` (+25 -25) 📝 `src/app/dev-app.js` (+0 -0) 📝 `src/app/lib/fs.js` (+5 -9) 📝 `src/app/lib/install-src.js` (+3 -3) 📝 `src/app/lib/last-state.js` (+4 -4) 📝 `src/app/lib/locales.js` (+14 -14) 📝 `src/app/lib/ls.js` (+6 -5) 📝 `src/app/lib/menu.js` (+4 -3) 📝 `src/app/lib/shortcut.js` (+3 -3) 📝 `src/app/lib/ssh-config.js` (+7 -6) _...and 14 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 00:56: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#3411
No description provided.