[PR #1871] [MERGED] feat: Support UI theme #3651

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

📋 Pull Request Information

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

Base: masterHead: theme


📝 Commits (2)

  • 3810f43 feat: Support UI theme [skip appveyor][skip build]
  • d80acde fix

📊 Changes

73 files changed (+1202 additions, -625 deletions)

View changed files

📝 .babelrc (+1 -1)
📝 bin/generate-version.js (+1 -1)
build/common.js (+6 -0)
build/copy.js (+83 -0)
build/dev-server.js (+26 -0)
build/happy-pack.js (+17 -0)
build/plugins.js (+13 -0)
build/production.js (+23 -0)
build/pug.js (+18 -0)
build/rules.js (+57 -0)
build/style.js (+35 -0)
build/webpack.config.js (+74 -0)
📝 package-lock.json (+46 -35)
📝 package.json (+9 -7)
src/app/common/stylus.js (+110 -0)
src/app/lib/style.js (+21 -0)
📝 src/app/server/server.js (+9 -0)
src/app/upgrade/db-defaults.js (+123 -0)
📝 src/app/upgrade/init-nedb.js (+8 -33)
src/app/upgrade/v1.7.0.js (+25 -0)

...and 53 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/1871 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 11/9/2020 **Status:** ✅ Merged **Merged:** 11/9/2020 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `theme` --- ### 📝 Commits (2) - [`3810f43`](https://github.com/electerm/electerm/commit/3810f432e16f67d8a51144469c5fb084af4a7385) feat: Support UI theme [skip appveyor][skip build] - [`d80acde`](https://github.com/electerm/electerm/commit/d80acde997b4ed41713bc1eb627177b1d90c0985) fix ### 📊 Changes **73 files changed** (+1202 additions, -625 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+1 -1) 📝 `bin/generate-version.js` (+1 -1) ➕ `build/common.js` (+6 -0) ➕ `build/copy.js` (+83 -0) ➕ `build/dev-server.js` (+26 -0) ➕ `build/happy-pack.js` (+17 -0) ➕ `build/plugins.js` (+13 -0) ➕ `build/production.js` (+23 -0) ➕ `build/pug.js` (+18 -0) ➕ `build/rules.js` (+57 -0) ➕ `build/style.js` (+35 -0) ➕ `build/webpack.config.js` (+74 -0) 📝 `package-lock.json` (+46 -35) 📝 `package.json` (+9 -7) ➕ `src/app/common/stylus.js` (+110 -0) ➕ `src/app/lib/style.js` (+21 -0) 📝 `src/app/server/server.js` (+9 -0) ➕ `src/app/upgrade/db-defaults.js` (+123 -0) 📝 `src/app/upgrade/init-nedb.js` (+8 -33) ➕ `src/app/upgrade/v1.7.0.js` (+25 -0) _...and 53 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:18 +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#3651
No description provided.