[PR #1224] [MERGED] fix #1216 [feat] Add log viewer to about panel #3415

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

📋 Pull Request Information

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

Base: masterHead: fix-1216


📝 Commits (2)

📊 Changes

15 files changed (+99 additions, -33 deletions)

View changed files

📝 .eslintignore (+1 -1)
📝 app/app.js (+3 -3)
📝 app/lib/fs.js (+1 -4)
📝 app/lib/locales.js (+1 -1)
app/lib/log-read.js (+17 -0)
📝 app/lib/ls.js (+1 -1)
📝 app/lib/user-config-controller.js (+1 -1)
📝 app/server/download-upgrade.js (+2 -3)
app/utils/app-path.js (+0 -6)
app/utils/app-props.js (+25 -0)
📝 app/utils/config.default.js (+1 -1)
app/utils/constants.js (+0 -11)
📝 package.json (+1 -1)
📝 src/client/components/sidebar/info-modal.jsx (+4 -0)
src/client/components/sidebar/log-view.jsx (+41 -0)

📄 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/1224 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 4/15/2019 **Status:** ✅ Merged **Merged:** 4/15/2019 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `fix-1216` --- ### 📝 Commits (2) - [`c5929d3`](https://github.com/electerm/electerm/commit/c5929d3b47f0938094b22f9d8be85c7f8c67e3c1) fix #1216 [feat] Add log viewer to about panel - [`0fd0239`](https://github.com/electerm/electerm/commit/0fd02399586c57df89533ae0e93af764d9c60c78) save ### 📊 Changes **15 files changed** (+99 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `.eslintignore` (+1 -1) 📝 `app/app.js` (+3 -3) 📝 `app/lib/fs.js` (+1 -4) 📝 `app/lib/locales.js` (+1 -1) ➕ `app/lib/log-read.js` (+17 -0) 📝 `app/lib/ls.js` (+1 -1) 📝 `app/lib/user-config-controller.js` (+1 -1) 📝 `app/server/download-upgrade.js` (+2 -3) ➖ `app/utils/app-path.js` (+0 -6) ➕ `app/utils/app-props.js` (+25 -0) 📝 `app/utils/config.default.js` (+1 -1) ➖ `app/utils/constants.js` (+0 -11) 📝 `package.json` (+1 -1) 📝 `src/client/components/sidebar/info-modal.jsx` (+4 -0) ➕ `src/client/components/sidebar/log-view.jsx` (+41 -0) </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:40 +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#3415
No description provided.