[PR #1083] [MERGED] fix #882 Add Auto upgrade #3349

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/1083
Author: @zxdong262
Created: 1/20/2019
Status: Merged
Merged: 1/20/2019
Merged by: @zxdong262

Base: masterHead: fix-882


📝 Commits (10+)

📊 Changes

13 files changed (+635 additions, -105 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 app/app.js (+1 -0)
📝 app/lib/dispatch-center.js (+46 -3)
app/lib/download-upgrade.js (+153 -0)
📝 package.json (+3 -3)
📝 src/client/common/update-check.js (+1 -0)
src/client/common/upgrade.js (+73 -0)
📝 src/client/components/main/main.jsx (+8 -4)
src/client/components/main/update-check.jsx (+0 -92)
src/client/components/main/upgrade.jsx (+236 -0)
src/client/components/main/upgrade.styl (+27 -0)
📝 src/client/components/sidebar/index.jsx (+35 -2)
📝 src/client/components/sidebar/sidebar.styl (+51 -1)

📄 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/1083 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/20/2019 **Status:** ✅ Merged **Merged:** 1/20/2019 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-882` --- ### 📝 Commits (10+) - [`c8f5701`](https://github.com/electerm/electerm/commit/c8f570161cf38abe3ef05a24d57db665ee2fac64) save - [`b06fac5`](https://github.com/electerm/electerm/commit/b06fac55211e6fbce01be6c868a540e9f881381a) save - [`7d02e2c`](https://github.com/electerm/electerm/commit/7d02e2cffeaf6d6d8b23b2682c0f1cc2191e597e) save progress - [`6bd357c`](https://github.com/electerm/electerm/commit/6bd357c68107ee62384ac16ef426265fd818388b) gg - [`33e6e62`](https://github.com/electerm/electerm/commit/33e6e62efcd883def18e9d7707cdbcb8ffc44f59) save - [`a75d2a7`](https://github.com/electerm/electerm/commit/a75d2a7c5c5cc26488bbd8d93563d255d357833d) save - [`9958c6e`](https://github.com/electerm/electerm/commit/9958c6e9b9a4ae184fafa92b16a2f99c59bd61f9) fx - [`02b1cec`](https://github.com/electerm/electerm/commit/02b1cecb26a01d1f43ca4e98572375b55d596deb) saeve - [`313352a`](https://github.com/electerm/electerm/commit/313352a19d6308c983f62ed2c43a69d4e109456f) ass - [`3451a3b`](https://github.com/electerm/electerm/commit/3451a3b02cd55e35722480f44a60b4155a2bd396) dd ### 📊 Changes **13 files changed** (+635 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `app/app.js` (+1 -0) 📝 `app/lib/dispatch-center.js` (+46 -3) ➕ `app/lib/download-upgrade.js` (+153 -0) 📝 `package.json` (+3 -3) 📝 `src/client/common/update-check.js` (+1 -0) ➕ `src/client/common/upgrade.js` (+73 -0) 📝 `src/client/components/main/main.jsx` (+8 -4) ➖ `src/client/components/main/update-check.jsx` (+0 -92) ➕ `src/client/components/main/upgrade.jsx` (+236 -0) ➕ `src/client/components/main/upgrade.styl` (+27 -0) 📝 `src/client/components/sidebar/index.jsx` (+35 -2) 📝 `src/client/components/sidebar/sidebar.styl` (+51 -1) </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:27 +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#3349
No description provided.