[PR #25] [MERGED] feat: improve word wrapping in ChatLine #23

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

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/25
Author: @Stone-Red-Code
Created: 2/23/2026
Status: Merged
Merged: 2/24/2026
Merged by: @Stone-Red-Code

Base: devHead: dev_improve_word_wrapping


📝 Commits (1)

  • 3273e62 feat: improve word wrapping in ChatLine

📊 Changes

3 files changed (+67 additions, -34 deletions)

View changed files

📝 src/EchoHub.Client/UI/Chat/ChatLine.cs (+63 -33)
📝 src/EchoHub.Client/UI/Chat/ChatMessageManager.cs (+3 -0)
📝 src/EchoHub.Client/UI/MainWindow.cs (+1 -1)

📄 Description

Summary

Improve word wrapping to wrap lines on a per-word basis and to use the correct indent.


🔄 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/25 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `dev` ← **Head:** `dev_improve_word_wrapping` --- ### 📝 Commits (1) - [`3273e62`](https://github.com/RedWizardsLab/EchoHub/commit/3273e62b374afa7ceca76347c61418e3ec102326) feat: improve word wrapping in ChatLine ### 📊 Changes **3 files changed** (+67 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `src/EchoHub.Client/UI/Chat/ChatLine.cs` (+63 -33) 📝 `src/EchoHub.Client/UI/Chat/ChatMessageManager.cs` (+3 -0) 📝 `src/EchoHub.Client/UI/MainWindow.cs` (+1 -1) </details> ### 📄 Description # Summary Improve word wrapping to wrap lines on a per-word basis and to use the correct indent. --- <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:45 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#23