This commit is contained in:
mmrbnjd
2025-08-22 17:37:53 +03:30
parent 8d5d083883
commit 364c556790
4 changed files with 29 additions and 13 deletions

View File

@@ -106,11 +106,23 @@
</div>
}
<div class="item-time">
<small class="time-text">@item.LastMsgdate</small>
<small class="time-text">@item.LastMsgtime</small>
<small class="time-text">@item.LastMsgdate @item.LastMsgtime</small>
@* <small class="time-text"></small> *@
</div>
</div>
<div class="item-message">@item.LastText</div>
<div class="item-message">
@if (item.LastMsgType == ConversationType.UE)
{
<Icon Name="IconName.ArrowBarDown" Size="IconSize.x5" Style="height=10px;width=10px" />
}
else
{
<Icon Name="IconName.ArrowBarUp" Size="IconSize.x5" Style="height=10px;width=10px" />
}
@item.LastText
</div>
</div>
@if (item.Responses.Count(c => !c.IsRead && c.Type == ConversationType.UE) > 0)
{