[PR #3868] [MERGED] feat: Support background setting for bookmark #3965

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3868
Author: @zxdong262
Created: 3/22/2025
Status: Merged
Merged: 3/22/2025
Merged by: @zxdong262

Base: masterHead: dev-css


📝 Commits (6)

  • 74a0168 save
  • f4d083f Merge remote-tracking branch 'origin' into dev-css
  • bfd3be5 save
  • 86264ab Merge remote-tracking branch 'origin' into dev-css
  • 3bedbe3 Merge remote-tracking branch 'origin' into dev-css
  • 1a9c992 save

📊 Changes

12 files changed (+332 additions, -144 deletions)

View changed files

📝 src/client/components/bookmark-form/form-tabs.jsx (+1 -0)
📝 src/client/components/bookmark-form/local-form-ui.jsx (+7 -1)
src/client/components/bookmark-form/render-bg.jsx (+43 -0)
📝 src/client/components/bookmark-form/serial-form-ui.jsx (+7 -1)
📝 src/client/components/bookmark-form/ssh-form-ui.jsx (+14 -3)
📝 src/client/components/bookmark-form/telnet-form-ui.jsx (+7 -1)
📝 src/client/components/bookmark-form/use-ui.jsx (+68 -72)
📝 src/client/components/main/css-overwrite.jsx (+139 -54)
📝 src/client/components/main/main.jsx (+19 -9)
📝 src/client/components/main/wrapper.styl (+16 -0)
📝 src/client/components/setting-panel/setting-terminal.jsx (+2 -1)
📝 src/client/components/setting-panel/terminal-bg-config.jsx (+9 -2)

📄 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/3868 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 3/22/2025 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `dev-css` --- ### 📝 Commits (6) - [`74a0168`](https://github.com/electerm/electerm/commit/74a01685500f5fdb3b345b2b9587f65de85cc3a6) save - [`f4d083f`](https://github.com/electerm/electerm/commit/f4d083ff78a350007103292621124fa93d3b492b) Merge remote-tracking branch 'origin' into dev-css - [`bfd3be5`](https://github.com/electerm/electerm/commit/bfd3be5532ad58b36f98ef2bdac28d3d79b67c4b) save - [`86264ab`](https://github.com/electerm/electerm/commit/86264ab984f00412d361a09c747f173312b23771) Merge remote-tracking branch 'origin' into dev-css - [`3bedbe3`](https://github.com/electerm/electerm/commit/3bedbe3a45ff0c0a80e146fd5c80f9e22249730f) Merge remote-tracking branch 'origin' into dev-css - [`1a9c992`](https://github.com/electerm/electerm/commit/1a9c9920286bd5be83c8675638d57b7034a006f9) save ### 📊 Changes **12 files changed** (+332 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `src/client/components/bookmark-form/form-tabs.jsx` (+1 -0) 📝 `src/client/components/bookmark-form/local-form-ui.jsx` (+7 -1) ➕ `src/client/components/bookmark-form/render-bg.jsx` (+43 -0) 📝 `src/client/components/bookmark-form/serial-form-ui.jsx` (+7 -1) 📝 `src/client/components/bookmark-form/ssh-form-ui.jsx` (+14 -3) 📝 `src/client/components/bookmark-form/telnet-form-ui.jsx` (+7 -1) 📝 `src/client/components/bookmark-form/use-ui.jsx` (+68 -72) 📝 `src/client/components/main/css-overwrite.jsx` (+139 -54) 📝 `src/client/components/main/main.jsx` (+19 -9) 📝 `src/client/components/main/wrapper.styl` (+16 -0) 📝 `src/client/components/setting-panel/setting-terminal.jsx` (+2 -1) 📝 `src/client/components/setting-panel/terminal-bg-config.jsx` (+9 -2) </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:54:26 +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#3965
No description provided.