[PR #2006] [MERGED] [feat] Provide password auto complete for bookmark form #3689

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2006
Author: @zxdong262
Created: 1/7/2021
Status: Merged
Merged: 1/7/2021
Merged by: @zxdong262

Base: masterHead: pass


📝 Commits (5)

  • 90cb197 password auto complete
  • 9459f0c Merge branch 'master' of github.com:electerm/electerm into pass
  • 91b6afb [feat] Provide password auto complete for bookmark form
  • 82fcf57 Version bump
  • b7028e8 fix

📊 Changes

10 files changed (+98 additions, -111 deletions)

View changed files

📝 package-lock.json (+57 -87)
📝 package.json (+2 -2)
📝 src/client/common/fetch-from-server.js (+0 -2)
📝 src/client/components/bookmark-form/ssh-form-ui.jsx (+24 -7)
📝 src/client/components/common/input-auto-focus.jsx (+6 -2)
📝 src/client/components/quick-commands/quick-commands-form.jsx (+1 -1)
📝 src/client/components/setting-sync/setting-sync-form.jsx (+1 -2)
📝 src/client/components/terminal-theme/index.jsx (+1 -1)
📝 src/client/components/terminal/index.jsx (+2 -2)
📝 src/client/components/terminal/terminal-interactive.jsx (+4 -5)

📄 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/2006 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 1/7/2021 **Status:** ✅ Merged **Merged:** 1/7/2021 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `pass` --- ### 📝 Commits (5) - [`90cb197`](https://github.com/electerm/electerm/commit/90cb1974bbc99ab93a024b28cc41ac91aee51944) password auto complete - [`9459f0c`](https://github.com/electerm/electerm/commit/9459f0cf72a1beb034e70c45dbbb553eb30465dd) Merge branch 'master' of github.com:electerm/electerm into pass - [`91b6afb`](https://github.com/electerm/electerm/commit/91b6afb96a8e20fb27f6ceeed749a4a59867d13c) [feat] Provide password auto complete for bookmark form - [`82fcf57`](https://github.com/electerm/electerm/commit/82fcf5784d4072f0864753c5bb9703995e90db21) Version bump - [`b7028e8`](https://github.com/electerm/electerm/commit/b7028e83624828666d3829241c126b6937936626) fix ### 📊 Changes **10 files changed** (+98 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+57 -87) 📝 `package.json` (+2 -2) 📝 `src/client/common/fetch-from-server.js` (+0 -2) 📝 `src/client/components/bookmark-form/ssh-form-ui.jsx` (+24 -7) 📝 `src/client/components/common/input-auto-focus.jsx` (+6 -2) 📝 `src/client/components/quick-commands/quick-commands-form.jsx` (+1 -1) 📝 `src/client/components/setting-sync/setting-sync-form.jsx` (+1 -2) 📝 `src/client/components/terminal-theme/index.jsx` (+1 -1) 📝 `src/client/components/terminal/index.jsx` (+2 -2) 📝 `src/client/components/terminal/terminal-interactive.jsx` (+4 -5) </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: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#3689
No description provided.