[PR #937] [MERGED] Fixes #3289

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/937
Author: @zxdong262
Created: 11/15/2018
Status: Merged
Merged: 11/15/2018
Merged by: @zxdong262

Base: masterHead: fix-old


📝 Commits (1)

📊 Changes

25 files changed (+131 additions, -97 deletions)

View changed files

📝 .gitignore (+1 -1)
📝 app/app.js (+18 -10)
📝 app/lib/locales.js (+1 -1)
📝 app/lib/ls.js (+2 -1)
📝 app/lib/server.js (+1 -1)
📝 app/lib/terminal.js (+4 -1)
📝 electron-builder.json (+3 -3)
📝 package.json (+5 -5)
📝 src/client/common/constants.js (+20 -18)
📝 src/client/common/fetch.js (+2 -24)
📝 src/client/common/terminal-theme.js (+0 -3)
📝 src/client/components/bookmark-form/index.jsx (+12 -3)
📝 src/client/components/control/btns.jsx (+6 -9)
📝 src/client/components/control/control.styl (+2 -3)
📝 src/client/components/control/info-modal.jsx (+6 -3)
📝 src/client/components/control/menu-btn.jsx (+3 -4)
📝 src/client/components/main/error-wrapper.jsx (+7 -1)
📝 src/client/components/main/main.jsx (+22 -1)
📝 src/client/components/sftp/drag-select.jsx (+1 -1)
📝 src/client/components/sftp/sftp.styl (+1 -1)

...and 5 more files

📄 Description

  • fix #943 Auto resize terminal when font setting changes
  • fix #921 Fix drag to select from anywhere
  • fix #904 [UI] better menu icon
  • fix #893 Update default theme color
  • fix #894 Add theme save message
  • fix #880 Simplify fetch wrapper
  • fix #892 Hide dns helper in history form
  • fix #903 fix windows home dir by @blue-bird1

🔄 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/937 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/15/2018 **Status:** ✅ Merged **Merged:** 11/15/2018 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-old` --- ### 📝 Commits (1) - [`8a3a586`](https://github.com/electerm/electerm/commit/8a3a586ba945741d54f96b9f85f000c5cc7f9a64) fixed ### 📊 Changes **25 files changed** (+131 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) 📝 `app/app.js` (+18 -10) 📝 `app/lib/locales.js` (+1 -1) 📝 `app/lib/ls.js` (+2 -1) 📝 `app/lib/server.js` (+1 -1) 📝 `app/lib/terminal.js` (+4 -1) 📝 `electron-builder.json` (+3 -3) 📝 `package.json` (+5 -5) 📝 `src/client/common/constants.js` (+20 -18) 📝 `src/client/common/fetch.js` (+2 -24) 📝 `src/client/common/terminal-theme.js` (+0 -3) 📝 `src/client/components/bookmark-form/index.jsx` (+12 -3) 📝 `src/client/components/control/btns.jsx` (+6 -9) 📝 `src/client/components/control/control.styl` (+2 -3) 📝 `src/client/components/control/info-modal.jsx` (+6 -3) 📝 `src/client/components/control/menu-btn.jsx` (+3 -4) 📝 `src/client/components/main/error-wrapper.jsx` (+7 -1) 📝 `src/client/components/main/main.jsx` (+22 -1) 📝 `src/client/components/sftp/drag-select.jsx` (+1 -1) 📝 `src/client/components/sftp/sftp.styl` (+1 -1) _...and 5 more files_ </details> ### 📄 Description - fix #943 Auto resize terminal when font setting changes - fix #921 Fix drag to select from anywhere - fix #904 [UI] better menu icon - fix #893 Update default theme color - fix #894 Add theme save message - fix #880 Simplify fetch wrapper - fix #892 Hide dns helper in history form - fix #903 fix windows home dir by @blue-bird1 --- <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:14 +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#3289
No description provided.