mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
[PR #52] [MERGED] feat: show date on messages older than a day and improve time formatting #51
Reference in New Issue
Block a user
📋 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:
dev← Head:dev-improve-date-time-message-display📝 Commits (2)
53b1c62feat: show date on messages older than a day and improve time formatting5e2e1f5chore: 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");🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.