[PR #52] [MERGED] feat: show date on messages older than a day and improve time formatting #51

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

📋 Pull Request Information

Original PR: https://github.com/RedWizardsLab/EchoHub/pull/52
Author: @Stone-Red-Code
Created: 7/14/2026
Status: Merged
Merged: 7/14/2026
Merged by: @Stone-Red-Code

Base: devHead: dev-improve-date-time-message-display


📝 Commits (2)

  • 53b1c62 feat: show date on messages older than a day and improve time formatting
  • 5e2e1f5 chore: bump version and add changelog

📊 Changes

3 files changed (+17 additions, -4 deletions)

View changed files

docs/changelog/v0.2.12.md (+5 -0)
📝 src/Directory.Build.props (+1 -1)
📝 src/EchoHub.Client/UI/Chat/ChatMessageManager.cs (+11 -3)

📄 Description

Summary

Messages older than a day will now show the date they were posted.
Also changed time formatting from .ToString("HH:mm"); to .ToString("t");

image

🔄 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/52 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 7/14/2026 **Status:** ✅ Merged **Merged:** 7/14/2026 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `dev` ← **Head:** `dev-improve-date-time-message-display` --- ### 📝 Commits (2) - [`53b1c62`](https://github.com/RedWizardsLab/EchoHub/commit/53b1c622b9b6f662d6abb7e52929ef4db2b08eb8) feat: show date on messages older than a day and improve time formatting - [`5e2e1f5`](https://github.com/RedWizardsLab/EchoHub/commit/5e2e1f5746261548543619344660020477451a29) chore: bump version and add changelog ### 📊 Changes **3 files changed** (+17 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `docs/changelog/v0.2.12.md` (+5 -0) 📝 `src/Directory.Build.props` (+1 -1) 📝 `src/EchoHub.Client/UI/Chat/ChatMessageManager.cs` (+11 -3) </details> ### 📄 Description # Summary Messages older than a day will now show the date they were posted. Also changed time formatting from `.ToString("HH:mm");` to `.ToString("t");` <img width="445" height="173" alt="image" src="https://github.com/user-attachments/assets/cf550969-d999-4bfc-abd5-362764e490b7" /> --- <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:53 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RedWizardsLab/EchoHub#51