File attachment UI work

This commit is contained in:
TheXamlGuy
2024-07-24 21:51:51 +01:00
parent e28e0d615a
commit c6f71c3d0b
13 changed files with 103 additions and 18 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public partial class CommentEntryCollectionViewModel : ItemEntryCollectionViewMo
{
if (args.Sender is Comment comment)
{
Insert<CommentEntryViewModel>(0, comment.DateTime, comment.Text);
Insert<CommentEntryViewModel>(0, comment.Created, comment.Text);
Value.Add(comment);
}