feat: Display received time and fix timestamp timezone conversion.

This commit is contained in:
2025-08-02 11:26:41 +08:00
parent e936fbc140
commit d57037781e
3 changed files with 4 additions and 1 deletions

View File

@@ -64,6 +64,7 @@
<h3>{{ selectedMessage.subject }}</h3>
<p class="from-line"><strong>{{ $t('home.from') }}:</strong> {{ selectedMessage.sender }}</p>
<p><strong>{{ $t('home.to') }}:</strong> {{ selectedMessage.recipient }}</p>
<p><strong>{{ $t('home.received_at') }}:</strong> {{ selectedMessage.received_at }}</p>
</div>
<div class="header-actions">
<button @click="deleteMessage(selectedMessage.id)" :title="$t('home.delete')">