[PR #3312] [MERGED] Fix quick command test #3891

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

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/3312
Author: @zxdong262
Created: 3/11/2024
Status: Merged
Merged: 3/11/2024
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (2)

  • c5a6940 feat: Support muti command and delay for quick commands
  • 5d46461 fix tests [skip build]

📊 Changes

6 files changed (+126 additions, -25 deletions)

View changed files

📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/client/components/quick-commands/quick-commands-box.jsx (+20 -5)
📝 src/client/components/quick-commands/quick-commands-form-elem.jsx (+13 -16)
src/client/components/quick-commands/quick-commands-list-form.jsx (+89 -0)
📝 test/e2e/016.quick-commands.spec.js (+1 -1)

📄 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/3312 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/11/2024 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (2) - [`c5a6940`](https://github.com/electerm/electerm/commit/c5a6940363780f4778b98208dc9f5fe9760accda) feat: Support muti command and delay for quick commands - [`5d46461`](https://github.com/electerm/electerm/commit/5d464612ab94cdcec3b568bf99aa53ef40611170) fix tests [skip build] ### 📊 Changes **6 files changed** (+126 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/client/components/quick-commands/quick-commands-box.jsx` (+20 -5) 📝 `src/client/components/quick-commands/quick-commands-form-elem.jsx` (+13 -16) ➕ `src/client/components/quick-commands/quick-commands-list-form.jsx` (+89 -0) 📝 `test/e2e/016.quick-commands.spec.js` (+1 -1) </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:10 +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#3891
No description provided.