[PR #1896] [MERGED] refractor: Move constants to preload #3659

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1896
Author: @zxdong262
Created: 11/17/2020
Status: Merged
Merged: 11/17/2020
Merged by: @zxdong262

Base: masterHead: preload1


📝 Commits (2)

📊 Changes

21 files changed (+78 additions, -110 deletions)

View changed files

📝 package.json (+2 -2)
📝 src/app/app.js (+1 -30)
📝 src/app/common/lookup.js (+0 -0)
📝 src/app/common/uid.js (+2 -1)
📝 src/app/lib/fs.js (+1 -21)
src/app/lib/show-item-in-folder.js (+0 -9)
📝 src/app/preload/preload.js (+32 -1)
📝 src/app/utils/constants.js (+20 -1)
📝 src/client/common/constants.js (+3 -4)
📝 src/client/common/fs.js (+1 -1)
📝 src/client/common/transfer.js (+1 -1)
📝 src/client/common/upgrade.js (+1 -1)
📝 src/client/components/bookmark-form/ssh-form.jsx (+2 -2)
📝 src/client/components/common/external-link.jsx (+2 -2)
📝 src/client/components/main/upgrade.jsx (+2 -2)
📝 src/client/components/setting-panel/bookmark-transport.jsx (+1 -1)
📝 src/client/components/sftp/file-icon.jsx (+2 -2)
📝 src/client/components/sftp/sftp-entry.jsx (+2 -2)
📝 src/client/components/sidebar/info-modal.jsx (+2 -20)
📝 src/client/components/terminal-theme/index.jsx (+1 -1)

...and 1 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/1896 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/17/2020 **Status:** ✅ Merged **Merged:** 11/17/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `preload1` --- ### 📝 Commits (2) - [`36ca9b5`](https://github.com/electerm/electerm/commit/36ca9b53128d1fbe1b69dbc0d94bb9bd1a71cec3) refractor: Move constants to preload - [`1c292d5`](https://github.com/electerm/electerm/commit/1c292d5aaadba10f49b25eba00a7370457e647aa) fix ### 📊 Changes **21 files changed** (+78 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -2) 📝 `src/app/app.js` (+1 -30) 📝 `src/app/common/lookup.js` (+0 -0) 📝 `src/app/common/uid.js` (+2 -1) 📝 `src/app/lib/fs.js` (+1 -21) ➖ `src/app/lib/show-item-in-folder.js` (+0 -9) 📝 `src/app/preload/preload.js` (+32 -1) 📝 `src/app/utils/constants.js` (+20 -1) 📝 `src/client/common/constants.js` (+3 -4) 📝 `src/client/common/fs.js` (+1 -1) 📝 `src/client/common/transfer.js` (+1 -1) 📝 `src/client/common/upgrade.js` (+1 -1) 📝 `src/client/components/bookmark-form/ssh-form.jsx` (+2 -2) 📝 `src/client/components/common/external-link.jsx` (+2 -2) 📝 `src/client/components/main/upgrade.jsx` (+2 -2) 📝 `src/client/components/setting-panel/bookmark-transport.jsx` (+1 -1) 📝 `src/client/components/sftp/file-icon.jsx` (+2 -2) 📝 `src/client/components/sftp/sftp-entry.jsx` (+2 -2) 📝 `src/client/components/sidebar/info-modal.jsx` (+2 -20) 📝 `src/client/components/terminal-theme/index.jsx` (+1 -1) _...and 1 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:20 +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#3659
No description provided.