[PR #2618] [MERGED] Replace subx with useProxy #3792

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2618
Author: @zxdong262
Created: 8/25/2022
Status: Merged
Merged: 8/28/2022
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (8)

📊 Changes

38 files changed (+1066 additions, -1088 deletions)

View changed files

📝 README.md (+1 -1)
📝 package-lock.json (+20 -75)
📝 package.json (+3 -4)
📝 src/client/common/db.js (+3 -2)
src/client/common/to-simple-obj.js (+5 -0)
📝 src/client/components/common/react-subx.jsx (+2 -1)
📝 src/client/components/context-menu/boomarks.jsx (+1 -1)
📝 src/client/components/context-menu/history.jsx (+1 -1)
📝 src/client/components/context-menu/tabs.jsx (+1 -1)
📝 src/client/components/context-menu/zoom.jsx (+1 -1)
📝 src/client/components/main/main.jsx (+2 -3)
📝 src/client/components/terminal/index.jsx (+3 -3)
📝 src/client/store/app-upgrade.js (+4 -4)
📝 src/client/store/batch-input-history.js (+14 -16)
📝 src/client/store/bookmark-group.js (+107 -105)
📝 src/client/store/bookmark.js (+16 -17)
📝 src/client/store/common.js (+36 -38)
📝 src/client/store/context-menu.js (+12 -19)
📝 src/client/store/db-upgrade.js (+3 -2)
📝 src/client/store/event.js (+54 -55)

...and 18 more files

📄 Description

https://github.com/tylerlong/use-proxy


🔄 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/2618 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 8/25/2022 **Status:** ✅ Merged **Merged:** 8/28/2022 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (8) - [`498ce14`](https://github.com/electerm/electerm/commit/498ce14f4965d92f3261cc35576d215b0f176e10) [skip build] test useProxy - [`752f85c`](https://github.com/electerm/electerm/commit/752f85c26b9c7a8adcc8514e4ca558be3a74cacc) [skip build] test - [`5e14ede`](https://github.com/electerm/electerm/commit/5e14ede36782882aa21f82c84766e7bfad53c285) [skip build] gg - [`cd29f84`](https://github.com/electerm/electerm/commit/cd29f8428f564690bfd419828d44eff3bb7e179c) [skip build] hh - [`e471af8`](https://github.com/electerm/electerm/commit/e471af80d5c43f62a12d924fe3bc895201a985d7) Fix db [skip build] - [`1888f3b`](https://github.com/electerm/electerm/commit/1888f3b9c7eee5e9deca55ea8aa6661014b2e993) desc change [skip build] - [`b761bb1`](https://github.com/electerm/electerm/commit/b761bb18279750d3cde3801ba6807d16e7abfc72) [skip build] fix - [`9a05ee7`](https://github.com/electerm/electerm/commit/9a05ee7bae9972db3f747f66e6e4ae96dc208a28) [skip build] hh ### 📊 Changes **38 files changed** (+1066 additions, -1088 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `package-lock.json` (+20 -75) 📝 `package.json` (+3 -4) 📝 `src/client/common/db.js` (+3 -2) ➕ `src/client/common/to-simple-obj.js` (+5 -0) 📝 `src/client/components/common/react-subx.jsx` (+2 -1) 📝 `src/client/components/context-menu/boomarks.jsx` (+1 -1) 📝 `src/client/components/context-menu/history.jsx` (+1 -1) 📝 `src/client/components/context-menu/tabs.jsx` (+1 -1) 📝 `src/client/components/context-menu/zoom.jsx` (+1 -1) 📝 `src/client/components/main/main.jsx` (+2 -3) 📝 `src/client/components/terminal/index.jsx` (+3 -3) 📝 `src/client/store/app-upgrade.js` (+4 -4) 📝 `src/client/store/batch-input-history.js` (+14 -16) 📝 `src/client/store/bookmark-group.js` (+107 -105) 📝 `src/client/store/bookmark.js` (+16 -17) 📝 `src/client/store/common.js` (+36 -38) 📝 `src/client/store/context-menu.js` (+12 -19) 📝 `src/client/store/db-upgrade.js` (+3 -2) 📝 `src/client/store/event.js` (+54 -55) _...and 18 more files_ </details> ### 📄 Description https://github.com/tylerlong/use-proxy --- <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:48 +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#3792
No description provided.