[PR #57] [MERGED] Dev copy paste qol #57

Closed
opened 2026-09-04 00:49:55 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/57
Author: @HueByte
Created: 7/16/2026
Status: Merged
Merged: 7/16/2026
Merged by: @HueByte

Base: devHead: dev_copy_paste_qol


📝 Commits (3)

  • 4f2cffa feat: add clipboard image handling for pasting and staging attachments
  • 2157884 refactor: replace Key constants with KeyCode for improved clarity and performance
  • 78f18a3 docs: update changelog for v0.2.14 to include clipboard image and multi-file paste features

📊 Changes

6 files changed (+552 additions, -99 deletions)

View changed files

📝 docs/changelog/index.md (+1 -1)
📝 docs/changelog/v0.2.14.md (+3 -1)
📝 src/EchoHub.Client/AppOrchestrator.cs (+104 -8)
src/EchoHub.Client/Services/ClipboardImage.cs (+257 -0)
📝 src/EchoHub.Client/UI/MainWindow.cs (+109 -89)
src/EchoHub.Tests/ClipboardImageTests.cs (+78 -0)

📄 Description

Summary

See changelog


🔄 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/RedWizardsLab/EchoHub/pull/57 **Author:** [@HueByte](https://github.com/HueByte) **Created:** 7/16/2026 **Status:** ✅ Merged **Merged:** 7/16/2026 **Merged by:** [@HueByte](https://github.com/HueByte) **Base:** `dev` ← **Head:** `dev_copy_paste_qol` --- ### 📝 Commits (3) - [`4f2cffa`](https://github.com/RedWizardsLab/EchoHub/commit/4f2cffa37230fd88ae66c26a555966c1826e80e4) feat: add clipboard image handling for pasting and staging attachments - [`2157884`](https://github.com/RedWizardsLab/EchoHub/commit/2157884e6122b9b5c08c4ad2618e989d37c5419d) refactor: replace Key constants with KeyCode for improved clarity and performance - [`78f18a3`](https://github.com/RedWizardsLab/EchoHub/commit/78f18a36ba5fa8d8756e794b73b7c9747f723976) docs: update changelog for v0.2.14 to include clipboard image and multi-file paste features ### 📊 Changes **6 files changed** (+552 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `docs/changelog/index.md` (+1 -1) 📝 `docs/changelog/v0.2.14.md` (+3 -1) 📝 `src/EchoHub.Client/AppOrchestrator.cs` (+104 -8) ➕ `src/EchoHub.Client/Services/ClipboardImage.cs` (+257 -0) 📝 `src/EchoHub.Client/UI/MainWindow.cs` (+109 -89) ➕ `src/EchoHub.Tests/ClipboardImageTests.cs` (+78 -0) </details> ### 📄 Description # Summary See changelog --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:49:55 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#57