[PR #2365] [MERGED] UI: Improve setting modal UI #3744

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2365
Author: @zxdong262
Created: 1/30/2022
Status: Merged
Merged: 1/30/2022
Merged by: @zxdong262

Base: masterHead: mobx


📝 Commits (2)

📊 Changes

11 files changed (+309 additions, -196 deletions)

View changed files

📝 package-lock.json (+184 -103)
📝 package.json (+2 -2)
📝 src/client/components/quick-commands/quick-commands-list.jsx (+9 -0)
src/client/components/setting-panel/col.jsx (+22 -0)
📝 src/client/components/setting-panel/list.jsx (+4 -3)
📝 src/client/components/setting-panel/setting-modal.jsx (+59 -76)
📝 src/client/components/setting-panel/setting-wrap.styl (+10 -0)
📝 src/client/components/setting-panel/tree-list.jsx (+1 -1)
📝 src/client/components/setting-panel/tree-list.styl (+1 -1)
📝 src/client/components/sidebar/bookmark-select.jsx (+1 -1)
📝 src/client/store/load-data.js (+16 -9)

📄 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/2365 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/30/2022 **Status:** ✅ Merged **Merged:** 1/30/2022 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `mobx` --- ### 📝 Commits (2) - [`743dafe`](https://github.com/electerm/electerm/commit/743dafeb8b034b6745dbdd0cc3461da32ac8d073) UI: Improve setting modal UI - [`c8e0b65`](https://github.com/electerm/electerm/commit/c8e0b65a7a3a756d025d6595d2c2771610c410d4) edit ### 📊 Changes **11 files changed** (+309 additions, -196 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+184 -103) 📝 `package.json` (+2 -2) 📝 `src/client/components/quick-commands/quick-commands-list.jsx` (+9 -0) ➕ `src/client/components/setting-panel/col.jsx` (+22 -0) 📝 `src/client/components/setting-panel/list.jsx` (+4 -3) 📝 `src/client/components/setting-panel/setting-modal.jsx` (+59 -76) 📝 `src/client/components/setting-panel/setting-wrap.styl` (+10 -0) 📝 `src/client/components/setting-panel/tree-list.jsx` (+1 -1) 📝 `src/client/components/setting-panel/tree-list.styl` (+1 -1) 📝 `src/client/components/sidebar/bookmark-select.jsx` (+1 -1) 📝 `src/client/store/load-data.js` (+16 -9) </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:38 +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#3744
No description provided.